Skip to content

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

Notifications You must be signed in to change notification settings

seam/persistence

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Dec 18, 2011
Dec 18, 2011
Dec 18, 2011
Mar 16, 2012
Mar 16, 2012
Jun 2, 2011
Sep 4, 2011
Dec 18, 2011
Nov 2, 2011
Oct 7, 2011

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