[jboss-svn-commits] JBL Code SVN: r37363 - labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Aug 5 05:03:58 EDT 2011
Author: tomjenkinson
Date: 2011-08-05 05:03:58 -0400 (Fri, 05 Aug 2011)
New Revision: 37363
Modified:
labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app/pom.xml
labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app/readme.txt
Log:
updated with the latest details
Modified: labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app/pom.xml 2011-08-04 19:17:55 UTC (rev 37362)
+++ labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app/pom.xml 2011-08-05 09:03:58 UTC (rev 37363)
@@ -227,10 +227,6 @@
test, shutting it down when done -->
<!-- Run with: mvn clean test -Parq-jbossas-managed -->
<id>arq-jbossas-managed</id>
- <!-- Launch this profile by default -->
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
<dependencies>
<dependency>
<groupId>org.jboss.as</groupId>
Modified: labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app/readme.txt
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app/readme.txt 2011-08-04 19:17:55 UTC (rev 37362)
+++ labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app/readme.txt 2011-08-05 09:03:58 UTC (rev 37363)
@@ -21,20 +21,20 @@
USAGE
-----
export JBOSS_HOME=<PATH_TO_JBOSS_HOME>
-mvn clean install (This command will build and test the application using Arquillian)
-mvn clean install jboss-as:deploy -DskipTests (This command will deploy the application without running the tests)
+mvn install -Parq-jbossas-managed (This command will build and test the application using Arquillian)
+NOTE: If you get the following you have not exported JBOSS_HOME:
+Tests in error:
+ TestBusinessLogic: jbossHome 'null' must exist
+
+DEPLOYING THE QUICKSTART
+------------------------
+mvn compile jboss-as:deploy (This command will deploy the application without running the tests)
+
Once the application is deployed, you can access it from a browser by:
http://localhost:8080/jee_transactional_app/
-COMMON ERROR
-------------
-If you get the following you have not exported JBOSS_HOME:
-Tests in error:
- TestBusinessLogic: jbossHome 'null' must exist
-
-
EXPECTED OUTPUT
---------------
As well as the normal output you would expect to see from maven, you should also see:
@@ -43,4 +43,4 @@
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
+2. Output from the maven test showing that all the tests ran OK
More information about the jboss-svn-commits
mailing list