[jboss-cvs] JBossAS SVN: r88604 - in projects/ejb3/trunk/docs/tutorial: init and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 04:21:22 EDT 2009


Author: jaikiran
Date: 2009-05-11 04:21:22 -0400 (Mon, 11 May 2009)
New Revision: 88604

Modified:
   projects/ejb3/trunk/docs/tutorial/common/pom.xml
   projects/ejb3/trunk/docs/tutorial/init/pom.xml
Log:
EJBTHREE-1826 Pass the -Dxb.builder.useUnorderedSequence=true during AS startup for tutorials

Modified: projects/ejb3/trunk/docs/tutorial/common/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/common/pom.xml	2009-05-11 08:14:59 UTC (rev 88603)
+++ projects/ejb3/trunk/docs/tutorial/common/pom.xml	2009-05-11 08:21:22 UTC (rev 88604)
@@ -233,6 +233,9 @@
                                     <jvmArg>-Dorg.jboss.resolver.warning=true</jvmArg>
                                     <jvmArg>-Dsun.rmi.dgc.client.gcInterval=3600000</jvmArg>
                                     <jvmArg>-Dsun.rmi.dgc.server.gcInterval=3600000</jvmArg>
+				    <!-- Temporary, till AS boots without this property JBAS-6744 -->
+				    <jvmArg>-Dxb.builder.useUnorderedSequence=true</jvmArg>
+
                                 </jvmArgs>
                                 <jboss.test.run>true</jboss.test.run>
                             </configuration>

Modified: projects/ejb3/trunk/docs/tutorial/init/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/init/pom.xml	2009-05-11 08:14:59 UTC (rev 88603)
+++ projects/ejb3/trunk/docs/tutorial/init/pom.xml	2009-05-11 08:21:22 UTC (rev 88604)
@@ -69,6 +69,8 @@
 			                  	<jvmArg>-Dorg.jboss.resolver.warning=true</jvmArg>
 			                  	<jvmArg>-Dsun.rmi.dgc.client.gcInterval=3600000</jvmArg>
 			                  	<jvmArg>-Dsun.rmi.dgc.server.gcInterval=3600000</jvmArg>
+						<!-- Temporary, till AS boots without this property JBAS-6744 -->
+						<jvmArg>-Dxb.builder.useUnorderedSequence=true</jvmArg>
 					</jvmArgs>
 	                  		<jboss.test.run>true</jboss.test.run>
 	                	</configuration>




More information about the jboss-cvs-commits mailing list