Hi! Thanks Dan and Jason for the explanation. I wasn't aware of that. Will try to re-run all the tests with the updated property.
Btw, if you like to run the CI for different AS versions, then you can just use -Djboss.as.version=... to overwrite the default setting in the pom. LieGrue, strub ----- Original Message ----- > From: Dan Allen <[email protected]> > To: [email protected] > Cc: > Sent: Tuesday, February 21, 2012 6:19 PM > Subject: Re: we need a fixed Arquillian for jboss-as-7.1.0.Final > >T he 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 >> > >> >
