activemq-artemis/examples/javaee
Martyn Taylor 4a6b980fed Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
..
ejb-jms-transaction Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
jca-config Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
jca-remote Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
jms-bridge Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
jms-context-injection Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-bmt Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-cmt-setrollbackonly Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-cmt-setrollbackonly-with-dlq Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-cmt-tx-local Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-cmt-tx-not-supported Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-cmt-tx-required Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-message-selector Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-remote-failover Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-remote-failover-static Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
mdb-tx-send Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
xarecovery Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00
README.md ACTIVEMQ6-1 - Initial HornetQ Donation Commit 2014-11-10 10:31:25 -06:00
pom.xml ACTIVEMQ6-5 Replace 3rd party CatX deps with CatA 2014-11-18 17:33:52 +00:00

README.md

Running the Java EE examples

To run a javaee example first make sure you have WildFly installed, the examples were tested against against 8.0.0.Final.

Then set the JBOSS_HOME property to your installation, something like:

export JBOSS_HOME=/home/user/wildfly-8.0.0.Final

Then simply cd into the directory of the example you want to run and 'mvn test'.

The examples use Arquillian to start the JBoss server and to run the example itself.