activemq-artemis/examples/javaee
Martyn Taylor 1f869f9f4c Use new package names in config and classes 2014-11-11 18:28:18 +00:00
..
ejb-jms-transaction Use new package names in config and classes 2014-11-11 18:28:18 +00:00
jca-config Use new package names in config and classes 2014-11-11 18:28:18 +00:00
jca-remote Use new package names in config and classes 2014-11-11 18:28:18 +00:00
jms-bridge ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
jms-context-injection ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
mdb-bmt ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
mdb-cmt-setrollbackonly ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
mdb-cmt-setrollbackonly-with-dlq ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
mdb-cmt-tx-local ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
mdb-cmt-tx-not-supported ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
mdb-cmt-tx-required ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
mdb-message-selector ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +00:00
mdb-remote-failover Use new package names in config and classes 2014-11-11 18:28:18 +00:00
mdb-remote-failover-static Use new package names in config and classes 2014-11-11 18:28:18 +00:00
mdb-tx-send Use new package names in config and classes 2014-11-11 18:28:18 +00:00
xarecovery Use new package names in config and classes 2014-11-11 18:28:18 +00:00
README.md ACTIVEMQ6-1 - Initial HornetQ Donation Commit 2014-11-10 10:31:25 -06:00
pom.xml ACTIVEMQ6-4 - Rename packages to ActiveMQ 2014-11-11 18:28:18 +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.