[hornetq-commits] JBoss hornetq SVN: r8788 - in trunk: src/config/jboss-as/clustered and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jan 11 10:54:58 EST 2010


Author: ataylor
Date: 2010-01-11 10:54:58 -0500 (Mon, 11 Jan 2010)
New Revision: 8788

Modified:
   trunk/build-hornetq.xml
   trunk/src/config/jboss-as/clustered/hornetq-jms.xml
   trunk/src/config/jboss-as/non-clustered/hornetq-jms.xml
   trunk/src/config/trunk/clustered/hornetq-jms.xml
   trunk/src/config/trunk/non-clustered/hornetq-jms.xml
Log:
fixed configs and runServer classpath

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2010-01-11 13:31:00 UTC (rev 8787)
+++ trunk/build-hornetq.xml	2010-01-11 15:54:58 UTC (rev 8788)
@@ -326,8 +326,20 @@
    <path id="jms.standalone.server.classpath">
       <pathelement location="${src.schema.dir}"/>
       <path location="${build.jars.dir}/${transports.jar.name}"/>
-      <path refid="jms.test.execution.classpath"/>
+      <pathelement location="${src.schema.dir}"/>
+      <path location="${build.jars.dir}/${transports.jar.name}"/>
+      <path refid="jms.test.compilation.classpath"/>
+      <path refid="sun.jaxb.classpath"/>
+      <path refid="org.jboss.logging.classpath"/>
       <path refid="org.jboss.naming.classpath"/>
+      <path refid="jboss.jbossts.classpath"/>
+      <path refid="apache.xerces.classpath"/>
+      <path refid="log4j.log4j.classpath"/>
+	  <!-- we must include Apache commons logging   -->
+	  <!-- as a transitive dependency from JBoss TM -->
+   	  <path refid="apache.logging.classpath"/>
+      <pathelement location="${src.config.dir}/common"/>
+      <path refid="org.jboss.naming.classpath"/>
       <!--<path refid="jboss.jboss.reflect.classpath"/>
       <path refid="jboss.jboss.mdr.classpath"/>
       <path refid="jboss.jboss.common.logging.spi.classpath"/>

Modified: trunk/src/config/jboss-as/clustered/hornetq-jms.xml
===================================================================
--- trunk/src/config/jboss-as/clustered/hornetq-jms.xml	2010-01-11 13:31:00 UTC (rev 8787)
+++ trunk/src/config/jboss-as/clustered/hornetq-jms.xml	2010-01-11 15:54:58 UTC (rev 8788)
@@ -7,8 +7,8 @@
          <connector-ref connector-name="netty"/>
       </connectors>
       <entries>
-         <entry name="ConnectionFactory"/>
-         <entry name="XAConnectionFactory"/>
+         <entry name="/ConnectionFactory"/>
+         <entry name="/XAConnectionFactory"/>
       </entries>
    </connection-factory>
    

Modified: trunk/src/config/jboss-as/non-clustered/hornetq-jms.xml
===================================================================
--- trunk/src/config/jboss-as/non-clustered/hornetq-jms.xml	2010-01-11 13:31:00 UTC (rev 8787)
+++ trunk/src/config/jboss-as/non-clustered/hornetq-jms.xml	2010-01-11 15:54:58 UTC (rev 8788)
@@ -17,8 +17,8 @@
          <connector-ref connector-name="in-vm"/>
       </connectors>
       <entries>
-         <entry name="java:/ConnectionFactory"/>
-         <entry name="java:/XAConnectionFactory"/>
+         <entry name="/ConnectionFactory"/>
+         <entry name="/XAConnectionFactory"/>
       </entries>
    </connection-factory>
    

Modified: trunk/src/config/trunk/clustered/hornetq-jms.xml
===================================================================
--- trunk/src/config/trunk/clustered/hornetq-jms.xml	2010-01-11 13:31:00 UTC (rev 8787)
+++ trunk/src/config/trunk/clustered/hornetq-jms.xml	2010-01-11 15:54:58 UTC (rev 8788)
@@ -7,10 +7,8 @@
          <connector-ref connector-name="netty"/>
 	   </connectors>
 		<entries>
-			<entry name="ConnectionFactory"/>
-			<entry name="XAConnectionFactory"/>
-			<entry name="java:/ConnectionFactory"/>
-			<entry name="java:/XAConnectionFactory"/>
+			<entry name="/ConnectionFactory"/>
+			<entry name="/XAConnectionFactory"/>
 		</entries>
 	</connection-factory>
 	

Modified: trunk/src/config/trunk/non-clustered/hornetq-jms.xml
===================================================================
--- trunk/src/config/trunk/non-clustered/hornetq-jms.xml	2010-01-11 13:31:00 UTC (rev 8787)
+++ trunk/src/config/trunk/non-clustered/hornetq-jms.xml	2010-01-11 15:54:58 UTC (rev 8788)
@@ -7,10 +7,8 @@
          <connector-ref connector-name="netty"/>
 	   </connectors>
 		<entries>
-			<entry name="ConnectionFactory"/>
-			<entry name="XAConnectionFactory"/>
-			<entry name="java:/ConnectionFactory"/>
-			<entry name="java:/XAConnectionFactory"/>
+			<entry name="/ConnectionFactory"/>
+			<entry name="/XAConnectionFactory"/>
 		</entries>
 	</connection-factory>
 	



More information about the hornetq-commits mailing list