[weld-commits] Weld SVN: r7001 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Aug 20 17:31:58 EDT 2010


Author: dan.j.allen
Date: 2010-08-20 17:31:58 -0400 (Fri, 20 Aug 2010)
New Revision: 7001

Modified:
   archetypes/javaee6-webapp/trunk/readme.txt
Log:
add note about stopping glassfish container before running embedded tests


Modified: archetypes/javaee6-webapp/trunk/readme.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/readme.txt	2010-08-20 21:12:02 UTC (rev 7000)
+++ archetypes/javaee6-webapp/trunk/readme.txt	2010-08-20 21:31:58 UTC (rev 7001)
@@ -139,8 +139,9 @@
  activate this test by selecting one of the two container configurations
  provided, JBoss AS 6 (remote) or GlassFish 3 (embedded).
 
- To run the test in GlassFish Embedded, simply run the test goal with the
- following profile activated:
+ To run the test in Embedded GlassFish, first make sure that you don't have a
+ GlassFish container running (to avoid port conflicts). Then run the test goal
+ with the following profile activated:
 
   mvn clean test -Pglassfish-embedded-3
 



More information about the weld-commits mailing list