[jboss-svn-commits] JBL Code SVN: r37533 - in labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS: interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Oct 13 07:04:35 EDT 2011


Author: paul.robinson
Date: 2011-10-13 07:04:35 -0400 (Thu, 13 Oct 2011)
New Revision: 37533

Modified:
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/generated/InitiatorPortType.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/generated/ParticipantPortType.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/InitiatorPortTypeImpl.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/ParticipantPortTypeImpl.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/generated/InitiatorPortType.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/generated/ParticipantPortType.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/InitiatorPortTypeImpl.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/ParticipantPortTypeImpl.java
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/localjunit/
Log:
JBPAPP-7338

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/generated/InitiatorPortType.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/generated/InitiatorPortType.java	2011-10-12 13:48:02 UTC (rev 37532)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/generated/InitiatorPortType.java	2011-10-13 11:04:35 UTC (rev 37533)
@@ -25,6 +25,7 @@
 import javax.jws.WebMethod;
 import javax.jws.WebService;
 import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.soap.Addressing;
 
 
 /**
@@ -34,6 +35,7 @@
  * 
  */
 @WebService(name = "InitiatorPortType", targetNamespace = "http://fabrikam123.com")
+ at Addressing(enabled=true, required=true)
 public interface InitiatorPortType {
 
 

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/generated/ParticipantPortType.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/generated/ParticipantPortType.java	2011-10-12 13:48:02 UTC (rev 37532)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/generated/ParticipantPortType.java	2011-10-13 11:04:35 UTC (rev 37533)
@@ -27,6 +27,7 @@
 import javax.jws.WebService;
 import javax.jws.soap.SOAPBinding;
 import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.soap.Addressing;
 
 
 /**
@@ -36,6 +37,7 @@
  * 
  */
 @WebService(name = "ParticipantPortType", targetNamespace = "http://fabrikam123.com")
+ at Addressing(enabled=true, required=true)
 public interface ParticipantPortType {
 
 

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/InitiatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/InitiatorPortTypeImpl.java	2011-10-12 13:48:02 UTC (rev 37532)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/InitiatorPortTypeImpl.java	2011-10-13 11:04:35 UTC (rev 37533)
@@ -43,6 +43,7 @@
 import javax.jws.soap.SOAPBinding;
 import javax.xml.ws.RequestWrapper;
 import javax.xml.namespace.QName;
+import javax.xml.ws.soap.Addressing;
 
 import org.w3c.dom.Element;
 import org.jboss.jbossts.xts.soapfault.Fault;
@@ -59,8 +60,8 @@
         portName = "InitiatorPortType",
         wsdlLocation="/WEB-INF/wsdl/interopat-initiator-binding.wsdl",
         serviceName="InitiatorService")
-// @EndpointConfig(configName = "Standard WSAddressing Endpoint")
 @HandlerChain(file="initiatorhandlers.xml")
+ at Addressing(enabled=true, required=true)
 public class InitiatorPortTypeImpl {
 
     /**
@@ -97,4 +98,4 @@
         ATInitiatorProcessor.getInitiator().handleSoapFault(soapFaultInternal, inboundAddressProperties) ;
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/ParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/ParticipantPortTypeImpl.java	2011-10-12 13:48:02 UTC (rev 37532)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/ParticipantPortTypeImpl.java	2011-10-13 11:04:35 UTC (rev 37533)
@@ -39,6 +39,7 @@
 import javax.xml.ws.addressing.JAXWSAConstants;
 import javax.xml.ws.handler.MessageContext;
 import javax.annotation.Resource;
+import javax.xml.ws.soap.Addressing;
 
 import org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext;
 import org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType;
@@ -54,8 +55,8 @@
         portName="ParticipantPortType",
         wsdlLocation="/WEB-INF/wsdl/interopat-participant-binding.wsdl",
         serviceName="ParticipantService")
-// @EndpointConfig(configName = "Standard WSAddressing Endpoint")
 @HandlerChain(file="participanthandlers.xml")
+ at Addressing(enabled=true, required=true)
 public class ParticipantPortTypeImpl {
 
     /**

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/generated/InitiatorPortType.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/generated/InitiatorPortType.java	2011-10-12 13:48:02 UTC (rev 37532)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/generated/InitiatorPortType.java	2011-10-13 11:04:35 UTC (rev 37533)
@@ -25,6 +25,7 @@
 import javax.jws.WebMethod;
 import javax.jws.WebService;
 import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.soap.Addressing;
 
 
 /**
@@ -34,6 +35,7 @@
  * 
  */
 @WebService(name = "InitiatorPortType", targetNamespace = "http://fabrikam123.com/wsba")
+ at Addressing(enabled=true, required=true)
 public interface InitiatorPortType {
 
 

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/generated/ParticipantPortType.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/generated/ParticipantPortType.java	2011-10-12 13:48:02 UTC (rev 37532)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/generated/ParticipantPortType.java	2011-10-13 11:04:35 UTC (rev 37533)
@@ -25,6 +25,7 @@
 import javax.jws.WebMethod;
 import javax.jws.WebService;
 import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.soap.Addressing;
 
 
 /**
@@ -33,7 +34,9 @@
  * Generated source version: 2.0
  * 
  */
+
 @WebService(name = "ParticipantPortType", targetNamespace = "http://fabrikam123.com/wsba")
+ at Addressing(enabled=true, required=true)
 public interface ParticipantPortType {
 
 

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/InitiatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/InitiatorPortTypeImpl.java	2011-10-12 13:48:02 UTC (rev 37532)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/InitiatorPortTypeImpl.java	2011-10-13 11:04:35 UTC (rev 37533)
@@ -22,6 +22,7 @@
 
 import com.jboss.transaction.txinterop.webservices.atinterop.processors.ATInitiatorProcessor;
 import com.jboss.transaction.txinterop.webservices.bainterop.processors.BAInitiatorProcessor;
+import org.jboss.ws.annotation.EndpointConfig;
 
 import javax.xml.ws.RequestWrapper;
 import javax.xml.ws.WebServiceContext;
@@ -40,6 +41,7 @@
 import javax.jws.soap.SOAPBinding;
 import javax.xml.bind.annotation.XmlSeeAlso;
 import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.soap.Addressing;
 
 
 /**
@@ -50,8 +52,8 @@
         portName = "InitiatorPortType",
         wsdlLocation="/WEB-INF/wsdl/interopba-initiator-binding.wsdl",
         serviceName="InitiatorService")
-// @EndpointConfig(configName = "Standard WSAddressing Endpoint")
 @HandlerChain(file="initiatorhandlers.xml")
+ at Addressing(enabled=true, required=true)
 public class InitiatorPortTypeImpl {
 
     /**
@@ -74,4 +76,4 @@
         BAInitiatorProcessor.getInitiator().handleResponse(inboundAddressProperties) ;
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/ParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/ParticipantPortTypeImpl.java	2011-10-12 13:48:02 UTC (rev 37532)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/ParticipantPortTypeImpl.java	2011-10-13 11:04:35 UTC (rev 37533)
@@ -37,6 +37,7 @@
 import javax.xml.ws.addressing.JAXWSAConstants;
 import javax.xml.ws.handler.MessageContext;
 import javax.annotation.Resource;
+import javax.xml.ws.soap.Addressing;
 
 import org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext;
 import org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType;
@@ -52,8 +53,8 @@
         portName="ParticipantPortType",
         wsdlLocation="/WEB-INF/wsdl/interopba-participant-binding.wsdl",
         serviceName="ParticipantService")
-// @EndpointConfig(configName = "Standard WSAddressing Endpoint")
 @HandlerChain(file="participanthandlers.xml")
+ at Addressing(enabled=true, required=true)
 public class ParticipantPortTypeImpl {
 
     /**
@@ -336,4 +337,4 @@
             throw new ProtocolException(th);
         }
     }
-}
\ No newline at end of file
+}


Property changes on: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/localjunit
___________________________________________________________________
Modified: svn:ignore
   - build
reports

   + build
reports
TEST-com.arjuna.qa.junit.LocalJUnitInteropRunner.xml




More information about the jboss-svn-commits mailing list