Skip to content

seam/compatibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seam Compatibility

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.

Running in JBoss AS 6 (Managed)

Run the tests using:

mvn test -Darquillian=jbossas-managed-6

Running in JBoss AS (Remote)

Start the JBoss server using:

$JBOSSAS_HOME/bin/run.sh

Then run the tests using:

mvn test -Darquillian=jbossas-remote-6

Running in JBoss AS 7 (Managed)

Run the tests using:

mvn test -Darquillian=jbossas-managed-7

Running in Glassfish

Start the Glassfish server using:

$GLASSFISH_HOME/bin/asadmin start-domain domain1

Then run the tests using:

mvn test -Darquillian=glassfish-remote-3.1

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages