[jboss-svn-commits] JBL Code SVN: r20518 - in labs/jbosstm/trunk/XTS: WSTX/config and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 16 06:41:32 EDT 2008


Author: adinn
Date: 2008-06-16 06:41:32 -0400 (Mon, 16 Jun 2008)
New Revision: 20518

Modified:
   labs/jbosstm/trunk/XTS/WSCF/config/wscf.xml
   labs/jbosstm/trunk/XTS/WSCF/config/wscf11.xml
   labs/jbosstm/trunk/XTS/WSTX/config/wstx.xml
   labs/jbosstm/trunk/XTS/WSTX/config/wstx11.xml
Log:
removed config entries for separate XTS object store which are no longer required now that XTS in deployed as a sar. these were stopping recovery workign correctly - fix for JBTM-346

Modified: labs/jbosstm/trunk/XTS/WSCF/config/wscf.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/config/wscf.xml	2008-06-16 10:35:54 UTC (rev 20517)
+++ labs/jbosstm/trunk/XTS/WSCF/config/wscf.xml	2008-06-16 10:41:32 UTC (rev 20518)
@@ -37,8 +37,10 @@
 	    <property
 	    name="com.arjuna.mw.wscf.protocolImplementation4"
 	    value="com.arjuna.mwlabs.wst.ba.ContextFactoryImple"/>
-	    <property
+        <!--
+        <property
 	    name="com.arjuna.ats.arjuna.objectstore.objectStoreDir"
 	    value="XTSObjectStore"/>
+	    -->
 	</properties>
 </wscf-config>

Modified: labs/jbosstm/trunk/XTS/WSCF/config/wscf11.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/config/wscf11.xml	2008-06-16 10:35:54 UTC (rev 20517)
+++ labs/jbosstm/trunk/XTS/WSCF/config/wscf11.xml	2008-06-16 10:41:32 UTC (rev 20518)
@@ -37,9 +37,10 @@
         <property
         name="com.arjuna.mw.wscf11.protocolImplementation4"
         value="com.arjuna.mwlabs.wst11.ba.ContextFactoryImple"/>
-
+        <!--
 	    <property
 	    name="com.arjuna.ats.arjuna.objectstore.objectStoreDir"
 	    value="XTSObjectStore"/>
+	    -->
 	</properties>
 </wscf-config>

Modified: labs/jbosstm/trunk/XTS/WSTX/config/wstx.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/config/wstx.xml	2008-06-16 10:35:54 UTC (rev 20517)
+++ labs/jbosstm/trunk/XTS/WSTX/config/wstx.xml	2008-06-16 10:41:32 UTC (rev 20518)
@@ -39,9 +39,11 @@
 	    <property
 	    name="com.arjuna.mw.wscf.protocolImplementation4"
 	    value="com.arjuna.mwlabs.wst.ba.ContextFactoryImple"/>
-	    <property
+        <!--
+        <property
 	    name="com.arjuna.ats.arjuna.objectstore.objectStoreDir"
 	    value="XTSObjectStore"/>
+	    -->
 
 	    <property
 	    name="com.arjuna.ats.arjuna.recovery.recoveryExtension1"

Modified: labs/jbosstm/trunk/XTS/WSTX/config/wstx11.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/config/wstx11.xml	2008-06-16 10:35:54 UTC (rev 20517)
+++ labs/jbosstm/trunk/XTS/WSTX/config/wstx11.xml	2008-06-16 10:41:32 UTC (rev 20518)
@@ -37,10 +37,11 @@
         <property
         name="com.arjuna.mw.wscf11.protocolImplementation4"
         value="com.arjuna.mwlabs.wst11.ba.ContextFactoryImple"/>
-
+        <!--
 	    <property
 	    name="com.arjuna.ats.arjuna.objectstore.objectStoreDir"
 	    value="XTSObjectStore"/>
+	    -->
 
 	    <property
 	    name="com.arjuna.ats.arjuna.recovery.recoveryExtension1"
@@ -51,7 +52,7 @@
           or provide an alternative URL if you are using some other coordinator service
         <property
         name="com.arjuna.mw.wst11.coordinatorURL"
-        value="http://@hostname@:@port@/ws-c11/soap/ActivationCoordinator"/>
+        value="http://@hostname@:@port@/ws-c11/ActivationService"/>
         -->
 	</properties>
 </wstx-config>




More information about the jboss-svn-commits mailing list