Author: dan.j.allen
Date: 2011-03-31 00:53:14 -0400 (Thu, 31 Mar 2011)
New Revision: 7214
Modified:
archetypes/javaee6-webapp/trunk/readme.txt
Log:
fix typo
Modified: archetypes/javaee6-webapp/trunk/readme.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/readme.txt 2011-03-31 04:52:54 UTC (rev 7213)
+++ archetypes/javaee6-webapp/trunk/readme.txt 2011-03-31 04:53:14 UTC (rev 7214)
@@ -9,7 +9,7 @@
This is your project! It's a sample, deployable Maven 3 project to help you
get your foot in the door developing with Java EE 6. This project is setup to
allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0,
- EJB 3.1, JPA 2.0 and Bean Validation 1.0) that can run on a certified
+ EJB 3.1, JPA 2.0 and Bean Validation 1.0 that can run on a certified
application server (Full or Web Profile). It includes a persistence unit and
some sample persistence and transaction code to help you get your feet wet
with database access in enterprise Java.
@@ -33,10 +33,6 @@
framework used by the project, Arquillian, is also only available in the JBoss
Community Maven repository.
- NOTE:
- Prior to JBoss AS 6.0.0.CR1, modifications were required to get JAX-RS working
- properly on JBoss AS. We strongly recommend upgrading to 6.0.0.Final.
-
With the prerequisites out of the way, you're ready to build and deploy.
Deploying the application
Show replies by date