[jboss-cvs] JBoss Messaging SVN: r5022 - in branches/Branch_1_4: integration/AS5/etc/server/default/deploy and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 24 08:44:36 EDT 2008


Author: timfox
Date: 2008-09-24 08:44:36 -0400 (Wed, 24 Sep 2008)
New Revision: 5022

Modified:
   branches/Branch_1_4/docs/userguide/en/modules/installation.xml
   branches/Branch_1_4/integration/AS5/etc/server/default/deploy/db2-persistence-service.xml
   branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mssql-persistence-service.xml
   branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mysql-persistence-service.xml
   branches/Branch_1_4/integration/AS5/etc/server/default/deploy/oracle-persistence-service.xml
   branches/Branch_1_4/integration/AS5/etc/server/default/deploy/postgresql-persistence-service.xml
   branches/Branch_1_4/integration/AS5/etc/server/default/deploy/sybase-persistence-service.xml
   branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/db2-persistence-service.xml
   branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/mssql-persistence-service.xml
   branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/mysql-persistence-service.xml
   branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/oracle-persistence-service.xml
   branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/postgresql-persistence-service.xml
   branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/sybase-persistence-service.xml
   branches/Branch_1_4/src/main/org/jboss/jms/server/destination/DestinationServiceSupport.java
Log:
https://jira.jboss.org/jira/browse/JBMESSAGING-1422


Modified: branches/Branch_1_4/docs/userguide/en/modules/installation.xml
===================================================================
--- branches/Branch_1_4/docs/userguide/en/modules/installation.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/docs/userguide/en/modules/installation.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -133,7 +133,9 @@
               by the <literal>databasename&gt;-persistence-service</literal>
               from
               <literal>&lt;downloadPackage&gt;/examples/config.</literal>. For
-              instance <literal>mysql-persistence-service.xml</literal></para>
+              instance <literal>mysql-persistence-service.xml</literal></para>.
+              <para>If you are installing in a clustered configuration
+      make sure to set the <literal>Clustered</literal> attribute to <literal>true</literal></para>
             </listitem>
 
             <listitem><para>Configure a JCA datasource using an example from
@@ -411,6 +413,9 @@
               from
               <literal>&lt;downloadPackage&gt;/examples/config.</literal>. For
               instance <literal>mysql-persistence-service.xml</literal></para>
+      
+      <para>If you are installing in a clustered configuration
+      make sure to set the <literal>Clustered</literal> attribute to <literal>true</literal></para>
             </listitem>
 
             <listitem>

Modified: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/db2-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/db2-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/db2-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -125,8 +125,8 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-	  <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
-
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
       <attribute name="Clustered">false</attribute>
 
       <!-- All the remaining properties only have to be specified if the post office is clustered.

Modified: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mssql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mssql-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mssql-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -123,10 +123,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-      <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mysql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mysql-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mysql-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -123,10 +123,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLUSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-      <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/oracle-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/oracle-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/oracle-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -127,10 +127,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLUSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-	  <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/postgresql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/postgresql-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/postgresql-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -123,10 +123,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLUSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-	  <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/sybase-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/sybase-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/sybase-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -128,9 +128,9 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-	  <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
 
-      <attribute name="Clustered">true</attribute>
+      <attribute name="Clustered">false</attribute>
 
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->

Modified: branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/db2-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/db2-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/db2-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -125,8 +125,8 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-	  <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
-
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
       <attribute name="Clustered">false</attribute>
 
       <!-- All the remaining properties only have to be specified if the post office is clustered.

Modified: branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/mssql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/mssql-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/mssql-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -123,10 +123,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-      <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/mysql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/mysql-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/mysql-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -123,10 +123,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLUSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-      <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/oracle-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/oracle-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/oracle-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -127,10 +127,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLUSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-	  <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/postgresql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/postgresql-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/postgresql-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -123,10 +123,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLUSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-	  <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/sybase-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/sybase-persistence-service.xml	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/sybase-persistence-service.xml	2008-09-24 12:44:36 UTC (rev 5022)
@@ -128,10 +128,10 @@
 LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLSTERED, ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?
       ]]></attribute>
 
-	  <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
+      <!-- This post office is non clustered. If you want a clustered post office then set to true -->
+      
+      <attribute name="Clustered">false</attribute>
 
-      <attribute name="Clustered">true</attribute>
-
       <!-- All the remaining properties only have to be specified if the post office is clustered.
            You can safely comment them out if your post office is non clustered -->
 

Modified: branches/Branch_1_4/src/main/org/jboss/jms/server/destination/DestinationServiceSupport.java
===================================================================
--- branches/Branch_1_4/src/main/org/jboss/jms/server/destination/DestinationServiceSupport.java	2008-09-24 12:25:43 UTC (rev 5021)
+++ branches/Branch_1_4/src/main/org/jboss/jms/server/destination/DestinationServiceSupport.java	2008-09-24 12:44:36 UTC (rev 5022)
@@ -94,9 +94,6 @@
                	
          nodeId = serverPeer.getServerPeerID();
          
-         
-         
-         
          String name = null;
                   
          if (serviceName != null)




More information about the jboss-cvs-commits mailing list