[jboss-svn-commits] JBL Code SVN: r37400 - labs/jbosstm/trunk/rest-tx.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Aug 12 10:05:00 EDT 2011
Author: mmusgrov
Date: 2011-08-12 10:05:00 -0400 (Fri, 12 Aug 2011)
New Revision: 37400
Modified:
labs/jbosstm/trunk/rest-tx/README.txt
Log:
typos
Modified: labs/jbosstm/trunk/rest-tx/README.txt
===================================================================
--- labs/jbosstm/trunk/rest-tx/README.txt 2011-08-12 13:48:23 UTC (rev 37399)
+++ labs/jbosstm/trunk/rest-tx/README.txt 2011-08-12 14:05:00 UTC (rev 37400)
@@ -30,11 +30,11 @@
mvn clean install
Module tx contains unit tests that show how to implement the client and transactional participants.
-The coordinator and particpant both run in a single embedded container (https://grizzly-servlet-container.dev.java.net/).
+The coordinator and participant both run in a single embedded container (https://grizzly-servlet-container.dev.java.net/).
To run the integration tests you will need to have a running instance of the JBoss application server
(http://www.jboss.org/jbossas/). Start the with the default server and set the JBOSS_HOME environment variable
-appropriately. I have tested against AS trunk (6.0.0.20100721-M4) - I will update the project when AS6 is ready.
+appropriately. I have tested against AS trunk (6.0.0.20100721-M4) and AS7.
The integration tests run the particpant in an embedded container and the coordinator in the JBoss AS:
mvn clean install -Premote
More information about the jboss-svn-commits
mailing list