[jboss-svn-commits] JBL Code SVN: r38208 - in labs/jbosstm/branches/JBOSSTS_4_16: XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei and 7 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Oct 1 15:31:24 EDT 2012
Author: paul.robinson
Date: 2012-10-01 15:31:23 -0400 (Mon, 01 Oct 2012)
New Revision: 38208
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/schemas/ws/_2005/_10/wsarjtx/TerminationParticipantPortType.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
labs/jbosstm/branches/JBOSSTS_4_16/qa/run-tests.xml
labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/ActivationPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -33,7 +33,6 @@
// @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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-C/dev/src11/com/arjuna/webservices11/wscoor/sei/RegistrationPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -36,7 +36,6 @@
// @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/schemas/ws/_2005/_10/wsarjtx/TerminationParticipantPortType.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationParticipantPortType.java 2012-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/schemas/ws/_2005/_10/wsarjtx/TerminationParticipantPortType.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -72,6 +72,6 @@
@WebMethod(operationName = "FaultOperation", action = "http://schemas.arjuna.com/ws/2005/10/wsarjtx/Fault")
@Oneway
public void faultOperation(
- @WebParam(name = "Fault", targetNamespace = "http://schemas.arjuna.com/ws/2005/10/wsarjtx", partName = "parameters")
+ @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
Fault parameters);
}
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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -35,7 +35,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationCoordinatorRPCPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -22,7 +22,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsarjtx/sei/TerminationParticipantPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -35,7 +35,6 @@
@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
{
@@ -138,7 +137,7 @@
@WebMethod(operationName = "FaultOperation", action = "http://schemas.arjuna.com/ws/2005/10/wsarjtx/Fault")
@Oneway
public void faultOperation(
- @WebParam(name = "Fault", targetNamespace = "http://schemas.arjuna.com/ws/2005/10/wsarjtx", partName = "parameters")
+ @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
Fault parameters)
{
MessageContext ctx = webServiceCtx.getMessageContext();
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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -32,7 +32,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorRPCPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -27,7 +27,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -34,7 +34,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -34,7 +34,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -34,7 +34,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -37,7 +37,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -37,7 +37,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -36,7 +36,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java 2012-10-01 19:31:23 UTC (rev 38208)
@@ -36,7 +36,6 @@
@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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sharedbuild.xml 2012-10-01 19:31:23 UTC (rev 38208)
@@ -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 cxf-api.jar"/>
+ jboss-transaction-api_1.1_spec.jar jboss-servlet-api_3.0_spec.jar dom4j.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-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml 2012-10-01 19:31:23 UTC (rev 38208)
@@ -155,14 +155,6 @@
<!-- 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>
Property changes on: labs/jbosstm/branches/JBOSSTS_4_16/qa/run-tests.xml
___________________________________________________________________
Deleted: svn:mergeinfo
-
Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh 2012-10-01 19:27:11 UTC (rev 38207)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh 2012-10-01 19:31:23 UTC (rev 38208)
@@ -48,6 +48,13 @@
$JBOSS_HOME/bin/standalone.sh --server-config=standalone-xts.xml&
sleep 10
+#RUN XTS AS INTEGRATION TESTS
+cd ${WORKSPACE}/jboss-as/testsuite/integration/xts
+mvn test -Pxts.integration.tests.profile
+if [ "$?" != "0" ];
+ exit -1
+fi
+
#RUN XTS UNIT TESTS
cd ${WORKSPACE}
cd XTS
More information about the jboss-svn-commits
mailing list