[jboss-svn-commits] JBL Code SVN: r37138 - in labs/jbosstm/trunk/ArjunaJTA/examples: maven and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jun 23 11:02:50 EDT 2011
Author: tomjenkinson
Date: 2011-06-23 11:02:50 -0400 (Thu, 23 Jun 2011)
New Revision: 37138
Modified:
labs/jbosstm/trunk/ArjunaJTA/examples/integration/README
labs/jbosstm/trunk/ArjunaJTA/examples/maven/README
Log:
JBTM-845 updated the README to identify some known output
Modified: labs/jbosstm/trunk/ArjunaJTA/examples/integration/README
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/integration/README 2011-06-23 14:59:27 UTC (rev 37137)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/integration/README 2011-06-23 15:02:50 UTC (rev 37138)
@@ -11,11 +11,24 @@
along with this distribution; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
OVERVIEW
--------
This shows how to develop an EJB with transactional attributes and a JPA entity
bean and then test it using TS deployed in JBossAS using Arquillian
+
USAGE
-----
-mvn install
\ No newline at end of file
+mvn install
+
+
+EXPECTED OUTPUT
+---------------
+As well as the normal output you would expect to see from maven, you should also see:
+1. A JBossAS instance starting up under mavens control
+ 15:57:59,754 INFO [ContainerRegistryCreator] Could not read active container configuration: null
+ 15:58:00,255 INFO [AbstractJBossASServerBase] Server Configuration:
+ <SNIP/>
+ 15:58:22,005 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 21s:739ms
+2. Output from the maven test showing that all the tests ran OK
\ No newline at end of file
Modified: labs/jbosstm/trunk/ArjunaJTA/examples/maven/README
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/maven/README 2011-06-23 14:59:27 UTC (rev 37137)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/maven/README 2011-06-23 15:02:50 UTC (rev 37138)
@@ -11,10 +11,26 @@
along with this distribution; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
OVERVIEW
--------
This shows an example of how to include the jbossjta artifact in your own projects
+
USAGE
-----
-mvn compile exec:exec
\ No newline at end of file
+mvn compile exec:exec
+
+
+EXPECTED OUTPUT
+---------------
+As well as the maven output you would normally expect, you should also see the following:
+
+23-Jun-2011 15:56:07 com.arjuna.ats.arjuna.recovery.TransactionStatusManager addService
+INFO: ARJUNA12163: Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 51393
+23-Jun-2011 15:56:07 com.arjuna.ats.internal.arjuna.recovery.TransactionStatusManagerItem <init>
+INFO: ARJUNA12337: TransactionStatusManagerItem host: 127.0.0.1 port: 51393
+23-Jun-2011 15:56:08 com.arjuna.ats.arjuna.recovery.TransactionStatusManager start
+INFO: ARJUNA12170: TransactionStatusManager started on port 51393 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
+TransactionImple < ac, BasicAction: 0:ffff7f000001:b89f:4e035407:2 status: ActionStatus.RUNNING >
+null
More information about the jboss-svn-commits
mailing list