[jboss-svn-commits] JBL Code SVN: r34779 - 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
Wed Aug 18 13:12:20 EDT 2010


Author: adinn
Date: 2010-08-18 13:12:20 -0400 (Wed, 18 Aug 2010)
New Revision: 34779

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 error in explanation of WST properties in config/jboss-beans files - fixes for JBTM-678

Modified: labs/jbosstm/trunk/XTS/config/xts-properties.xml
===================================================================
--- labs/jbosstm/trunk/XTS/config/xts-properties.xml	2010-08-18 16:44:56 UTC (rev 34778)
+++ labs/jbosstm/trunk/XTS/config/xts-properties.xml	2010-08-18 17:12:20 UTC (rev 34779)
@@ -142,14 +142,13 @@
 
     <!-- user transaction and transaction manager implementation
          mappings.
-	these are used in the client container only to identify the
-	classes used to implement the WSAT and WSBA client APIs. they
-	will not normally be reconfigured since doing so requires
-	modifing the implementation to include new versions of these
-	classes.
+	these are used in the client or web service container to identify the
+	classes used to implement the WSAT and WSBA client and web service APIs. they
+	will not normally be reconfigured since doing so requires modifying the
+	implementation to include new versions of these classes.
 
-	if you are deploying XTS to a coordinator or participant (web
-	service) container which does not need to operate as a client
+	if you are deploying XTS to a coordinator container which does
+	not need to operate as a client or web service
 	then you can leave these properties unset and the corresponding
 	classes will  not be loaded.
     -->

Modified: labs/jbosstm/trunk/XTS/config/xts-properties11.xml
===================================================================
--- labs/jbosstm/trunk/XTS/config/xts-properties11.xml	2010-08-18 16:44:56 UTC (rev 34778)
+++ labs/jbosstm/trunk/XTS/config/xts-properties11.xml	2010-08-18 17:12:20 UTC (rev 34779)
@@ -123,14 +123,13 @@
 
     <!-- user transaction and transaction manager implementation
          mappings.
-	these are used in the client container only to identify the
-	classes used to implement the WSAT and WSBA client APIs. they
-	will not normally be reconfigured since doing so requires
-	modifing the implementation to include new versions of these
-	classes.
+	these are used in the client or web service container to identify the
+	classes used to implement the WSAT and WSBA client and web service APIs. they
+	will not normally be reconfigured since doing so requires modifying the
+	implementation to include new versions of these classes.
 
-	if you are deploying XTS to a coordinator or participant (web
-	service) container which does not need to operate as a client
+	if you are deploying XTS to a coordinator container which does
+	not need to operate as a client or web service
 	then you can leave these properties unset and the corresponding
 	classes will  not be loaded.
     -->

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-18 16:44:56 UTC (rev 34778)
+++ labs/jbosstm/trunk/XTS/sar/META-INF/xts-jboss-beans.xml	2010-08-18 17:12:20 UTC (rev 34779)
@@ -209,8 +209,8 @@
 
     <!--
         The WST environment properties are used to identify and load the classes which implement the
-        WSAT and WSBA client APIs. They need only be specified in a container which will be running
-        XTS clients.
+        WSAT and WSBA client and web service APIs. They need only be specified in a container which will
+        be running XTS clients or web services.
     -->
     <bean name="WSTEnvironmentBean" class="org.jboss.jbossts.xts.environment.WSTEnvironmentBean">
         <constructor factoryClass="org.jboss.jbossts.xts.environment.XTSPropertyManager"

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-18 16:44:56 UTC (rev 34778)
+++ labs/jbosstm/trunk/XTS/sar/META-INF/xts11-jboss-beans.xml	2010-08-18 17:12:20 UTC (rev 34779)
@@ -166,8 +166,8 @@
 
     <!--
         The WST environment properties are used to identify and load the classes which implement the
-        WSAT and WSBA client APIs. They need only be specified in a container which will be running
-        XTS clients.
+        WSAT and WSBA client and web service APIs. They need only be specified in a container which will
+        be running XTS clients or web services.
     -->
     <bean name="WSTEnvironmentBean" class="org.jboss.jbossts.xts.environment.WSTEnvironmentBean">
         <constructor factoryClass="org.jboss.jbossts.xts.environment.XTSPropertyManager"



More information about the jboss-svn-commits mailing list