Author: norman.richards(a)jboss.com
Date: 2009-07-23 13:47:20 -0400 (Thu, 23 Jul 2009)
New Revision: 11303
Modified:
branches/community/Seam_2_2/readme.txt
Log:
update notes
Modified: branches/community/Seam_2_2/readme.txt
===================================================================
--- branches/community/Seam_2_2/readme.txt 2009-07-22 16:26:16 UTC (rev 11302)
+++ branches/community/Seam_2_2/readme.txt 2009-07-23 17:47:20 UTC (rev 11303)
@@ -1,7 +1,7 @@
JBoss Seam - Contextual Component framework for Java EE 5
=========================================================
-version 2.2.0.GA, June 2009
+version 2.2.0.GA, July 2009
This software is distributed under the terms of the FSF Lesser Gnu
Public License (see lgpl.txt).
@@ -9,7 +9,7 @@
Get Up And Running Quick
------------------------
-1. Install JBoss AS 4.2.3.GA.
+1. Install JBoss AS 5.1.0.GA.
2. Edit the "build.properties" file and change jboss.home to your
JBoss AS installation directory
@@ -31,3 +31,18 @@
* Read the documentation in the "doc/reference/en-US" directory
* Read the online FAQ
http://www.seamframework.org
+Notes for this release
+----------------------
+
+Running the examples with embedded JBoss on Tomcat 6 requires the following
+additional JARs be updated/added to the Tomcat lib directory after normal
+embedded JBoss embedded instal
+
+lib/test/hibernate-all.jar
+lib/test/thirdparty-all.jar
+lib/slf4j-api.jar
+lib/sl4j-log4j12.jar
+lib/hsqldb.jar
+
+Running the examples
+