[jboss-cvs] JBossAS SVN: r103895 - trunk/testsuite/src/resources/naming/restart.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 13 06:18:59 EDT 2010


Author: wolfc
Date: 2010-04-13 06:18:59 -0400 (Tue, 13 Apr 2010)
New Revision: 103895

Modified:
   trunk/testsuite/src/resources/naming/restart/naming-restart-jboss-beans.xml
Log:
JBAS-7556: fixed bug in naming restart test

Modified: trunk/testsuite/src/resources/naming/restart/naming-restart-jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/naming/restart/naming-restart-jboss-beans.xml	2010-04-13 10:12:07 UTC (rev 103894)
+++ trunk/testsuite/src/resources/naming/restart/naming-restart-jboss-beans.xml	2010-04-13 10:18:59 UTC (rev 103895)
@@ -27,6 +27,8 @@
            static ref to the std one in the server-side NamingContext class -->
       <property name="useGlobalService">false</property>      
       <property name="installGlobalService">false</property>
+      <!-- do not overwrite java:comp on restart (see JBNAME-37) -->
+      <property name="installJavaComp">false</property>
       
    </bean>
 




More information about the jboss-cvs-commits mailing list