[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Peter Muir
peter at bleepbleep.org.uk
Wed Oct 17 05:32:43 EDT 2007
User: pmuir
Date: 07/10/17 05:32:43
Modified: doc/reference/en/modules configuration.xml testing.xml
Log:
JBSEAM-2120
Revision Changes Path
1.66 +1 -1 jboss-seam/doc/reference/en/modules/configuration.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configuration.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/configuration.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- configuration.xml 15 Oct 2007 13:49:55 -0000 1.65
+++ configuration.xml 17 Oct 2007 09:32:43 -0000 1.66
@@ -680,7 +680,7 @@
<para>
Embedded JBoss must by installed into Tomcat for Seam applications
- to run correctly on it. Embedded JBoss only runs on JDK 1.5.
+ to run correctly on it. Embedded JBoss only runs on JDK 1.5 (not JDK 1.6).
Embedded JBoss can be downloaded
<ulink url="http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=228977">here</ulink>.
The process for installing Embedded JBoss into Tomcat 6 is quite
1.21 +2 -1 jboss-seam/doc/reference/en/modules/testing.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: testing.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/testing.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- testing.xml 10 Oct 2007 11:06:12 -0000 1.20
+++ testing.xml 17 Oct 2007 09:32:43 -0000 1.21
@@ -133,7 +133,8 @@
<para>
The approach taken by Seam is to let you write tests that exercise your
components while running inside a pruned down container environment (Seam,
- together with the JBoss Embedded container).
+ together with the JBoss Embedded container; n.b. JBoss Embedded requires
+ JDK 1.5 and does not work with JDK 1.6).
</para>
<programlisting><![CDATA[public class RegisterTest extends SeamTest
More information about the jboss-cvs-commits
mailing list