[jboss-svn-commits] JBL Code SVN: r21904 - labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/junit.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 26 05:26:23 EDT 2008


Author: beve
Date: 2008-08-26 05:26:22 -0400 (Tue, 26 Aug 2008)
New Revision: 21904

Modified:
   labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/junit/build.xml
Log:
attempting to fix the build.


Modified: labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/junit/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/junit/build.xml	2008-08-26 07:45:16 UTC (rev 21903)
+++ labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/junit/build.xml	2008-08-26 09:26:22 UTC (rev 21904)
@@ -180,6 +180,7 @@
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
          <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
          <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
+		 <sysproperty key="javax.xml.registry.ConnectionFactoryClass" value="org.apache.ws.scout.registry.ConnectionFactoryImpl"/>
       	
          <sysproperty key="org.jboss.esb.test.ftp.hostname" value="${org.jboss.esb.test.ftp.hostname}"/>
          <sysproperty key="org.jboss.esb.test.ftp.user" value="${org.jboss.esb.test.ftp.user}"/>
@@ -262,6 +263,7 @@
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
          <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
          <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
+		 <sysproperty key="javax.xml.registry.ConnectionFactoryClass" value="org.apache.ws.scout.registry.ConnectionFactoryImpl"/>
       	
          <!-- Listener Sys Props... -->
          <sysproperty key="org.jboss.soa.esb.paramsRepository.file.root"




More information about the jboss-svn-commits mailing list