[jboss-svn-commits] JBL Code SVN: r34831 - in labs/jbosstm/trunk/XTS: sar/META-INF and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 23 09:39:00 EDT 2010


Author: adinn
Date: 2010-08-23 09:39:00 -0400 (Mon, 23 Aug 2010)
New Revision: 34831

Modified:
   labs/jbosstm/trunk/XTS/config/xts-properties.xml
   labs/jbosstm/trunk/XTS/config/xts-properties11.xml
   labs/jbosstm/trunk/XTS/sar/META-INF/xts-jboss-beans.xml
   labs/jbosstm/trunk/XTS/sar/META-INF/xts11-jboss-beans.xml
Log:
corrected wrong name for config property

Modified: labs/jbosstm/trunk/XTS/config/xts-properties.xml
===================================================================
--- labs/jbosstm/trunk/XTS/config/xts-properties.xml	2010-08-23 13:12:14 UTC (rev 34830)
+++ labs/jbosstm/trunk/XTS/config/xts-properties.xml	2010-08-23 13:39:00 UTC (rev 34831)
@@ -124,7 +124,7 @@
     <!--
     <entry key="org.jboss.jbossts.xts11.coordinatorURL">http://localhost:8080/ws-c11/ActivationService</entry>
     <entry key="org.jboss.jbossts.xts11.coordinator.scheme">http</entry>
-    <entry key="org.jboss.jbossts.xts11.coordinator.host">localhost</entry>
+    <entry key="org.jboss.jbossts.xts11.coordinator.address">localhost</entry>
     <entry key="org.jboss.jbossts.xts11.coordinator.port">8080</entry>
     <entry key="org.jboss.jbossts.xts11.coordinator.path">ws-c11/ActivationService</entry>
     -->

Modified: labs/jbosstm/trunk/XTS/config/xts-properties11.xml
===================================================================
--- labs/jbosstm/trunk/XTS/config/xts-properties11.xml	2010-08-23 13:12:14 UTC (rev 34830)
+++ labs/jbosstm/trunk/XTS/config/xts-properties11.xml	2010-08-23 13:39:00 UTC (rev 34831)
@@ -116,7 +116,7 @@
     <!--
     <entry key="org.jboss.jbossts.xts11.coordinatorURL">http://localhost:8080/ws-c11/ActivationService</entry>
     <entry key="org.jboss.jbossts.xts11.coordinator.scheme">http</entry>
-    <entry key="org.jboss.jbossts.xts11.coordinator.host">localhost</entry>
+    <entry key="org.jboss.jbossts.xts11.coordinator.address">localhost</entry>
     <entry key="org.jboss.jbossts.xts11.coordinator.port">8080</entry>
     <entry key="org.jboss.jbossts.xts11.coordinator.path">ws-c11/ActivationService</entry>
     -->

Modified: labs/jbosstm/trunk/XTS/sar/META-INF/xts-jboss-beans.xml
===================================================================
--- labs/jbosstm/trunk/XTS/sar/META-INF/xts-jboss-beans.xml	2010-08-23 13:12:14 UTC (rev 34830)
+++ labs/jbosstm/trunk/XTS/sar/META-INF/xts-jboss-beans.xml	2010-08-23 13:39:00 UTC (rev 34831)
@@ -141,7 +141,7 @@
         <!-- if you are using a remote JBoss XTS coordinator you can just redefine the scheme, address, port or
             path to the desired value and the ones left undefined will be defaulted to use the standard XTS
             coordinator URL elements. So, for example if your XTS coordinator services is deployed in another
-            AS on host myhost.myorg.com you only need to define property coordinatorHost11 to have value
+            AS on host myhost.myorg.com you only need to define property coordinatorAddress11 to have value
             myhost.myorg.com and the coordinator address used by clients will be
             http://myhost.myorg.com:8080/ws-c11/ActivationService
             n.b. if the remote machine is using JBoss XTS then you won't want to redefine the port unless
@@ -152,7 +152,7 @@
         <property name="coordinatorScheme11">
            <value>http</value>
         </property>
-        <property name="coordinatorHost11">
+        <property name="coordinatorAddress11">
            <value>10.0.1.99</value>
         </property>
         <property name="coordinatorPort11">
@@ -165,7 +165,7 @@
         <property name="coordinatorScheme10">
            <value>http</value>
         </property>
-        <property name="coordinatorHost10">
+        <property name="coordinatorAddress10">
            <value>10.0.1.99</value>
         </property>
         <property name="coordinatorPort10">

Modified: labs/jbosstm/trunk/XTS/sar/META-INF/xts11-jboss-beans.xml
===================================================================
--- labs/jbosstm/trunk/XTS/sar/META-INF/xts11-jboss-beans.xml	2010-08-23 13:12:14 UTC (rev 34830)
+++ labs/jbosstm/trunk/XTS/sar/META-INF/xts11-jboss-beans.xml	2010-08-23 13:39:00 UTC (rev 34831)
@@ -117,7 +117,7 @@
         <!-- if you are using a remote JBoss XTS coordinator you can just redefine the scheme, address, port or
             path to the desired value and the ones left undefined will be defaulted to use the standard XTS
             coordinator URL elements. So, for example if your XTS coordinator services is deployed in another
-            AS on host myhost.myorg.com you only need to define property coordinatorHost11 to have value
+            AS on host myhost.myorg.com you only need to define property coordinatorAddress11 to have value
             myhost.myorg.com and the coordinator address used by clients will be
             http://myhost.myorg.com:8080/ws-c11/ActivationService
             n.b. if the remote machine is using JBoss XTS then you won't want to redefine the port unless
@@ -127,7 +127,7 @@
         <property name="coordinatorScheme11">
            <value>http</value>
         </property>
-        <property name="coordinatorHost11">
+        <property name="coordinatorAddress11">
            <value>10.0.1.99</value>
         </property>
         <property name="coordinatorPort11">



More information about the jboss-svn-commits mailing list