Author: jbalunas(a)redhat.com
Date: 2008-05-12 15:30:19 -0400 (Mon, 12 May 2008)
New Revision: 8170
Modified:
branches/Seam_2_0/examples/jee5/readme.txt
branches/Seam_2_0/examples/jpa/readme.txt
Log:
Updated based on new reference guide info for Weblogic
Modified: branches/Seam_2_0/examples/jee5/readme.txt
===================================================================
--- branches/Seam_2_0/examples/jee5/readme.txt 2008-05-12 19:27:41 UTC (rev 8169)
+++ branches/Seam_2_0/examples/jee5/readme.txt 2008-05-12 19:30:19 UTC (rev 8170)
@@ -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: branches/Seam_2_0/examples/jpa/readme.txt
===================================================================
--- branches/Seam_2_0/examples/jpa/readme.txt 2008-05-12 19:27:41 UTC (rev 8169)
+++ branches/Seam_2_0/examples/jpa/readme.txt 2008-05-12 19:30:19 UTC (rev 8170)
@@ -30,11 +30,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: