[jboss-svn-commits] JBL Code SVN: r6928 - labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mwlabs/wst/ba/remote
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Oct 19 14:31:56 EDT 2006
Author: kevin.conner at jboss.com
Date: 2006-10-19 14:31:54 -0400 (Thu, 19 Oct 2006)
New Revision: 6928
Modified:
labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mwlabs/wst/ba/remote/UserBusinessActivityImple.java
Log:
Tidy up namespace/protocol usage: JBTM-151
Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mwlabs/wst/ba/remote/UserBusinessActivityImple.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mwlabs/wst/ba/remote/UserBusinessActivityImple.java 2006-10-19 17:34:19 UTC (rev 6927)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mwlabs/wst/ba/remote/UserBusinessActivityImple.java 2006-10-19 18:31:54 UTC (rev 6928)
@@ -41,7 +41,6 @@
import com.arjuna.webservices.SoapRegistry;
import com.arjuna.webservices.wsaddr.AttributedURIType;
import com.arjuna.webservices.wsaddr.EndpointReferenceType;
-import com.arjuna.webservices.wsarj.ArjunaConstants;
import com.arjuna.webservices.wsarj.InstanceIdentifier;
import com.arjuna.webservices.wsarjtx.ArjunaTXConstants;
import com.arjuna.webservices.wsba.BusinessActivityConstants;
@@ -288,7 +287,7 @@
try
{
return RegistrationCoordinator.register(coordinationContext, messageId,
- getParticipantProtocolService(ctx.identifier()), ArjunaConstants.WSARJ_PROTOCOL_TERMINATION) ;
+ getParticipantProtocolService(ctx.identifier()), ArjunaTXConstants.WSARJTX_PROTOCOL_TERMINATION) ;
}
catch (final Throwable th)
{
More information about the jboss-svn-commits
mailing list