Author: jbalunas(a)redhat.com
Date: 2008-05-12 15:27:41 -0400 (Mon, 12 May 2008)
New Revision: 8169
Modified:
trunk/examples/jee5/readme.txt
trunk/examples/jpa/readme.txt
Log:
Updated based on new reference guide info
Modified: trunk/examples/jee5/readme.txt
===================================================================
--- trunk/examples/jee5/readme.txt 2008-05-12 19:20:19 UTC (rev 8168)
+++ trunk/examples/jee5/readme.txt 2008-05-12 19:27:41 UTC (rev 8169)
@@ -4,7 +4,8 @@
The examples in this directory showcases how to build Java EE 5 compliant Seam
applications. The application should run on all Java EE 5 compliant
application servers with minimal changes in code and configuration files. The
-default build script builds a deployable EAR for Glassfish.
+default build script builds a deployable EAR for Glassfish. See Seam reference
+guide for instructions for other containers.
Glassfish v2
------------
Modified: trunk/examples/jpa/readme.txt
===================================================================
--- trunk/examples/jpa/readme.txt 2008-05-12 19:20:19 UTC (rev 8168)
+++ trunk/examples/jpa/readme.txt 2008-05-12 19:27:41 UTC (rev 8169)
@@ -29,11 +29,13 @@
WebLogic 10.X:
* Install WebLogic 10.X
* Create an hsql datasource called 'seam-jpa-ds" (see reference guide)
+ * Deploy Weblogics jsf-1.2.war shared library for JSF 1.2 support. (see reference
guide)
* ant weblogic10
* Start the WebLogic domain you created or the "examples" domain if
installed.
* Load the admin console
http://localhost:7001/console/
* Deploy dist-weblogic10/jboss-seam-jpa.war
* Access the app at
http://localhost:7001/jboss-seam-jpa/
+ * See Weblogic reference guide chapter for full details.
WebSphere 6.1: