[seam-commits] Seam SVN: r8421 - branches/Seam_2_0_FP.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 26 04:31:44 EDT 2008


Author: manaRH
Date: 2008-06-26 04:31:44 -0400 (Thu, 26 Jun 2008)
New Revision: 8421

Modified:
   branches/Seam_2_0_FP/readme.txt
Log:
Added note about JVM 6 required parameter

Modified: branches/Seam_2_0_FP/readme.txt
===================================================================
--- branches/Seam_2_0_FP/readme.txt	2008-06-26 01:52:56 UTC (rev 8420)
+++ branches/Seam_2_0_FP/readme.txt	2008-06-26 08:31:44 UTC (rev 8421)
@@ -1,6 +1,6 @@
 JBoss Seam FP - Contextual Component framework for Java EE 5
 =========================================================
-version 1.0.GA, May 2008
+version 2.0.2-FP, May 2008
 
 This software is distributed under the terms of the FSF Lesser Gnu
 Public License (see lgpl.txt). 
@@ -31,6 +31,11 @@
 
 Then checkout the report in the /test-report directory.
 
+Note: If you use JVM 6 instead of targeted JVM 5, TestNG tests should fail. 
+      JVM 6 needs to add the following parameter:
+       "-Dsun.lang.ClassLoader.allowArraySyntax=true" to various build.xml files to execute
+       TestNG tests correctly.
+
 Running the TestNG Tests in Eclipse
 -----------------------------------
 




More information about the seam-commits mailing list