[jboss-svn-commits] JBL Code SVN: r38206 - in labs/jbosstm/branches/JBOSSTS_4_16: XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei and 4 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Oct 1 10:39:11 EDT 2012
Author: paul.robinson
Date: 2012-10-01 10:39:08 -0400 (Mon, 01 Oct 2012)
New Revision: 38206
Modified:
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/ActivationPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/RegistrationPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorRPCPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationParticipantPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorRPCPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java
labs/jbosstm/branches/JBOSSTS_4_16/XTS/sharedbuild.xml
labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml
Log:
JBTM-1275 Unexpected Fault type returned when participant cannot complete
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/ActivationPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/ActivationPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/ActivationPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -33,6 +33,7 @@
// @EndpointConfig(configName = "Standard WSAddressing Endpoint")
@HandlerChain(file="/ws-c_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class ActivationPortTypeImpl // implements ActivationPortType
{
@Resource private WebServiceContext webServiceCtx;
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/RegistrationPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/RegistrationPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/RegistrationPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -36,6 +36,7 @@
// @EndpointConfig(configName = "Standard WSAddressing Endpoint")
@HandlerChain(file="/ws-c_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class RegistrationPortTypeImpl // implements RegistrationPortType
{
@Resource private WebServiceContext webServiceCtx;
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -35,6 +35,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class TerminationCoordinatorPortTypeImpl implements TerminationCoordinatorPortType
{
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorRPCPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorRPCPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorRPCPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -22,6 +22,7 @@
@WebService(targetNamespace = "http://schemas.arjuna.com/ws/2005/10/wsarjtx", name = "TerminationCoordinatorRPCPortType")
@HandlerChain(file="/ws-t-rpc_handlers.xml")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class TerminationCoordinatorRPCPortTypeImpl {
@Resource
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationParticipantPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationParticipantPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -35,6 +35,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class TerminationParticipantPortTypeImpl implements TerminationParticipantPortType
{
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -32,6 +32,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class CompletionCoordinatorPortTypeImpl // implements CompletionCoordinatorPortType
{
@Resource
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorRPCPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorRPCPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorRPCPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -27,6 +27,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t-rpc_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class CompletionCoordinatorRPCPortTypeImpl // implements CompletionCoordinatorPortType
{
@Resource
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -34,6 +34,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class CompletionInitiatorPortTypeImpl // implements CompletionInitiatorPortType
{
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -34,6 +34,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class CoordinatorPortTypeImpl // implements CoordinatorPortType
{
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -34,6 +34,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class ParticipantPortTypeImpl // implements ParticipantPortType
{
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -37,6 +37,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl // implements BusinessAgreementWithCoordinatorCompletionCoordinatorPortType
{
@Resource
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -37,6 +37,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl implements BusinessAgreementWithCoordinatorCompletionParticipantPortType
{
@Resource
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -36,6 +36,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl // implements BusinessAgreementWithParticipantCompletionCoordinatorPortType
{
@Resource
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java 2012-10-01 14:39:08 UTC (rev 38206)
@@ -36,6 +36,7 @@
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@HandlerChain(file="/ws-t_handlers.xml")
@Addressing(required=true)
+ at org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts", value = "true")
public class BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl // implements BusinessAgreementWithParticipantCompletionParticipantPortType
{
@Resource
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sharedbuild.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sharedbuild.xml 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sharedbuild.xml 2012-10-01 14:39:08 UTC (rev 38206)
@@ -71,7 +71,7 @@
<!-- external jars used by XTS for all builds -->
<property name="xts.build.extlib.jars" value="jbossws-api.jar jboss-logging.jar jboss-logging-generator.jar jboss-logging-processor.jar
- jboss-transaction-api_1.1_spec.jar jboss-servlet-api_3.0_spec.jar dom4j.jar"/>
+ jboss-transaction-api_1.1_spec.jar jboss-servlet-api_3.0_spec.jar dom4j.jar cxf-api.jar"/>
<!-- paths internal to build -->
Modified: labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml 2012-09-28 10:16:28 UTC (rev 38205)
+++ labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml 2012-10-01 14:39:08 UTC (rev 38206)
@@ -155,6 +155,14 @@
<!-- combined deps for the entire JBossTS. At some point we need to modularize this for different builds -->
+
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-api</artifactId>
+ <version>2.4.9</version>
+ <scope>provided</scope>
+ </dependency>
+
<!-- XTS also requires commons-codec (transitive via httpclient?) and commons-httpclient to compile the localjunit module. needed for test only, not XTS runtime dep. -->
<dependency>
<groupId>commons-codec</groupId>
More information about the jboss-svn-commits
mailing list