[jboss-cvs] JBossAS SVN: r63328 - branches/Branch_4_2/varia/src/resources/services/binding.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 4 05:54:37 EDT 2007


Author: dimitris at jboss.org
Date: 2007-06-04 05:54:37 -0400 (Mon, 04 Jun 2007)
New Revision: 63328

Modified:
   branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml
Log:
correct the sample bindings, missing ']]>', better formating

Modified: branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml	2007-06-04 09:25:46 UTC (rev 63327)
+++ branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml	2007-06-04 09:54:37 UTC (rev 63328)
@@ -404,26 +404,27 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
-         <config>
-            <invoker transport="bisocket">
-               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="dataType" isParam="true">jms</attribute>
-               <attribute name="socket.check_connection" isParam="true">false</attribute>
-               <attribute name="timeout" isParam="true">0</attribute>
-               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">4457</attribute>
-               <attribute name="leasePeriod">10000</attribute>
-               <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
-               <attribute name="numberOfRetries" isParam="true">1</attribute>
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-            </invoker>
-            <handlers>
-               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-            </handlers>
-         </config>
+               <config>
+                  <invoker transport="bisocket">
+                     <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+                     <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+                     <attribute name="dataType" isParam="true">jms</attribute>
+                     <attribute name="socket.check_connection" isParam="true">false</attribute>
+                     <attribute name="timeout" isParam="true">0</attribute>
+                     <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+                     <attribute name="serverBindPort">4457</attribute>
+                     <attribute name="leasePeriod">10000</attribute>
+                     <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
+                     <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+                     <attribute name="numberOfRetries" isParam="true">1</attribute>
+                     <attribute name="numberOfCallRetries" isParam="true">1</attribute>
+                     <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
+                  </invoker>
+                 <handlers>
+                    <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+                 </handlers>
+              </config>
+         ]]></attribute>
          </delegate-config>
          <binding port="4457"/>
       </service-config>
@@ -808,27 +809,27 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
-	   <config>
-            <invoker transport="bisocket">
-               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="dataType" isParam="true">jms</attribute>
-               <attribute name="socket.check_connection" isParam="true">false</attribute>
-               <attribute name="timeout" isParam="true">0</attribute>
-               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">4557</attribute>
-               <attribute name="leasePeriod">10000</attribute>
-               <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
-               <attribute name="numberOfRetries" isParam="true">1</attribute>
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-            </invoker>
-            <handlers>
-               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-            </handlers>
-         </config>
-            ]]></attribute>
+               <config>
+                  <invoker transport="bisocket">
+                     <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+                     <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+                     <attribute name="dataType" isParam="true">jms</attribute>
+                     <attribute name="socket.check_connection" isParam="true">false</attribute>
+                     <attribute name="timeout" isParam="true">0</attribute>
+                     <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+                     <attribute name="serverBindPort">4557</attribute>
+                     <attribute name="leasePeriod">10000</attribute>
+                     <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
+                     <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+                     <attribute name="numberOfRetries" isParam="true">1</attribute>
+                     <attribute name="numberOfCallRetries" isParam="true">1</attribute>
+                     <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
+                  </invoker>
+                 <handlers>
+                    <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+                 </handlers>
+              </config>
+         ]]></attribute>
          </delegate-config>
          <binding port="4557"/>
       </service-config>
@@ -1214,27 +1215,27 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
-	 <config>
-            <invoker transport="bisocket">
-               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="dataType" isParam="true">jms</attribute>
-               <attribute name="socket.check_connection" isParam="true">false</attribute>
-               <attribute name="timeout" isParam="true">0</attribute>
-               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">4657</attribute>
-               <attribute name="leasePeriod">10000</attribute>
-               <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
-               <attribute name="numberOfRetries" isParam="true">1</attribute>
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-            </invoker>
-            <handlers>
-               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-            </handlers>
-         </config>  
-            ]]></attribute>
+               <config>
+                  <invoker transport="bisocket">
+                     <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+                     <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+                     <attribute name="dataType" isParam="true">jms</attribute>
+                     <attribute name="socket.check_connection" isParam="true">false</attribute>
+                     <attribute name="timeout" isParam="true">0</attribute>
+                     <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+                     <attribute name="serverBindPort">4657</attribute>
+                     <attribute name="leasePeriod">10000</attribute>
+                     <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
+                     <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+                     <attribute name="numberOfRetries" isParam="true">1</attribute>
+                     <attribute name="numberOfCallRetries" isParam="true">1</attribute>
+                     <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
+                  </invoker>
+                 <handlers>
+                    <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+                 </handlers>
+              </config>
+         ]]></attribute>
          </delegate-config>
          <binding port="4657"/>
       </service-config>
@@ -1577,26 +1578,27 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
-	<config>
-            <invoker transport="bisocket">
-               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="dataType" isParam="true">jms</attribute>
-               <attribute name="socket.check_connection" isParam="true">false</attribute>
-               <attribute name="timeout" isParam="true">0</attribute>
-               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">4757</attribute>
-               <attribute name="leasePeriod">10000</attribute>
-               <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
-               <attribute name="numberOfRetries" isParam="true">1</attribute>
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-            </invoker>
-            <handlers>
-               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-            </handlers>
-         </config>
+               <config>
+                  <invoker transport="bisocket">
+                     <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+                     <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+                     <attribute name="dataType" isParam="true">jms</attribute>
+                     <attribute name="socket.check_connection" isParam="true">false</attribute>
+                     <attribute name="timeout" isParam="true">0</attribute>
+                     <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+                     <attribute name="serverBindPort">4757</attribute>
+                     <attribute name="leasePeriod">10000</attribute>
+                     <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
+                     <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+                     <attribute name="numberOfRetries" isParam="true">1</attribute>
+                     <attribute name="numberOfCallRetries" isParam="true">1</attribute>
+                     <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
+                  </invoker>
+                 <handlers>
+                    <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+                 </handlers>
+              </config>
+         ]]></attribute>
             ]]></attribute>
          </delegate-config>
          <binding port="4757"/>




More information about the jboss-cvs-commits mailing list