[jboss-svn-commits] JBL Code SVN: r34484 - in labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop: WSTX11-interop/dd/interop11 and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 3 12:38:45 EDT 2010


Author: adinn
Date: 2010-08-03 12:38:44 -0400 (Tue, 03 Aug 2010)
New Revision: 34484

Modified:
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/InteropConstants.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/dd/interop11/participanthandlers.xml
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/ATInteropConstants.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/BAInteropConstants.java
Log:
corrected action names supplied in test code to conform to WSDL and port annotations -- fixes for JBPAPP-4783

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/InteropConstants.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/InteropConstants.java	2010-08-03 16:26:38 UTC (rev 34483)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/InteropConstants.java	2010-08-03 16:38:44 UTC (rev 34484)
@@ -49,11 +49,11 @@
     /**
      * The participant action prefix.
      */
-    public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/ParticipantPortType/" ;
+    public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/" ;
     /**
      * The initiator action prefix.
      */
-    public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/InitiatorPortType/" ;
+    public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/" ;
 
     /**
      * The completion commit element.

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/dd/interop11/participanthandlers.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/dd/interop11/participanthandlers.xml	2010-08-03 16:26:38 UTC (rev 34483)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/dd/interop11/participanthandlers.xml	2010-08-03 16:38:44 UTC (rev 34484)
@@ -28,9 +28,5 @@
 		<handler-name>Coordination Context Handler</handler-name>
 		<handler-class>com.jboss.transaction.txinterop.webservices.handlers.CoordinationContextHandler</handler-class>
 	</handler>
-	<handler>
-		<handler-name>WS Addressing Server Handler</handler-name>
-		<handler-class>org.jboss.ws.extensions.addressing.jaxws.WSAddressingServerHandler</handler-class>
-	</handler>
     </handler-chain>
 </handler-chains>

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/ATInteropConstants.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/ATInteropConstants.java	2010-08-03 16:26:38 UTC (rev 34483)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/ATInteropConstants.java	2010-08-03 16:38:44 UTC (rev 34484)
@@ -49,11 +49,11 @@
     /**
      * The participant action prefix.
      */
-    public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/ParticipantPortType/" ;
+    public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/" ;
     /**
      * The initiator action prefix.
      */
-    public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/InitiatorPortType/" ;
+    public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/" ;
 
     /**
      * The completion commit element.

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/BAInteropConstants.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/BAInteropConstants.java	2010-08-03 16:26:38 UTC (rev 34483)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/BAInteropConstants.java	2010-08-03 16:38:44 UTC (rev 34484)
@@ -49,11 +49,11 @@
     /**
      * The participant action prefix.
      */
-    public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/ParticipantPortType/" ;
+    public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/" ;
     /**
      * The initiator action prefix.
      */
-    public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/InitiatorPortType/" ;
+    public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/" ;
 
     /**
      * The Cancel element.



More information about the jboss-svn-commits mailing list