[jboss-cvs] JBossAS SVN: r68635 - in trunk: messaging/src/etc/deploy/common and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 4 16:41:24 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-01-04 16:41:24 -0500 (Fri, 04 Jan 2008)
New Revision: 68635

Modified:
   trunk/build/build-thirdparty.xml
   trunk/messaging/src/etc/deploy/common/messaging-service.xml
   trunk/messaging/src/etc/deploy/common/remoting-service.xml
   trunk/messaging/src/etc/deploy/non-clustered/hsqldb-persistence-service.xml
Log:
JBAS-5104 - Upgrade JBossMessaging to 1.4.0.SP3

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2008-01-04 19:26:57 UTC (rev 68634)
+++ trunk/build/build-thirdparty.xml	2008-01-04 21:41:24 UTC (rev 68635)
@@ -105,7 +105,7 @@
     <componentref name="jboss/jbossws-native50" version="2.0.2.GA"/>
     <componentref name="jboss/jbossxb" version="2.0.0.CR5"/>
     <componentref name="jboss/jms-integration-tests" version="1.0.1.GA"/>
-    <componentref name="jboss/messaging" version="1.4.0.SP1-brew"/>
+    <componentref name="jboss/messaging" version="1.4.0.SP3"/>
     <componentref name="jboss/metadata" version="1.0.0.Beta4"/>
     <componentref name="jboss/microcontainer" version="2.0.0.Beta9"/>
     <componentref name="jboss/profiler/jvmti" version="1.0.0.CR5"/>

Modified: trunk/messaging/src/etc/deploy/common/messaging-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/common/messaging-service.xml	2008-01-04 19:26:57 UTC (rev 68634)
+++ trunk/messaging/src/etc/deploy/common/messaging-service.xml	2008-01-04 21:41:24 UTC (rev 68635)
@@ -3,7 +3,7 @@
 <!--
      The JBoss Messaging service deployment descriptor.
 
-     $Id: messaging-service.xml 3204 2007-10-19 12:42:17Z timfox $
+     $Id: messaging-service.xml 3337 2007-11-16 12:22:58Z timfox $
  -->
 
 <server>
@@ -85,10 +85,6 @@
       
       <attribute name="ClusterPullConnectionFactoryName">jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory</attribute>
       
-      <!-- Use XA when pulling persistent messages from a remote node to this one. -->
-      
-      <attribute name="UseXAForMessagePull">false</attribute>
-      
       <!-- When redistributing messages in the cluster. Do we need to preserve the order of messages received
             by a particular consumer from a particular producer? -->
             

Modified: trunk/messaging/src/etc/deploy/common/remoting-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/common/remoting-service.xml	2008-01-04 19:26:57 UTC (rev 68634)
+++ trunk/messaging/src/etc/deploy/common/remoting-service.xml	2008-01-04 21:41:24 UTC (rev 68635)
@@ -3,7 +3,7 @@
 <!--
      Standard bisocket-based Remoting service deployment descriptor.
 
-     $Id: remoting-bisocket-service.xml 3237 2007-10-21 15:27:51Z timfox $
+     $Id: remoting-bisocket-service.xml 3409 2007-12-04 21:32:54Z timfox $
  -->
 
 <server>
@@ -43,7 +43,7 @@
 
                <!-- Max Number of connections in client pool. This should be significantly higher than
                     the max number of sessions/consumers you expect -->
-               <attribute name="clientMaxPoolSize" isParam="true">200</attribute>
+               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
                
                <!-- Use these parameters to specify values for binding and connecting control connections to 
                     work with your firewall/NAT configuration

Modified: trunk/messaging/src/etc/deploy/non-clustered/hsqldb-persistence-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/non-clustered/hsqldb-persistence-service.xml	2008-01-04 19:26:57 UTC (rev 68634)
+++ trunk/messaging/src/etc/deploy/non-clustered/hsqldb-persistence-service.xml	2008-01-04 21:41:24 UTC (rev 68635)
@@ -5,7 +5,7 @@
      
      DO NOT USE HYPERSONIC IN PRODUCTION or in a clustered environment- Hypersonic does not have transaction isolation
 
-     $Id: hsqldb-persistence-service.xml 64152 2007-07-20 05:03:00Z clebert.suconic at jboss.com $
+     $Id: hsqldb-persistence-service.xml 3339 2007-11-16 20:48:08Z clebert.suconic at jboss.com $
  -->
 
 <server>




More information about the jboss-cvs-commits mailing list