[jboss-svn-commits] JBL Code SVN: r20592 - labs/jbosstm/trunk/XTS/WSTX/config.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jun 18 11:42:01 EDT 2008
Author: adinn
Date: 2008-06-18 11:42:00 -0400 (Wed, 18 Jun 2008)
New Revision: 20592
Modified:
labs/jbosstm/trunk/XTS/WSTX/config/wstx.xml
labs/jbosstm/trunk/XTS/WSTX/config/wstx11.xml
Log:
patched some typos in comment text -- fix for JBTM-374
Modified: labs/jbosstm/trunk/XTS/WSTX/config/wstx.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/config/wstx.xml 2008-06-18 14:56:06 UTC (rev 20591)
+++ labs/jbosstm/trunk/XTS/WSTX/config/wstx.xml 2008-06-18 15:42:00 UTC (rev 20592)
@@ -57,8 +57,8 @@
value="http://@hostname@:@port@/ws-c10/soap/ActivationCoordinator"/>
-->
<!-- this property can be used to define a remote WSCOOR 1.0
- activation coordinator. substitute coordinator.hostname
- and coordinator.port to specify an XTS remote activation
+ activation coordinator. substitute @coordinator.hostname@
+ and @coordinator.port@ to specify an XTS remote activation
coordinator deployed in another JBoss AS or provide an
alternative URL if you are using some other coordinator
service.
@@ -71,7 +71,7 @@
requests. you can override these settings by editing the
build script or by supplying values on the ant command
line using -Dcoordinator.hostname=<hostname> and
- -coordinator.port=<port>.
+ -Dcoordinator.port=<port>.
-->
<property
name="com.arjuna.mw.wst11.coordinatorURL"
Modified: labs/jbosstm/trunk/XTS/WSTX/config/wstx11.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/config/wstx11.xml 2008-06-18 14:56:06 UTC (rev 20591)
+++ labs/jbosstm/trunk/XTS/WSTX/config/wstx11.xml 2008-06-18 15:42:00 UTC (rev 20592)
@@ -48,8 +48,8 @@
value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule"/>
<!-- this property can be used to define a remote WSCOOR 1.1
- activation coordinator. substitute coordinator.hostname
- and coordinator.port to specify an XTS remote activation
+ activation coordinator. substitute @coordinator.hostname@
+ and @coordinator.port@ to specify an XTS remote activation
coordinator deployed in another JBoss AS or provide an
alternative URL if you are using some other coordinator
service.
@@ -57,12 +57,12 @@
n.b. if you leave this line as is the build script in the
sar directory which builds the jbossxts service archive
(jbossxts.sar) will substitute the local hostname and
- port into this property ehich means that the local
+ port into this property which means that the local
coordinator will be used to service coordination
requests. you can override these settings by editing the
build script or by supplying values on the ant command
line using -Dcoordinator.hostname=<hostname> and
- -coordinator.port=<port>.
+ -Dcoordinator.port=<port>.
-->
<property
name="com.arjuna.mw.wst11.coordinatorURL"
More information about the jboss-svn-commits
mailing list