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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Aug 19 22:37:21 EDT 2010


Author: dan.j.allen
Date: 2010-08-19 22:37:21 -0400 (Thu, 19 Aug 2010)
New Revision: 6993

Modified:
   archetypes/javaee6-webapp/trunk/readme.txt
Log:
document modifications requires to get JAX-RS working on JBoss AS 6.0.0.M4


Modified: archetypes/javaee6-webapp/trunk/readme.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/readme.txt	2010-08-20 02:37:00 UTC (rev 6992)
+++ archetypes/javaee6-webapp/trunk/readme.txt	2010-08-20 02:37:21 UTC (rev 6993)
@@ -23,13 +23,17 @@
  We've tested it on both GlassFish 3.0.1 and JBoss AS 6.0.0.M4.
 
  NOTE:
- This project retrieves artifacts from the JBoss Community Maven repository
- because there are certain Java EE API JARs that are not yet publised to the
- Maven Central Repository (see https://jira.jboss.org/jira/browse/WELD-222).
- The integration testing framework used by the project, Arquillian, is also
- only available in the JBoss Community Maven repository. This repository is a
- superset of Maven central.
+ This project retrieves artifacts from the JBoss Community Maven repository, a
+ superset of the Maven central repository, because there are certain Java EE
+ API JARs that are not published to Maven central (for details, see the JIRA
+ https://jira.jboss.org/jira/browse/WELD-222). The integration testing
+ framework used by the project, Arquillian, is also only available in the JBoss
+ 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.
+ 
  Deploying the application
  =========================
 



More information about the weld-commits mailing list