This module is a collection of various tests to validate Java EE 6 container compliance. They focus on problem areas that have, at one time or another, compromised the portability of Seam 3.
Run the tests using:
mvn test -Darquillian=jbossas-managed-6
Start the JBoss server using:
$JBOSSAS_HOME/bin/run.sh
Then run the tests using:
mvn test -Darquillian=jbossas-remote-6
Run the tests using:
mvn test -Darquillian=jbossas-managed-7
Start the Glassfish server using:
$GLASSFISH_HOME/bin/asadmin start-domain domain1
Then run the tests using:
mvn test -Darquillian=glassfish-remote-3.1