Weld SVN: r7098 - archetypes/javaee6-webapp/trunk.
by weld-commits@lists.jboss.org
Author: dan.j.allen
Date: 2010-11-24 14:25:39 -0500 (Wed, 24 Nov 2010)
New Revision: 7098
Modified:
archetypes/javaee6-webapp/trunk/readme.txt
Log:
update recommended version of JBoss AS
Modified: archetypes/javaee6-webapp/trunk/readme.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/readme.txt 2010-11-24 19:18:05 UTC (rev 7097)
+++ archetypes/javaee6-webapp/trunk/readme.txt 2010-11-24 19:25:39 UTC (rev 7098)
@@ -22,7 +22,7 @@
SDK 1.6) and Maven 3.
The application this project produces is designed to be run on a Java EE 6
- application server. We recommend JBoss AS 6.0.0.M4 or GlassFish 3.0.1, though
+ application server. We recommend JBoss AS 6.0.0.CR1 or GlassFish 3.0.1, though
it should work on any server that is Java EE 6 compliant.
NOTE:
@@ -34,8 +34,8 @@
Community Maven repository.
TIP:
- As of JBoss AS 6.0.0.M4, modifications are required to get the sample JAX-RS
- resource working. See the JaxRsActivator class in this project for instructions.
+ As of JBoss AS 6.0.0.CR1, modifications are required to get the sample JAX-RS
+ resource working on JBoss AS. See the JaxRsActivator class for instructions.
With the prerequisites out of the way, you're ready to build and deploy.
@@ -48,7 +48,7 @@
mvn package
If you want to deploy the application on JBoss AS (standalone), make sure that
- your JBOSS_HOME environment variable points to a JBoss AS 6.0 installation.
+ your JBOSS_HOME environment variable points to a JBoss AS 6 installation.
Alternatively, you can set the location of JBoss AS using the following
profile definition in the .m2/settings.xml file in your home directory: