[jboss-svn-commits] JBL Code SVN: r37096 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 20 08:54:44 EDT 2011


Author: adinn
Date: 2011-06-20 08:54:43 -0400 (Mon, 20 Jun 2011)
New Revision: 37096

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/build.xml
Log:
ensured aux classes go in same deployment as SEI classes -- fixes for JBTM-848

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/build.xml	2011-06-17 02:31:18 UTC (rev 37095)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/build.xml	2011-06-20 12:54:43 UTC (rev 37096)
@@ -87,19 +87,19 @@
         org/jboss/jbossts/xts/recovery/participant/ba/XTSBARecoveryManager.class"/>
     <property name="ws-t10.api.classes" value="com/arjuna/wst/BAParticipantManager.class"/>
     <property name="ws-t11.api.classes" value="com/arjuna/wst11/BAParticipantManager.class
-        com/arjuna/wst11/ConfirmCompletedParticipant.class"/>
-    <property name="ws-t11.coordinator.endpoint.classes" value="com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.class
-        com/arjuna/webservices11/wsat/sei/CompletionCoordinatorRPCPortTypeImpl.class
-        com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorPortTypeImpl.class
-        com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorRPCPortTypeImpl.class
-        com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.class
-        com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.class
-        com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.class"/>
-    <property name="ws-t11.participant.endpoint.classes" value="com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.class
-        com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.class
-        com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.class"/>
-    <property name="ws-t11.client.endpoint.classes" value="com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.class
-        com/arjuna/webservices11/wsarjtx/sei/TerminationParticipantPortTypeImpl.class"/>
+	com/arjuna/wst11/ConfirmCompletedParticipant.class"/>
+    <property name="ws-t11.coordinator.endpoint.classes" value="com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl*.class
+        com/arjuna/webservices11/wsat/sei/CompletionCoordinatorRPCPortTypeImpl*.class
+        com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorPortTypeImpl*.class
+        com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorRPCPortTypeImpl*.class
+        com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl*.class
+        com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl*.class
+        com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl*.class"/>
+    <property name="ws-t11.participant.endpoint.classes" value="com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl*.class
+        com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl*.class
+        com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl*.class"/>
+    <property name="ws-t11.client.endpoint.classes" value="com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl*.class
+        com/arjuna/webservices11/wsarjtx/sei/TerminationParticipantPortTypeImpl*.class"/>
 
     <!--sibling module directories and jars -->
 



More information about the jboss-svn-commits mailing list