[jboss-cvs] JBossAS SVN: r66600 - branches/JBPAPP_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 31 07:42:36 EDT 2007


Author: wolfc
Date: 2007-10-31 07:42:35 -0400 (Wed, 31 Oct 2007)
New Revision: 66600

Modified:
   branches/JBPAPP_4_2/ejb3/build-test.xml
Log:
JBPAPP-347: set jboss.jms.provider system property to either mq or jbm

Modified: branches/JBPAPP_4_2/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2/ejb3/build-test.xml	2007-10-31 11:41:50 UTC (rev 66599)
+++ branches/JBPAPP_4_2/ejb3/build-test.xml	2007-10-31 11:42:35 UTC (rev 66600)
@@ -45,6 +45,10 @@
      <isset property="build.soa"/>
    </condition>
 
+   <condition property="jboss.jms.provider" value="jbm" else="mq">
+      <isset property="build.soa"/>
+   </condition>
+   
    <!-- Set a hostname property based on COMPUTERNAME for win32, HOSTNAME
    otherwise and initialize the node0/node1 cluster hostnames to localhost
    and ${hostname} by default. If you cannot route multicast traffic between
@@ -3428,6 +3432,8 @@
          <sysproperty key="jbosstest.cluster.node1.jndi.url" value="${node1.jndi.url}"/>
          <sysproperty key="java.naming.provider.url" value="${test.jndi.url}"/>
 
+         <!-- for EAP 4.3, jboss.jms.provider must either be jbm or mq -->
+         <sysproperty key="jboss.jms.provider" value="${jboss.jms.provider}"/>
 
          <jvmarg line="${jvmargs}" />
 




More information about the jboss-cvs-commits mailing list