Skip to content

seam/persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the tests you can use either a remote or managed JBoss AS 7 or embedded Jetty instance

To use a managed JBoss AS instance set the JBOSS_HOME environment variable and run

    mvn clean verify -Darquillian=jbossas-managed-7

To use a remote JBoss AS instance start it and then run 

    mvn clean verify -Darquillian=jbossas-remote-7

To run the embedded Jetty tests with Hibernate run

    mvn clean verify -Darquillian=jetty-embedded-7-hibernate

To run the embedded Jetty tests with OpenJPA run

    mvn clean verify -Darquillian=jetty-embedded-7-openjpa

About

Persistence Module: A portable extension for Java EE that provides improved management of persistence and transactions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages