The AS7 container adapter is a special case in that it's released with the container rather than with Arquillian. It's version, as Jason mentioned, is 7.1.0.Final. It was compiled against Arquillian Core 1.0.0.CR7.
An easy way to enable the use of the servlet protocol across the board is to put this top-level element in arquillian.xml: <defaultProtocol type="Servlet 3.0"/> This can also be set inside the <container> element using <protocol>. I'll follow up with a link when I get back to my computer. -Dan -- Sent from my CyanogenMod-powered Android device, an open platform for carriers, developers and consumers. On Feb 21, 2012 11:40 AM, "Jason Porter" <[email protected]> wrote: > We have the AS7 version defined in the pom. Bump it up to 7.1.0.Final and > we should be good. We may also want to use the Servlet connector. I've > found it to be more reliable. > > Sent from my iPhone > > On Feb 21, 2012, at 9:34, Mark Struberg <[email protected]> wrote: > > > folks, > > > > the Arquillian we currently use doesn't work together with > jboss-as-7.1.0.Final. > > > > When will a fixed version be available? Who takes the responsibility? > > > > LieGrue, > > strub > > >
