9a587c5633
https://issues.apache.org/jira/browse/ACTIVEMQ6-3 We are renaming packages from activemq6 to activemq as that's more generic and version independent The previous commit renamed the directories. On this commit now I'm changing the code. If we changed the code and the directories on the same commit git would remove and add a lot of files without recognizing the renames. |
||
---|---|---|
.. | ||
ejb-jms-transaction | ||
jca-config | ||
jca-remote | ||
jms-bridge | ||
jms-context-injection | ||
mdb-bmt | ||
mdb-cmt-setrollbackonly | ||
mdb-cmt-setrollbackonly-with-dlq | ||
mdb-cmt-tx-local | ||
mdb-cmt-tx-not-supported | ||
mdb-cmt-tx-required | ||
mdb-message-selector | ||
mdb-remote-failover | ||
mdb-remote-failover-static | ||
mdb-tx-send | ||
xarecovery | ||
README.md | ||
pom.xml |
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.