[jboss-svn-commits] JBL Code SVN: r33801 - labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jul 9 08:13:09 EDT 2010
Author: adinn
Date: 2010-07-09 08:13:09 -0400 (Fri, 09 Jul 2010)
New Revision: 33801
Modified:
labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/BAInteropConstants.java
Log:
forgot to fix up the actions for BA interop tests -- fixes for JBTM-755
Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/BAInteropConstants.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/BAInteropConstants.java 2010-07-09 12:06:00 UTC (rev 33800)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/BAInteropConstants.java 2010-07-09 12:13:09 UTC (rev 33801)
@@ -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