mvn clean install -Pjbossas-managed-7 -Djboss.as.version=7.1.0.Final now runs fine even with JBossAS-7.1.0.Final
LieGrue, strub >________________________________ > From: Dan Allen <[email protected]> >To: [email protected]; Mark Struberg <[email protected]> >Sent: Tuesday, February 21, 2012 6:46 PM >Subject: Re: we need a fixed Arquillian for jboss-as-7.1.0.Final > > >Here's the link explaining the Servlet 3.0 protocol. > > >https://docs.jboss.org/author/display/ARQ/Servlet+3.0 > > >I recall now why it's beneficial. For one, it's used by all the other EE 6 >containers, so consistency is one reason to use it. The other reason is that >it actually starts the web contexts (request, conversation, session) as a side >effect, which is a necessary side effect at this point until we have the scope >control (we'll get there). > > >It dawned upon me that this needs to be better documented. Adding it to the >list :) > >On Tue, Feb 21, 2012 at 12:22, Mark Struberg <[email protected]> wrote: > >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. >> > > >Very nice. > > >-Dan > >-- > >Dan AllenPrincipal Software Engineer, Red Hat | Author of Seam in Action >Registered Linux User #231597 > > >http://google.com/profiles/dan.j.allen >http://mojavelinux.com >http://mojavelinux.com/seaminaction > > > >
