[jboss-svn-commits] JBL Code SVN: r38219 - in labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171: XTS/WS-C/dev/src11/org/jboss/jbossts/xts/soapfault and 4 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 12 09:10:30 EDT 2012
Author: jolee
Date: 2012-10-12 09:10:29 -0400 (Fri, 12 Oct 2012)
New Revision: 38219
Modified:
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/arjunacore/XAResourceRecord.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/jboss/jbossts/xts/soapfault/SoapFaultService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/ActivationService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/RegistrationService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationCoordinatorService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationParticipantService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CompletionCoordinatorService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CompletionInitiatorService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CoordinatorService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/ParticipantService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithCoordinatorCompletionCoordinatorService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithCoordinatorCompletionParticipantService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithParticipantCompletionCoordinatorService.java
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithParticipantCompletionParticipantService.java
Log:
JBTM-1171 improve XAResource preparefailed logging, corrected capture of the error
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/arjunacore/XAResourceRecord.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/arjunacore/XAResourceRecord.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/arjunacore/XAResourceRecord.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -1,20 +1,20 @@
/*
* JBoss, Home of Professional Open Source
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
* See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * full listing of individual contributors.
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
* You should have received a copy of the GNU Lesser General Public License,
* v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
- *
+ *
* (C) 2005-2006,
* @author JBoss Inc.
*/
@@ -97,7 +97,7 @@
* The params represent specific parameters we need to recreate the
* connection to the database in the event of a failure. If they're not set
* then recovery is out of our control.
- *
+ *
* Could also use it to pass other information, such as the readonly flag.
*/
@@ -113,7 +113,7 @@
com.arjuna.ats.jta.logging.FacilityCode.FAC_JTA,
"XAResourceRecord.XAResourceRecord ( " + xid + " )");
}
-
+
_theXAResource = res;
_recoveryObject = null;
_tranID = xid;
@@ -268,7 +268,7 @@
// we won't be called again, so we need to tidy up now
removeConnection();
}
-
+
return TwoPhaseOutcome.PREPARE_READONLY;
}
else
@@ -283,7 +283,7 @@
"com.arjuna.ats.internal.jta.resources.arjunacore.preparefailed",
new Object[]
{ "XAResourceRecord.prepare",
- XAHelper.printXAErrorCode(e1) }, e1);
+ XAHelper.printXAErrorCode(e1) });
}
/*
@@ -363,7 +363,7 @@
return TwoPhaseOutcome.FINISH_OK;
}
-
+
if (_tranID == null)
{
if (jtaLogger.loggerI18N.isWarnEnabled())
@@ -410,11 +410,11 @@
else
{
removeConnection();
-
+
return TwoPhaseOutcome.FINISH_ERROR;
}
}
-
+
try
{
_theXAResource.rollback(_tranID);
@@ -562,7 +562,7 @@
* No need for end call here since we can only get to this
* point by going through prepare.
*/
-
+
try
{
_theXAResource.commit(_tranID, false);
@@ -640,7 +640,7 @@
.warn("com.arjuna.ats.internal.jta.resources.arjunacore.commitexception",
new Object[] { "XAResourceRecord.topLevelCommit", e2 }, e2);
}
-
+
return TwoPhaseOutcome.FINISH_ERROR;
}
finally
@@ -698,13 +698,17 @@
* outcome is whatever we want. Therefore, we do not need to save any
* additional recoverable state, such as a reference to the transaction
* coordinator, since it will not have an intentions list anyway.
- *
+ *
* @message com.arjuna.ats.internal.jta.resources.arjunacore.opcnulltx
* [com.arjuna.ats.internal.jta.resources.arjunacore.opcnulltx] {0} -
* null transaction!
* @message com.arjuna.ats.internal.jta.resources.arjunacore.opcerror
* [com.arjuna.ats.internal.jta.resources.arjunacore.opcerror] {0}
* caught: {1}
+ *
+ * @message com.arjuna.ats.internal.jta.resources.arjunacore.opcerrorsource
+ * [com.arjuna.ats.internal.jta.resources.arjunacore.opcerrorsource] {0} -
+ * caught: {1}
*/
public int topLevelOnePhaseCommit()
@@ -739,7 +743,7 @@
boolean commit = true;
XAException endHeuristic = null;
-
+
try
{
/*
@@ -753,7 +757,7 @@
}
}
catch (XAException e1)
- {
+ {
/*
* Now it's not legal to return a heuristic from end, but
* apparently Oracle does (http://jira.jboss.com/jira/browse/JBTM-343)
@@ -781,7 +785,7 @@
* Has been marked as rollback-only. We still
* need to call rollback.
*/
-
+
commit = false;
break;
case XAException.XAER_RMERR:
@@ -796,17 +800,17 @@
}
}
}
-
+
try
{
/*
* Not strictly necessary since calling commit will
* do the rollback if end failed as above.
*/
-
+
if (endHeuristic != null) // catch those RMs that terminate in end rather than follow the spec
throw endHeuristic;
-
+
if (commit)
_theXAResource.commit(_tranID, true);
else
@@ -814,6 +818,10 @@
}
catch (XAException e1)
{
+ // JBPAPP-9125, logging at this point since this exception is lost when e2 is thrown.
+ jtaLogger.loggerI18N.warn("com.arjuna.ats.internal.jta.resources.arjunacore.opcerrorsource",
+ new Object[]{ "XAResourceRecord.JBPAPP-9125", e1}, e1);
+
/*
* XA_HEURHAZ, XA_HEURCOM, XA_HEURRB, XA_HEURMIX,
* XAER_RMERR, XAER_RMFAIL, XAER_NOTA, XAER_INVAL, or
@@ -971,12 +979,12 @@
{
ByteArrayOutputStream s = new ByteArrayOutputStream();
ObjectOutputStream o = new ObjectOutputStream(s);
-
+
o.writeObject(_theXAResource);
o.close();
-
+
os.packBoolean(true);
-
+
os.packBytes(s.toByteArray());
}
catch (NotSerializableException ex)
@@ -986,14 +994,14 @@
jtaLogger.loggerI18N
.warn("com.arjuna.ats.internal.jta.resources.arjunacore.savestate");
}
-
+
return false;
}
}
else
{
// have to rely upon XAResource.recover!
-
+
os.packBoolean(false);
}
}
@@ -1104,7 +1112,7 @@
* other participants that can still recover. Plus, we will
* try to get a new XAResource later for this instance.
*/
-
+
res = true;
}
}
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/jboss/jbossts/xts/soapfault/SoapFaultService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/jboss/jbossts/xts/soapfault/SoapFaultService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/jboss/jbossts/xts/soapfault/SoapFaultService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "SoapFaultService", targetNamespace = "http://jbossts.jboss.org/xts/soapfault", wsdlLocation = "wsdl/soapfault.wsdl")
public class SoapFaultService
- extends Service21
+ extends Service
{
private final static URL SOAPFAULTSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/ActivationService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/ActivationService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/ActivationService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
import javax.xml.ws.soap.AddressingFeature;
@@ -20,7 +20,7 @@
*/
@WebServiceClient(name = "ActivationService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06", wsdlLocation = "wsdl/wscoor-activation-binding.wsdl")
public class ActivationService
- extends Service21
+ extends Service
{
private final static URL ACTIVATIONSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/RegistrationService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/RegistrationService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-C/dev/src11/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/RegistrationService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
import javax.xml.ws.soap.AddressingFeature;
@@ -20,7 +20,7 @@
*/
@WebServiceClient(name = "RegistrationService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06", wsdlLocation = "wsdl/wscoor-registration-binding.wsdl")
public class RegistrationService
- extends Service21
+ extends Service
{
private final static URL REGISTRATIONSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationCoordinatorService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationCoordinatorService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationCoordinatorService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "TerminationCoordinatorService", targetNamespace = "http://schemas.arjuna.com/ws/2005/10/wsarjtx", wsdlLocation = "wsdl/wsarjtx-termination-coordinator-binding.wsdl")
public class TerminationCoordinatorService
- extends Service21
+ extends Service
{
private final static URL TERMINATIONCOORDINATORSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationParticipantService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationParticipantService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationParticipantService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "TerminationParticipantService", targetNamespace = "http://schemas.arjuna.com/ws/2005/10/wsarjtx", wsdlLocation = "wsdl/wsarjtx-termination-participant-binding.wsdl")
public class TerminationParticipantService
- extends Service21
+ extends Service
{
private final static URL TERMINATIONPARTICIPANTSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CompletionCoordinatorService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CompletionCoordinatorService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CompletionCoordinatorService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "CompletionCoordinatorService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", wsdlLocation = "wsdl/wsat-completion-coordinator-binding.wsdl")
public class CompletionCoordinatorService
- extends Service21
+ extends Service
{
private final static URL COMPLETIONCOORDINATORSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CompletionInitiatorService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CompletionInitiatorService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CompletionInitiatorService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "CompletionInitiatorService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", wsdlLocation = "wsdl/wsat-completion-initiator-binding.wsdl")
public class CompletionInitiatorService
- extends Service21
+ extends Service
{
private final static URL COMPLETIONINITIATORSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CoordinatorService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CoordinatorService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/CoordinatorService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "CoordinatorService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", wsdlLocation = "wsdl/wsat-coordinator-binding.wsdl")
public class CoordinatorService
- extends Service21
+ extends Service
{
private final static URL COORDINATORSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/ParticipantService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/ParticipantService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsat/_2006/_06/ParticipantService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "ParticipantService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", wsdlLocation = "wsdl/wsat-participant-binding.wsdl")
public class ParticipantService
- extends Service21
+ extends Service
{
private final static URL PARTICIPANTSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithCoordinatorCompletionCoordinatorService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithCoordinatorCompletionCoordinatorService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithCoordinatorCompletionCoordinatorService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "BusinessAgreementWithCoordinatorCompletionCoordinatorService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", wsdlLocation = "wsdl/wsba-coordinator-completion-coordinator-binding.wsdl")
public class BusinessAgreementWithCoordinatorCompletionCoordinatorService
- extends Service21
+ extends Service
{
private final static URL BUSINESSAGREEMENTWITHCOORDINATORCOMPLETIONCOORDINATORSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithCoordinatorCompletionParticipantService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithCoordinatorCompletionParticipantService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithCoordinatorCompletionParticipantService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "BusinessAgreementWithCoordinatorCompletionParticipantService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", wsdlLocation = "wsdl/wsba-coordinator-completion-participant-binding.wsdl")
public class BusinessAgreementWithCoordinatorCompletionParticipantService
- extends Service21
+ extends Service
{
private final static URL BUSINESSAGREEMENTWITHCOORDINATORCOMPLETIONPARTICIPANTSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithParticipantCompletionCoordinatorService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithParticipantCompletionCoordinatorService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithParticipantCompletionCoordinatorService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "BusinessAgreementWithParticipantCompletionCoordinatorService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", wsdlLocation = "wsdl/wsba-participant-completion-coordinator-binding.wsdl")
public class BusinessAgreementWithParticipantCompletionCoordinatorService
- extends Service21
+ extends Service
{
private final static URL BUSINESSAGREEMENTWITHPARTICIPANTCOMPLETIONCOORDINATORSERVICE_WSDL_LOCATION;
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithParticipantCompletionParticipantService.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithParticipantCompletionParticipantService.java 2012-10-04 15:33:33 UTC (rev 38218)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP12_JBTM-1171/XTS/WS-T/dev/src11/org/oasis_open/docs/ws_tx/wsba/_2006/_06/BusinessAgreementWithParticipantCompletionParticipantService.java 2012-10-12 13:10:29 UTC (rev 38219)
@@ -8,7 +8,7 @@
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.Service21;
+import javax.xml.ws.Service;
/**
@@ -19,7 +19,7 @@
*/
@WebServiceClient(name = "BusinessAgreementWithParticipantCompletionParticipantService", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", wsdlLocation = "wsdl/wsba-participant-completion-participant-binding.wsdl")
public class BusinessAgreementWithParticipantCompletionParticipantService
- extends Service21
+ extends Service
{
private final static URL BUSINESSAGREEMENTWITHPARTICIPANTCOMPLETIONPARTICIPANTSERVICE_WSDL_LOCATION;
More information about the jboss-svn-commits
mailing list