You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notification@tuscany.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/05/25 09:20:01 UTC

Build failed in Jenkins: Tuscany-2x #1027

See <https://builds.apache.org/job/Tuscany-2x/1027/>

------------------------------------------
[...truncated 47565 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
May 25, 2013 7:16:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
May 25, 2013 7:16:18 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 25, 2013 7:16:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
May 25, 2013 7:16:18 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
May 25, 2013 7:16:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.389 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
May 25, 2013 7:16:23 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 25, 2013 7:16:23 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-05-25 07:16:25.600:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
May 25, 2013 7:16:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 25, 2013 7:16:25 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 25, 2013 7:16:25 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 25, 2013 7:16:25 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 25, 2013 7:16:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 25, 2013 7:16:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.811 sec
Running org.example.orderservice.OrderServiceBareTestCase
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 25, 2013 7:16:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 25, 2013 7:16:27 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 25, 2013 7:16:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 25, 2013 7:16:27 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
May 25, 2013 7:16:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 25, 2013 7:16:27 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
May 25, 2013 7:16:27 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36 minutes 13 seconds
[INFO] Finished at: Sat May 25 07:16:30 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-05-25 07:19:55.810:INFO::Shutdown hook executing
2013-05-25 07:19:55.810:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1075

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1075/>

------------------------------------------
[...truncated 57011 lines...]
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 14, 2013 2:16:22 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 14, 2013 2:16:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 14, 2013 2:16:22 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 14, 2013 2:16:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.4 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 14, 2013 2:16:27 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 14, 2013 2:16:27 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-14 02:16:28.826:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 14, 2013 2:16:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 14, 2013 2:16:28 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.795 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 14, 2013 2:16:29 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 14, 2013 2:16:30 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40 minutes 46 seconds
[INFO] Finished at: Sun Jul 14 02:16:33 UTC 2013
[INFO] Final Memory: 730M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-14 02:20:56.722:INFO::Shutdown hook executing
2013-07-14 02:20:56.723:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1074

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1074/>

------------------------------------------
[...truncated 55530 lines...]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 11, 2013 2:15:17 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 11, 2013 2:15:17 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-11 02:15:18.897:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 11, 2013 2:15:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.882 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 11, 2013 2:15:19 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 11, 2013 2:15:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40 minutes 25 seconds
[INFO] Finished at: Thu Jul 11 02:15:23 UTC 2013
[INFO] Final Memory: 732M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-11 02:19:47.294:INFO::Shutdown hook executing
2013-07-11 02:19:47.294:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1073

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1073/>

------------------------------------------
[...truncated 52440 lines...]
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	at org.apache.tuscany.sca.http.jetty.JettyServer.addServletMapping(JettyServer.java:297)
	... 30 more
Tests run: 21, Failures: 0, Errors: 21, Skipped: 0, Time elapsed: 2.123 sec <<< FAILURE!
Running org.example.orderservice.OrderServiceBareTestCase
Jul 10, 2013 2:53:14 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default1 domain: default
Jul 10, 2013 2:53:14 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 10, 2013 2:53:15 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 10, 2013 2:53:15 AM org.apache.tuscany.sca.http.jetty.JettyLogger warn
WARNING: failed SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use
Jul 10, 2013 2:53:15 AM org.apache.tuscany.sca.http.jetty.JettyLogger warn
WARNING: failed Server@8c4b5f: java.net.BindException: Address already in use
Jul 10, 2013 2:53:15 AM org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl [] (StartException)
SEVERE: Exception during start processing
org.apache.tuscany.sca.host.http.ServletMappingException: java.net.BindException: Address already in use
	at org.apache.tuscany.sca.http.jetty.JettyServer.addServletMapping(JettyServer.java:304)
	at org.apache.tuscany.sca.http.jetty.JettyServer.addServletMapping(JettyServer.java:225)
	at org.apache.tuscany.sca.host.http.DefaultServletHostExtensionPoint$LazyServletHost.addServletMapping(DefaultServletHostExtensionPoint.java:124)
	at org.apache.tuscany.sca.binding.ws.axis2.provider.Axis2ServiceBindingProvider.start(Axis2ServiceBindingProvider.java:197)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl$2.run(CompositeActivatorImpl.java:566)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.startEndpoint(CompositeActivatorImpl.java:564)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.start(CompositeActivatorImpl.java:422)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.start(CompositeActivatorImpl.java:345)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:149)
	at org.example.orderservice.OrderServiceBareTestCase.startServer(OrderServiceBareTestCase.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
	at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	at org.mortbay.jetty.Server.doStart(Server.java:235)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	at org.apache.tuscany.sca.http.jetty.JettyServer.addServletMapping(JettyServer.java:297)
	... 30 more
java.lang.IllegalStateException: org.apache.tuscany.sca.host.http.ServletMappingException: java.net.BindException: Address already in use
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:178)
	at org.example.orderservice.OrderServiceBareTestCase.startServer(OrderServiceBareTestCase.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.apache.tuscany.sca.host.http.ServletMappingException: java.net.BindException: Address already in use
	at org.apache.tuscany.sca.http.jetty.JettyServer.addServletMapping(JettyServer.java:304)
	at org.apache.tuscany.sca.http.jetty.JettyServer.addServletMapping(JettyServer.java:225)
	at org.apache.tuscany.sca.host.http.DefaultServletHostExtensionPoint$LazyServletHost.addServletMapping(DefaultServletHostExtensionPoint.java:124)
	at org.apache.tuscany.sca.binding.ws.axis2.provider.Axis2ServiceBindingProvider.start(Axis2ServiceBindingProvider.java:197)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl$2.run(CompositeActivatorImpl.java:566)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.startEndpoint(CompositeActivatorImpl.java:564)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.start(CompositeActivatorImpl.java:422)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.start(CompositeActivatorImpl.java:345)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:149)
	... 21 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
	at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	at org.mortbay.jetty.Server.doStart(Server.java:235)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	at org.apache.tuscany.sca.http.jetty.JettyServer.addServletMapping(JettyServer.java:297)
	... 30 more
Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.335 sec <<< FAILURE!

Results :

Tests in error: 
  testOrderReviewApprovedSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewApprovedWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewRejectedSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewRejectedWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewRandomSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewRandomWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewApprovedTwoInOutsSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewApprovedTwoInOutsWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewRejectedTwoInOutsSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewRejectedTwoInOutsWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewRandomTwoInOutsSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewRandomTwoInOutsWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewTwoOutHoldersSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewTwoOutHoldersWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewTwoInOutsThenInSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewTwoInOutsThenInWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewVoidApprovedSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewVoidApprovedWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewVoidRejectedSCA(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewVoidRejectedWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewOutThenInOutApprovedWS(org.example.orderservice.OrderServiceTestCase)
  testOrderReviewBareApprovedSCA(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewBareApprovedWS(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewBareRejectedSCA(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewBareRejectedWS(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewInOutBareApprovedSCA(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewInOutBareApprovedWS(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewInOutBareRejectedSCA(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewInOutBareRejectedWS(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewBareOutHolderSCA(org.example.orderservice.OrderServiceBareTestCase)
  testOrderReviewBareOutHolderWS(org.example.orderservice.OrderServiceBareTestCase)

Tests run: 31, Failures: 0, Errors: 31, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 34 seconds
[INFO] Finished at: Wed Jul 10 02:53:18 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-10 02:57:35.090:INFO::Shutdown hook executing
2013-07-10 02:57:35.090:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1072

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1072/>

------------------------------------------
[...truncated 47577 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 9, 2013 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 9, 2013 3:35:24 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 9, 2013 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 9, 2013 3:35:24 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 9, 2013 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.399 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 9, 2013 3:35:28 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 9, 2013 3:35:28 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-09 03:35:30.419:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 9, 2013 3:35:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 9, 2013 3:35:30 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 9, 2013 3:35:30 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 9, 2013 3:35:30 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 9, 2013 3:35:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 9, 2013 3:35:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.764 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 9, 2013 3:35:31 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 56 seconds
[INFO] Finished at: Tue Jul 09 03:35:36 UTC 2013
[INFO] Final Memory: 736M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-09 03:39:37.163:INFO::Shutdown hook executing
2013-07-09 03:39:37.164:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1071

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1071/>

------------------------------------------
[...truncated 47561 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 8, 2013 1:58:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 8, 2013 1:58:35 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 8, 2013 1:58:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 8, 2013 1:58:35 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 8, 2013 1:58:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.597 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 8, 2013 1:58:40 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 8, 2013 1:58:40 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-08 01:58:42.443:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 8, 2013 1:58:42 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 8, 2013 1:58:42 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 8, 2013 1:58:42 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 8, 2013 1:58:42 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 8, 2013 1:58:42 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 8, 2013 1:58:42 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.796 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 8, 2013 1:58:43 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 34 seconds
[INFO] Finished at: Mon Jul 08 01:58:48 UTC 2013
[INFO] Final Memory: 730M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-08 02:03:03.902:INFO::Shutdown hook executing
2013-07-08 02:03:03.902:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1070

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1070/>

------------------------------------------
[...truncated 47620 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 7, 2013 1:55:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 7, 2013 1:55:01 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 7, 2013 1:55:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 7, 2013 1:55:01 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 7, 2013 1:55:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.963 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 7, 2013 1:55:10 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 7, 2013 1:55:10 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-07 01:55:12.631:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 7, 2013 1:55:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 7, 2013 1:55:12 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 7, 2013 1:55:12 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 7, 2013 1:55:12 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 7, 2013 1:55:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 7, 2013 1:55:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.301 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 7, 2013 1:55:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 7, 2013 1:55:14 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 7, 2013 1:55:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 7, 2013 1:55:14 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 7, 2013 1:55:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 7, 2013 1:55:14 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 7, 2013 1:55:14 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 minutes 2 seconds
[INFO] Finished at: Sun Jul 07 01:55:18 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-07 01:59:22.578:INFO::Shutdown hook executing
2013-07-07 01:59:22.578:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1069

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1069/>

------------------------------------------
[...truncated 47562 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 6, 2013 2:02:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 6, 2013 2:02:05 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 6, 2013 2:02:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 6, 2013 2:02:05 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 6, 2013 2:02:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.412 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 6, 2013 2:02:11 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 6, 2013 2:02:11 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-06 02:02:13.101:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 6, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 6, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 6, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 6, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 6, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 6, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 6, 2013 2:02:14 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 17 seconds
[INFO] Finished at: Sat Jul 06 02:02:17 UTC 2013
[INFO] Final Memory: 734M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-06 02:06:54.494:INFO::Shutdown hook executing
2013-07-06 02:06:54.494:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1068

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1068/>

------------------------------------------
[...truncated 47567 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 5, 2013 1:11:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 5, 2013 1:11:26 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 5, 2013 1:11:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 5, 2013 1:11:26 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 5, 2013 1:11:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.401 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 5, 2013 1:11:31 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 5, 2013 1:11:31 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-05 01:11:32.973:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.803 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 5, 2013 1:11:33 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 5, 2013 1:11:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 30 seconds
[INFO] Finished at: Fri Jul 05 01:11:37 UTC 2013
[INFO] Final Memory: 735M/887M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-05 01:15:24.675:INFO::Shutdown hook executing
2013-07-05 01:15:24.675:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1067

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1067/>

------------------------------------------
[...truncated 47602 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 4, 2013 1:37:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 4, 2013 1:37:13 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 4, 2013 1:37:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 4, 2013 1:37:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 4, 2013 1:37:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.092 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 4, 2013 1:37:17 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 4, 2013 1:37:17 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-04 01:37:19.585:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 4, 2013 1:37:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 4, 2013 1:37:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 4, 2013 1:37:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 4, 2013 1:37:19 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 4, 2013 1:37:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 4, 2013 1:37:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.867 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 4, 2013 1:37:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 4, 2013 1:37:21 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 4, 2013 1:37:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 4, 2013 1:37:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 4, 2013 1:37:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 4, 2013 1:37:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 4, 2013 1:37:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 3 seconds
[INFO] Finished at: Thu Jul 04 01:37:24 UTC 2013
[INFO] Final Memory: 733M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-04 01:42:09.910:INFO::Shutdown hook executing
2013-07-04 01:42:09.910:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1066

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1066/>

------------------------------------------
[...truncated 55486 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 3, 2013 2:24:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 3, 2013 2:24:05 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 3, 2013 2:24:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 3, 2013 2:24:05 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 3, 2013 2:24:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.446 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 3, 2013 2:24:10 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 3, 2013 2:24:10 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-03 02:24:12.427:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 3, 2013 2:24:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 3, 2013 2:24:12 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 3, 2013 2:24:12 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 3, 2013 2:24:12 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 3, 2013 2:24:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 3, 2013 2:24:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.772 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 3, 2013 2:24:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42 minutes 13 seconds
[INFO] Finished at: Wed Jul 03 02:24:18 UTC 2013
[INFO] Final Memory: 737M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-03 02:28:32.282:INFO::Shutdown hook executing
2013-07-03 02:28:32.282:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1065

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1065/>

------------------------------------------
[...truncated 47586 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 2, 2013 2:41:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 2, 2013 2:41:55 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 2, 2013 2:41:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 2, 2013 2:41:55 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 2, 2013 2:41:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.399 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 2, 2013 2:41:58 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 2, 2013 2:41:58 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-02 02:42:00.653:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 2, 2013 2:42:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 2, 2013 2:42:00 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 2, 2013 2:42:00 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 2, 2013 2:42:00 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 2, 2013 2:42:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 2, 2013 2:42:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.806 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 2, 2013 2:42:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 2, 2013 2:42:02 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 2, 2013 2:42:02 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 2, 2013 2:42:02 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 2, 2013 2:42:02 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 2, 2013 2:42:02 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 2, 2013 2:42:02 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 28 seconds
[INFO] Finished at: Tue Jul 02 02:42:06 UTC 2013
[INFO] Final Memory: 729M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-02 02:46:29.124:INFO::Shutdown hook executing
2013-07-02 02:46:29.124:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1064

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1064/>

------------------------------------------
[...truncated 47570 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jul 1, 2013 1:37:32 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jul 1, 2013 1:37:33 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 1, 2013 1:37:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jul 1, 2013 1:37:33 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jul 1, 2013 1:37:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.129 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jul 1, 2013 1:37:36 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 1, 2013 1:37:36 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-07-01 01:37:38.537:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jul 1, 2013 1:37:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 1, 2013 1:37:38 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 1, 2013 1:37:38 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 1, 2013 1:37:38 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 1, 2013 1:37:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 1, 2013 1:37:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.819 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 1, 2013 1:37:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 1, 2013 1:37:40 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 1, 2013 1:37:40 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jul 1, 2013 1:37:40 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jul 1, 2013 1:37:40 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jul 1, 2013 1:37:40 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jul 1, 2013 1:37:40 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 51 seconds
[INFO] Finished at: Mon Jul 01 01:37:43 UTC 2013
[INFO] Final Memory: 732M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-07-01 01:41:31.461:INFO::Shutdown hook executing
2013-07-01 01:41:31.461:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1063

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1063/>

------------------------------------------
[...truncated 47579 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 30, 2013 1:37:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 30, 2013 1:37:44 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 30, 2013 1:37:44 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 30, 2013 1:37:44 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 30, 2013 1:37:44 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.998 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 30, 2013 1:37:49 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 30, 2013 1:37:49 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-30 01:37:51.146:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 30, 2013 1:37:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 30, 2013 1:37:51 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 30, 2013 1:37:51 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 30, 2013 1:37:51 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 30, 2013 1:37:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 30, 2013 1:37:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.853 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 30, 2013 1:37:52 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 minutes 32 seconds
[INFO] Finished at: Sun Jun 30 01:37:57 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-30 01:41:47.542:INFO::Shutdown hook executing
2013-06-30 01:41:47.542:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1062

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1062/>

------------------------------------------
[...truncated 47538 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 29, 2013 1:29:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 29, 2013 1:29:27 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 29, 2013 1:29:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 29, 2013 1:29:27 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 29, 2013 1:29:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.46 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 29, 2013 1:29:31 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 29, 2013 1:29:31 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-29 01:29:33.331:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 29, 2013 1:29:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 29, 2013 1:29:33 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 29, 2013 1:29:33 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 29, 2013 1:29:33 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 29, 2013 1:29:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 29, 2013 1:29:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.883 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 29, 2013 1:29:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 minutes 32 seconds
[INFO] Finished at: Sat Jun 29 01:29:39 UTC 2013
[INFO] Final Memory: 731M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-29 01:34:06.863:INFO::Shutdown hook executing
2013-06-29 01:34:06.863:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1061

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1061/>

------------------------------------------
[...truncated 47578 lines...]
Jun 28, 2013 1:48:56 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 28, 2013 1:48:57 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 28, 2013 1:48:57 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 28, 2013 1:48:57 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 28, 2013 1:48:57 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.421 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 28, 2013 1:49:02 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 28, 2013 1:49:02 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-28 01:49:04.363:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 28, 2013 1:49:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 28, 2013 1:49:04 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 28, 2013 1:49:04 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 28, 2013 1:49:04 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 28, 2013 1:49:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 28, 2013 1:49:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.859 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 28, 2013 1:49:05 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 53 seconds
[INFO] Finished at: Fri Jun 28 01:49:09 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-28 01:53:33.048:INFO::Shutdown hook executing
2013-06-28 01:53:33.048:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1060

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1060/>

------------------------------------------
[...truncated 47637 lines...]
Jun 27, 2013 1:35:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 27, 2013 1:35:25 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 27, 2013 1:35:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 27, 2013 1:35:25 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 27, 2013 1:35:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.41 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 27, 2013 1:35:32 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 27, 2013 1:35:32 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-27 01:35:33.917:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 27, 2013 1:35:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.833 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 27, 2013 1:35:34 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 27, 2013 1:35:35 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 7 seconds
[INFO] Finished at: Thu Jun 27 01:35:39 UTC 2013
[INFO] Final Memory: 737M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-27 01:39:36.792:INFO::Shutdown hook executing
2013-06-27 01:39:36.792:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1059

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1059/>

------------------------------------------
[...truncated 47566 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 26, 2013 1:23:46 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 26, 2013 1:23:47 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 26, 2013 1:23:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 26, 2013 1:23:47 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 26, 2013 1:23:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.221 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 26, 2013 1:23:52 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 26, 2013 1:23:52 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-26 01:23:54.180:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 26, 2013 1:23:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 26, 2013 1:23:54 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 26, 2013 1:23:54 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 26, 2013 1:23:54 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 26, 2013 1:23:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 26, 2013 1:23:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.797 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 26, 2013 1:23:55 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 48 seconds
[INFO] Finished at: Wed Jun 26 01:23:59 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-26 01:27:48.971:INFO::Shutdown hook executing
2013-06-26 01:27:48.971:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1058

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1058/>

------------------------------------------
[...truncated 54910 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 25, 2013 1:37:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 25, 2013 1:37:48 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 25, 2013 1:37:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 25, 2013 1:37:48 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 25, 2013 1:37:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.959 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 25, 2013 1:37:52 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 25, 2013 1:37:52 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-25 01:37:54.657:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 25, 2013 1:37:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 25, 2013 1:37:54 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 25, 2013 1:37:54 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 25, 2013 1:37:54 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 25, 2013 1:37:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 25, 2013 1:37:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.87 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 25, 2013 1:37:55 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 25, 2013 1:37:56 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 25, 2013 1:37:56 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 25, 2013 1:37:56 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 25, 2013 1:37:56 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 25, 2013 1:37:56 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 25, 2013 1:37:56 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39 minutes 40 seconds
[INFO] Finished at: Tue Jun 25 01:38:01 UTC 2013
[INFO] Final Memory: 736M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-25 01:42:31.630:INFO::Shutdown hook executing
2013-06-25 01:42:31.631:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1057

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1057/>

------------------------------------------
[...truncated 14523 lines...]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/com/jcraft/jsch/0.1.27/jsch-0.1.27.pom
[INFO] Unable to find resource 'com.jcraft:jsch:pom:0.1.27' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//com/jcraft/jsch/0.1.27/jsch-0.1.27.pom
[INFO] Unable to find resource 'com.jcraft:jsch:pom:0.1.27' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.27/jsch-0.1.27.pom
965b downloaded  (jsch-0.1.27.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Unable to find resource 'classworlds:classworlds:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Unable to find resource 'classworlds:classworlds:pom:1.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
3K downloaded  (classworlds-1.1.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom
31K downloaded  (groovy-1.8.3.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Unable to find resource 'antlr:antlr:pom:2.7.7' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Unable to find resource 'antlr:antlr:pom:2.7.7' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
632b downloaded  (antlr-2.7.7.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm/3.2/asm-3.2.pom
[INFO] Unable to find resource 'asm:asm:pom:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm/3.2/asm-3.2.pom
[INFO] Unable to find resource 'asm:asm:pom:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.pom
264b downloaded  (asm-3.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-parent/3.2/asm-parent-3.2.pom
[INFO] Unable to find resource 'asm:asm-parent:pom:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-parent/3.2/asm-parent-3.2.pom
[INFO] Unable to find resource 'asm:asm-parent:pom:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom
4K downloaded  (asm-parent-3.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-commons/3.2/asm-commons-3.2.pom
[INFO] Unable to find resource 'asm:asm-commons:pom:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-commons/3.2/asm-commons-3.2.pom
[INFO] Unable to find resource 'asm:asm-commons:pom:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom
415b downloaded  (asm-commons-3.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-tree/3.2/asm-tree-3.2.pom
[INFO] Unable to find resource 'asm:asm-tree:pom:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-tree/3.2/asm-tree-3.2.pom
[INFO] Unable to find resource 'asm:asm-tree:pom:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom
404b downloaded  (asm-tree-3.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-util/3.2/asm-util-3.2.pom
[INFO] Unable to find resource 'asm:asm-util:pom:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-util/3.2/asm-util-3.2.pom
[INFO] Unable to find resource 'asm:asm-util:pom:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom
409b downloaded  (asm-util-3.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-analysis/3.2/asm-analysis-3.2.pom
[INFO] Unable to find resource 'asm:asm-analysis:pom:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-analysis/3.2/asm-analysis-3.2.pom
[INFO] Unable to find resource 'asm:asm-analysis:pom:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom
417b downloaded  (asm-analysis-3.2.pom)
Downloading: http://repo1.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
1K downloaded  (bsh-2.0b4.pom)
Downloading: http://repo1.maven.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
1K downloaded  (beanshell-2.0b4.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom
3K downloaded  (maven-script-interpreter-1.0.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
8K downloaded  (maven-shared-components-17.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/ant/ant/1.8.1/ant-1.8.1.pom
[INFO] Unable to find resource 'org.apache.ant:ant:pom:1.8.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/ant/ant/1.8.1/ant-1.8.1.pom

Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom
[INFO] Unable to find resource 'org.apache.ant:ant-parent:pom:1.8.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom

Downloading: http://svn.apache.org/repos/asf/tuscany/maven/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/oro/oro/2.0.8/oro-2.0.8.jar
Downloading: http://repo1.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-io/commons-io/1.4/commons-io-1.4.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/antlr/antlr/2.7.7/antlr-2.7.7.jar
275K downloaded  (bsh-2.0b4.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar
[INFO] Unable to find resource 'oro:oro:jar:2.0.8' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
[INFO] Unable to find resource 'dom4j:dom4j:jar:1.6.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Unable to find resource 'commons-io:commons-io:jar:1.4' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloading: https://repository.apache.org/content/groups/public//commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] Unable to find resource 'antlr:antlr:jar:2.7.7' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Unable to find resource 'net.sourceforge.jchardet:jchardet:jar:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar
[INFO] Unable to find resource 'oro:oro:jar:2.0.8' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Unable to find resource 'antlr:antlr:jar:2.7.7' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
63K downloaded  (oro-2.0.8.jar)
[INFO] Unable to find resource 'dom4j:dom4j:jar:1.6.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
261K downloaded  (plexus-utils-1.5.8.jar)
434K downloaded  (antlr-2.7.7.jar)
306K downloaded  (dom4j-1.6.1.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/archetype/archetype-catalog/2.2/archetype-catalog-2.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
[INFO] Unable to find resource 'net.sourceforge.jchardet:jchardet:jar:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
21K downloaded  (archetype-catalog-2.2.jar)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/velocity/velocity/1.5/velocity-1.5.jar
28K downloaded  (maven-invoker-2.0.11.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
25K downloaded  (jchardet-1.0.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/jdom/jdom/1.0/jdom-1.0.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Unable to find resource 'org.apache.velocity:velocity:jar:1.5' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Unable to find resource 'org.apache.ant:ant:jar:1.8.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/ant/ant/1.8.1/ant-1.8.1.jar
[INFO] Unable to find resource 'jdom:jdom:jar:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//jdom/jdom/1.0/jdom-1.0.jar
[INFO] Unable to find resource 'commons-lang:commons-lang:jar:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//commons-lang/commons-lang/2.1/commons-lang-2.1.jar
106K downloaded  (commons-io-1.4.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar
[INFO] Unable to find resource 'jdom:jdom:jar:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.jar
149K downloaded  (jdom-1.0.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm/3.2/asm-3.2.jar
[INFO] Unable to find resource 'asm:asm:jar:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm/3.2/asm-3.2.jar
5393K downloaded  (groovy-1.8.3.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
[INFO] Unable to find resource 'asm:asm:jar:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.jar
[INFO] Unable to find resource 'xml-apis:xml-apis:jar:1.0.b2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
42K downloaded  (asm-3.2.jar)
Downloading: http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
561K downloaded  (commons-collections-3.2.1.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
202K downloaded  (commons-lang-2.1.jar)
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-component-annotations:jar:1.5.5' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Unable to find resource 'xml-apis:xml-apis:jar:1.0.b2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
106K downloaded  (xml-apis-1.0.b2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/archetype/archetype-descriptor/2.2/archetype-descriptor-2.2.jar
25K downloaded  (archetype-descriptor-2.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar
20K downloaded  (maven-script-interpreter-1.0.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-commons/3.2/asm-commons-3.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/archetype/archetype-registry/2.2/archetype-registry-2.2.jar
19K downloaded  (archetype-registry-2.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/archetype/archetype-common/2.2/archetype-common-2.2.jar
171K downloaded  (archetype-common-2.2.jar)
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-component-annotations:jar:1.5.5' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
4K downloaded  (plexus-component-annotations-1.5.5.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
382K downloaded  (velocity-1.5.jar)
[INFO] Unable to find resource 'asm:asm-commons:jar:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-commons/3.2/asm-commons-3.2.jar
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-velocity:jar:1.1.8' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
[INFO] Unable to find resource 'asm:asm-commons:jar:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.jar
32K downloaded  (asm-commons-3.2.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-tree/3.2/asm-tree-3.2.jar
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-velocity:jar:1.1.8' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
7K downloaded  (plexus-velocity-1.1.8.jar)
[INFO] Unable to find resource 'asm:asm-tree:jar:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-tree/3.2/asm-tree-3.2.jar
1478K downloaded  (ant-1.8.1.jar)
[INFO] Unable to find resource 'asm:asm-tree:jar:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.jar
21K downloaded  (asm-tree-3.2.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-util/3.2/asm-util-3.2.jar
[INFO] Unable to find resource 'asm:asm-util:jar:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-util/3.2/asm-util-3.2.jar
[INFO] Unable to find resource 'asm:asm-util:jar:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-util/3.2/asm-util-3.2.jar
35K downloaded  (asm-util-3.2.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-analysis/3.2/asm-analysis-3.2.jar
[INFO] Unable to find resource 'asm:asm-analysis:jar:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-analysis/3.2/asm-analysis-3.2.jar
[INFO] Unable to find resource 'asm:asm-analysis:jar:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.jar
17K downloaded  (asm-analysis-3.2.jar)
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Implementation Project (2.x)
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
	at org.codehaus.plexus.component.configurator.converters.lookup.DefaultConverterLookup.findConverterForType(DefaultConverterLookup.java:115)
	at org.codehaus.plexus.component.configurator.converters.lookup.DefaultConverterLookup.lookupConverterForType(DefaultConverterLookup.java:92)
	at org.codehaus.plexus.component.configurator.converters.composite.CollectionConverter.fromConfiguration(CollectionConverter.java:175)
	at org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.configure(ComponentValueSetter.java:247)
	at org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:137)
	at org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.java:56)
	at org.codehaus.plexus.component.configurator.AbstractComponentConfigurator.configureComponent(AbstractComponentConfigurator.java:54)
	at org.codehaus.plexus.component.configurator.AbstractComponentConfigurator.configureComponent(AbstractComponentConfigurator.java:47)
	at org.codehaus.plexus.personality.plexus.lifecycle.phase.AutoConfigurePhase.execute(AutoConfigurePhase.java:39)
	at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:101)
	at org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:105)
	at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:95)
	at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:92)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:440)
	at org.apache.maven.execution.MavenSession.lookup(MavenSession.java:138)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.findMappingsForLifecycle(DefaultLifecycleExecutor.java:1358)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1292)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1275)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:534)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:154)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:79)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:55)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38 seconds
[INFO] Finished at: Mon Jun 24 00:30:16 UTC 2013
[INFO] Final Memory: 32M/978M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1056

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1056/>

------------------------------------------
[...truncated 47542 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 23, 2013 1:14:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 23, 2013 1:14:12 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 23, 2013 1:14:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 23, 2013 1:14:12 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 23, 2013 1:14:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.427 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 23, 2013 1:14:17 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 23, 2013 1:14:17 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-23 01:14:19.635:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 23, 2013 1:14:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 23, 2013 1:14:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 23, 2013 1:14:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 23, 2013 1:14:19 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 23, 2013 1:14:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 23, 2013 1:14:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.837 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 23, 2013 1:14:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 23, 2013 1:14:21 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 23, 2013 1:14:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 23, 2013 1:14:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 23, 2013 1:14:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 23, 2013 1:14:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 23, 2013 1:14:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 35 seconds
[INFO] Finished at: Sun Jun 23 01:14:25 UTC 2013
[INFO] Final Memory: 729M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-23 01:18:06.635:INFO::Shutdown hook executing
2013-06-23 01:18:06.635:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1055

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1055/>

------------------------------------------
[...truncated 47645 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 22, 2013 1:40:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 22, 2013 1:40:20 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 22, 2013 1:40:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 22, 2013 1:40:20 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 22, 2013 1:40:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.403 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 22, 2013 1:40:25 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 22, 2013 1:40:25 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-22 01:40:27.567:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 22, 2013 1:40:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 22, 2013 1:40:27 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 22, 2013 1:40:27 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 22, 2013 1:40:27 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 22, 2013 1:40:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 22, 2013 1:40:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.825 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 22, 2013 1:40:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 22, 2013 1:40:29 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 22, 2013 1:40:29 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 22, 2013 1:40:29 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 22, 2013 1:40:29 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 22, 2013 1:40:29 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 22, 2013 1:40:29 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 minutes 17 seconds
[INFO] Finished at: Sat Jun 22 01:40:32 UTC 2013
[INFO] Final Memory: 733M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-22 01:44:27.737:INFO::Shutdown hook executing
2013-06-22 01:44:27.737:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1054

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1054/>

------------------------------------------
[...truncated 47575 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 21, 2013 1:07:40 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 21, 2013 1:07:41 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 21, 2013 1:07:41 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 21, 2013 1:07:41 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 21, 2013 1:07:41 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.485 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 21, 2013 1:07:45 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 21, 2013 1:07:45 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-21 01:07:46.902:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 21, 2013 1:07:46 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.879 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 21, 2013 1:07:47 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 21, 2013 1:07:48 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 41 seconds
[INFO] Finished at: Fri Jun 21 01:07:53 UTC 2013
[INFO] Final Memory: 733M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-21 01:11:39.944:INFO::Shutdown hook executing
2013-06-21 01:11:39.944:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1053

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1053/>

------------------------------------------
[...truncated 47595 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 20, 2013 1:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 20, 2013 1:24:13 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 20, 2013 1:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 20, 2013 1:24:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 20, 2013 1:24:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.097 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 20, 2013 1:24:19 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 20, 2013 1:24:19 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-20 01:24:20.823:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 20, 2013 1:24:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 20, 2013 1:24:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.832 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 20, 2013 1:24:21 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 20, 2013 1:24:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 minutes 59 seconds
[INFO] Finished at: Thu Jun 20 01:24:27 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-20 01:27:53.894:INFO::Shutdown hook executing
2013-06-20 01:27:53.894:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1052

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1052/>

------------------------------------------
[...truncated 47544 lines...]
Jun 19, 2013 1:35:56 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 19, 2013 1:35:57 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 19, 2013 1:35:57 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 19, 2013 1:35:57 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 19, 2013 1:35:57 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.4 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 19, 2013 1:36:01 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 19, 2013 1:36:01 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-19 01:36:03.188:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 19, 2013 1:36:03 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 19, 2013 1:36:03 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 19, 2013 1:36:03 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 19, 2013 1:36:03 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 19, 2013 1:36:03 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 19, 2013 1:36:03 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.921 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 19, 2013 1:36:04 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 40 seconds
[INFO] Finished at: Wed Jun 19 01:36:07 UTC 2013
[INFO] Final Memory: 734M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-19 01:39:48.950:INFO::Shutdown hook executing
2013-06-19 01:39:48.950:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1051

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1051/>

------------------------------------------
[...truncated 47638 lines...]
Jun 18, 2013 1:08:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 18, 2013 1:08:30 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 18, 2013 1:08:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 18, 2013 1:08:30 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 18, 2013 1:08:30 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.758 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 18, 2013 1:08:36 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 18, 2013 1:08:36 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-18 01:08:37.808:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 18, 2013 1:08:37 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 18, 2013 1:08:37 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.802 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 18, 2013 1:08:38 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 18, 2013 1:08:39 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 52 seconds
[INFO] Finished at: Tue Jun 18 01:08:44 UTC 2013
[INFO] Final Memory: 731M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-18 01:12:21.633:INFO::Shutdown hook executing
2013-06-18 01:12:21.633:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1050

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1050/>

------------------------------------------
[...truncated 47540 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 17, 2013 1:15:17 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 17, 2013 1:15:17 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 17, 2013 1:15:17 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 17, 2013 1:15:17 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 17, 2013 1:15:17 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.684 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 17, 2013 1:15:22 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 17, 2013 1:15:22 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-17 01:15:24.688:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 17, 2013 1:15:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 17, 2013 1:15:24 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 17, 2013 1:15:24 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 17, 2013 1:15:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 17, 2013 1:15:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 17, 2013 1:15:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.772 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 17, 2013 1:15:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 17, 2013 1:15:26 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 17, 2013 1:15:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 17, 2013 1:15:26 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 17, 2013 1:15:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 17, 2013 1:15:26 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 17, 2013 1:15:26 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 44 seconds
[INFO] Finished at: Mon Jun 17 01:15:29 UTC 2013
[INFO] Final Memory: 734M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-17 01:19:20.981:INFO::Shutdown hook executing
2013-06-17 01:19:20.981:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1049

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1049/>

------------------------------------------
[...truncated 55466 lines...]
Jun 16, 2013 1:34:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 16, 2013 1:34:12 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 16, 2013 1:34:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 16, 2013 1:34:12 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 16, 2013 1:34:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.303 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 16, 2013 1:34:16 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 16, 2013 1:34:16 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-16 01:34:17.967:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.791 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 16, 2013 1:34:18 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 16, 2013 1:34:19 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40 minutes 4 seconds
[INFO] Finished at: Sun Jun 16 01:34:23 UTC 2013
[INFO] Final Memory: 737M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-16 01:37:49.218:INFO::Shutdown hook executing
2013-06-16 01:37:49.218:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1048

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1048/>

------------------------------------------
[...truncated 47633 lines...]
Jun 15, 2013 2:02:06 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 15, 2013 2:02:06 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 15, 2013 2:02:06 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 15, 2013 2:02:06 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 15, 2013 2:02:06 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.437 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 15, 2013 2:02:10 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 15, 2013 2:02:10 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-15 02:02:12.235:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 15, 2013 2:02:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 15, 2013 2:02:12 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 15, 2013 2:02:12 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 15, 2013 2:02:12 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 15, 2013 2:02:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 15, 2013 2:02:12 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.772 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 15, 2013 2:02:13 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 minutes 41 seconds
[INFO] Finished at: Sat Jun 15 02:02:16 UTC 2013
[INFO] Final Memory: 732M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-15 02:06:20.108:INFO::Shutdown hook executing
2013-06-15 02:06:20.109:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1047

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1047/>

------------------------------------------
[...truncated 47577 lines...]
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 14, 2013 1:50:38 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 14, 2013 1:50:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 14, 2013 1:50:38 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 14, 2013 1:50:38 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.405 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 14, 2013 1:50:42 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 14, 2013 1:50:43 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-14 01:50:44.768:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 14, 2013 1:50:44 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 14, 2013 1:50:44 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 14, 2013 1:50:44 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.802 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 14, 2013 1:50:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 14, 2013 1:50:46 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 14, 2013 1:50:46 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 14, 2013 1:50:46 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 14, 2013 1:50:46 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 14, 2013 1:50:46 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 14, 2013 1:50:46 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 14, 2013 1:50:46 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 14, 2013 1:50:46 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 10 seconds
[INFO] Finished at: Fri Jun 14 01:50:50 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-14 01:54:30.127:INFO::Shutdown hook executing
2013-06-14 01:54:30.127:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1046

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1046/>

------------------------------------------
[...truncated 49115 lines...]
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 13, 2013 1:34:25 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 13, 2013 1:34:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 13, 2013 1:34:25 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 13, 2013 1:34:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.393 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 13, 2013 1:34:29 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 13, 2013 1:34:29 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-13 01:34:31.643:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 13, 2013 1:34:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 13, 2013 1:34:31 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 13, 2013 1:34:31 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 13, 2013 1:34:31 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 13, 2013 1:34:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 13, 2013 1:34:31 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.801 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 13, 2013 1:34:32 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 13, 2013 1:34:33 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 13, 2013 1:34:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 13, 2013 1:34:33 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 13, 2013 1:34:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 13, 2013 1:34:33 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 13, 2013 1:34:33 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 minutes 51 seconds
[INFO] Finished at: Thu Jun 13 01:34:36 UTC 2013
[INFO] Final Memory: 729M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-13 01:38:06.356:INFO::Shutdown hook executing
2013-06-13 01:38:06.356:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1045

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1045/>

------------------------------------------
[...truncated 47581 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 12, 2013 1:05:57 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 12, 2013 1:05:57 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 12, 2013 1:05:57 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 12, 2013 1:05:57 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 12, 2013 1:05:57 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.254 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 12, 2013 1:06:02 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 12, 2013 1:06:02 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-12 01:06:04.371:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 12, 2013 1:06:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 12, 2013 1:06:04 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 12, 2013 1:06:04 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 12, 2013 1:06:04 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 12, 2013 1:06:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 12, 2013 1:06:04 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.759 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 12, 2013 1:06:05 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 25 seconds
[INFO] Finished at: Wed Jun 12 01:06:10 UTC 2013
[INFO] Final Memory: 736M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-12 01:09:43.281:INFO::Shutdown hook executing
2013-06-12 01:09:43.281:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1044

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1044/>

------------------------------------------
[...truncated 47615 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 11, 2013 3:00:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 11, 2013 3:00:45 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 11, 2013 3:00:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 11, 2013 3:00:45 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 11, 2013 3:00:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.288 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 11, 2013 3:00:49 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 11, 2013 3:00:49 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-11 03:00:51.474:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 11, 2013 3:00:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 11, 2013 3:00:51 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 11, 2013 3:00:51 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 11, 2013 3:00:51 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 11, 2013 3:00:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 11, 2013 3:00:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.83 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 11, 2013 3:00:52 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 minutes 24 seconds
[INFO] Finished at: Tue Jun 11 03:00:58 UTC 2013
[INFO] Final Memory: 736M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-11 03:04:59.209:INFO::Shutdown hook executing
2013-06-11 03:04:59.210:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1043

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1043/>

------------------------------------------
[...truncated 47536 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 10, 2013 1:49:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 10, 2013 1:49:01 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 10, 2013 1:49:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 10, 2013 1:49:01 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 10, 2013 1:49:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.995 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 10, 2013 1:49:06 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 10, 2013 1:49:06 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-10 01:49:08.736:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 10, 2013 1:49:08 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 10, 2013 1:49:08 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 10, 2013 1:49:08 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 10, 2013 1:49:08 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 10, 2013 1:49:08 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 10, 2013 1:49:08 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.873 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 10, 2013 1:49:09 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 10, 2013 1:49:10 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 10, 2013 1:49:10 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 10, 2013 1:49:10 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 10, 2013 1:49:10 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 10, 2013 1:49:10 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 10, 2013 1:49:10 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 minutes 30 seconds
[INFO] Finished at: Mon Jun 10 01:49:13 UTC 2013
[INFO] Final Memory: 730M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-10 01:52:54.471:INFO::Shutdown hook executing
2013-06-10 01:52:54.472:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1042

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1042/>

------------------------------------------
[...truncated 29522 lines...]
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/chat-webapp/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/chat-webapp/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/chat-webapp/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[sample-binding-websocket-chat-webapp] in [<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/chat-webapp/target/sample-binding-websocket-chat-webapp-2.5-SNAPSHOT]>
[INFO] Processing war project
[INFO] Copying webapp resources[<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/chat-webapp/src/main/webapp]>
[INFO] Webapp assembled in [91 msecs]
[INFO] Building war: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/chat-webapp/target/sample-binding-websocket-chat-webapp-2.5-SNAPSHOT.war>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/chat-webapp/target/sample-binding-websocket-chat-webapp-2.5-SNAPSHOT.war> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/samples/sample-binding-websocket-chat-webapp/2.5-SNAPSHOT/sample-binding-websocket-chat-webapp-2.5-SNAPSHOT.war>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample binding.websocket PubSub Webapp
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/pubsub-webapp/src/main/resources>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/pubsub-webapp/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/pubsub-webapp/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/pubsub-webapp/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[sample-binding-websocket-pubsub-webapp] in [<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/pubsub-webapp/target/sample-binding-websocket-pubsub-webapp-2.5-SNAPSHOT]>
[INFO] Processing war project
[INFO] Copying webapp resources[<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/pubsub-webapp/src/main/webapp]>
[INFO] Webapp assembled in [75 msecs]
[INFO] Building war: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/pubsub-webapp/target/sample-binding-websocket-pubsub-webapp-2.5-SNAPSHOT.war>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/binding-websocket/pubsub-webapp/target/sample-binding-websocket-pubsub-webapp-2.5-SNAPSHOT.war> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/samples/sample-binding-websocket-pubsub-webapp/2.5-SNAPSHOT/sample-binding-websocket-pubsub-webapp-2.5-SNAPSHOT.war>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Calculator OSGi
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 12 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/contribution-osgi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/contribution-osgi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/contribution-osgi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/contribution-osgi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running calculator.CalculatorTestCase
Jun 9, 2013 12:43:52 AM org.apache.tuscany.sca.impl.NodeImpl <init>
INFO: domain: default
Jun 9, 2013 12:43:52 AM org.apache.tuscany.sca.impl.NodeImpl installContribution
INFO: installContribution: contribution-osgi
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - CalculatorServiceComponent/CalculatorServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - AddServiceComponent/AddServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - SubtractServiceComponent/SubtractServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - MultiplyServiceComponent/MultiplyServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - DivideServiceComponent/DivideServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - CalculatorClient/CalculatorClient
SCA API ClassLoader: sun.misc.Launcher$AppClassLoader@360be0 sun.misc.Launcher$ExtClassLoader@45a877 
3 + 2=5.0
3 - 2=1.0
3 * 2=6.0
3 / 2=1.5
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.impl.NodeImpl startComposite
INFO: startComposite: contribution-osgi/Calculator.composite
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - CalculatorServiceComponent/CalculatorServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - AddServiceComponent/AddServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - SubtractServiceComponent/SubtractServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - MultiplyServiceComponent/MultiplyServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - DivideServiceComponent/DivideServiceImpl
Jun 9, 2013 12:43:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - CalculatorClient/CalculatorClient
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.308 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/contribution-osgi/target/sample-contribution-osgi.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/samples/learning-more/contribution-osgi/target/sample-contribution-osgi.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/samples/sample-contribution-osgi/2.5-SNAPSHOT/sample-contribution-osgi-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Features
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/features/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-feature/2.5-SNAPSHOT/tuscany-feature-2.5-SNAPSHOT.pom>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA API Feature
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/features/api/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-feature-api/2.5-SNAPSHOT/tuscany-feature-api-2.5-SNAPSHOT.pom>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Core Feature
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/features/core/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-feature-core/2.5-SNAPSHOT/tuscany-feature-core-2.5-SNAPSHOT.pom>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Enterprise Java Feature
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/features/ejava/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-feature-ejava/2.5-SNAPSHOT/tuscany-feature-ejava-2.5-SNAPSHOT.pom>
2013-06-09 00:43:57.482:INFO::Shutdown hook executing
2013-06-09 00:43:57.486:INFO::Shutdown hook complete
ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 07
	at hudson.remoting.Request.call(Request.java:174)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 07
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:732)
	at hudson.slaves.Channels$1.terminate(Channels.java:77)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.io.StreamCorruptedException: invalid type code: 07
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1374)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1970)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1894)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1777)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
project=hudson.maven.MavenModuleSet@1a646561[Tuscany-2x]
project.getModules()=[hudson.maven.MavenModule@69a8d4e6[Tuscany-2x/org.apache.tuscany.maven.plugins:maven-tuscany-plugin][Tuscany-2x/org.apache.tuscany.maven.plugins:maven-tuscany-plugin][relativePath:maven/maven-tuscany-plugin], hudson.maven.MavenModule@1a13ae7c[Tuscany-2x/org.apache.tuscany.sca:contribution-doc-lit-disablewrapped][Tuscany-2x/org.apache.tuscany.sca:contribution-doc-lit-disablewrapped][relativePath:testing/itest/contribution-doc-lit-disablewrapped], hudson.maven.MavenModule@2245c44[Tuscany-2x/org.apache.tuscany.sca:disablewrapped-app][Tuscany-2x/org.apache.tuscany.sca:disablewrapped-app][relativePath:testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app], hudson.maven.MavenModule@21257575[Tuscany-2x/org.apache.tuscany.sca:disablewrapped-test][Tuscany-2x/org.apache.tuscany.sca:disablewrapped-test][relativePath:testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test], hudson.maven.MavenModule@22426553[Tuscany-2x/org.apache.tuscany.sca:helloworld-client-webapp][Tuscany-2x/org.apache.tuscany.sca:helloworld-client-webapp][relativePath:distribution/tomcat/testing/helloworld-client-webapp], hudson.maven.MavenModule@350a3db7[Tuscany-2x/org.apache.tuscany.sca:helloworld-reference-contribution][Tuscany-2x/org.apache.tuscany.sca:helloworld-reference-contribution][relativePath:distribution/tomcat/testing/helloworld-reference-contribution], hudson.maven.MavenModule@3359d495[Tuscany-2x/org.apache.tuscany.sca:helloworld-scaclient-jsp][Tuscany-2x/org.apache.tuscany.sca:helloworld-scaclient-jsp][relativePath:distribution/tomcat/testing/helloworld-scaclient-jsp], hudson.maven.MavenModule@4e939c89[Tuscany-2x/org.apache.tuscany.sca:helloworld-scaclient-servlet][Tuscany-2x/org.apache.tuscany.sca:helloworld-scaclient-servlet][relativePath:distribution/tomcat/testing/helloworld-scaclient-servlet], hudson.maven.MavenModule@3d0a0eac[Tuscany-2x/org.apache.tuscany.sca:helloworld-service-contribution][Tuscany-2x/org.apache.tuscany.sca:helloworld-service-contribution][relativePath:distribution/tomcat/testing/helloworld-service-contribution], hudson.maven.MavenModule@4b317e3b[Tuscany-2x/org.apache.tuscany.sca:holder-ws-service-multiple-outputs][Tuscany-2x/org.apache.tuscany.sca:holder-ws-service-multiple-outputs][relativePath:testing/itest/ws/holder-ws-service-multiple-outputs], hudson.maven.MavenModule@5f495d82[Tuscany-2x/org.apache.tuscany.sca:itest-async-integrations][Tuscany-2x/org.apache.tuscany.sca:itest-async-integrations][relativePath:testing/itest/async-interactions], hudson.maven.MavenModule@1e567a0e[Tuscany-2x/org.apache.tuscany.sca:itest-async-services][Tuscany-2x/org.apache.tuscany.sca:itest-async-services][relativePath:testing/itest/async-services], hudson.maven.MavenModule@499a32ad[Tuscany-2x/org.apache.tuscany.sca:itest-base][Tuscany-2x/org.apache.tuscany.sca:itest-base][relativePath:testing/itest/base], hudson.maven.MavenModule@2a75219b[Tuscany-2x/org.apache.tuscany.sca:itest-base-dependencies][Tuscany-2x/org.apache.tuscany.sca:itest-base-dependencies][relativePath:testing/itest/base/dependencies], hudson.maven.MavenModule@6ff15ce3[Tuscany-2x/org.apache.tuscany.sca:itest-bin-distro-unzip][Tuscany-2x/org.apache.tuscany.sca:itest-bin-distro-unzip][relativePath:testing/itest/distribution/bin-distro-unzip], hudson.maven.MavenModule@4f09747f[Tuscany-2x/org.apache.tuscany.sca:itest-bpel][Tuscany-2x/org.apache.tuscany.sca:itest-bpel][relativePath:testing/itest/bpel], hudson.maven.MavenModule@75bf6662[Tuscany-2x/org.apache.tuscany.sca:itest-bpel-helloworld][Tuscany-2x/org.apache.tuscany.sca:itest-bpel-helloworld][relativePath:testing/itest/bpel/helloworld], hudson.maven.MavenModule@68dae852[Tuscany-2x/org.apache.tuscany.sca:itest-builder][Tuscany-2x/org.apache.tuscany.sca:itest-builder][relativePath:testing/itest/builder], hudson.maven.MavenModule@7bca9545[Tuscany-2x/org.apache.tuscany.sca:itest-callback-api][Tuscany-2x/org.apache.tuscany.sca:itest-callback-api][relativePath:testing/itest/callback-api], hudson.maven.MavenModule@310e2481[Tuscany-2x/org.apache.tuscany.sca:itest-callback-basic][Tuscany-2x/org.apache.tuscany.sca:itest-callback-basic][relativePath:testing/itest/callback-basic], hudson.maven.MavenModule@177eaa50[Tuscany-2x/org.apache.tuscany.sca:itest-callback-complex-type][Tuscany-2x/org.apache.tuscany.sca:itest-callback-complex-type][relativePath:testing/itest/callback-complex-type], hudson.maven.MavenModule@7cdf763c[Tuscany-2x/org.apache.tuscany.sca:itest-callback-multiple-wires][Tuscany-2x/org.apache.tuscany.sca:itest-callback-multiple-wires][relativePath:testing/itest/callback-multiple-wires], hudson.maven.MavenModule@32cb9d30[Tuscany-2x/org.apache.tuscany.sca:itest-callback-separatethread][Tuscany-2x/org.apache.tuscany.sca:itest-callback-separatethread][relativePath:testing/itest/callback-separatethread], hudson.maven.MavenModule@55bcd45d[Tuscany-2x/org.apache.tuscany.sca:itest-callback-two-composites][Tuscany-2x/org.apache.tuscany.sca:itest-callback-two-composites][relativePath:testing/itest/callback-two-composites], hudson.maven.MavenModule@601a51a4[Tuscany-2x/org.apache.tuscany.sca:itest-callback-two-nodes][Tuscany-2x/org.apache.tuscany.sca:itest-callback-two-nodes][relativePath:testing/itest/callback-two-nodes], hudson.maven.MavenModule@5fe61746[Tuscany-2x/org.apache.tuscany.sca:itest-component-type][Tuscany-2x/org.apache.tuscany.sca:itest-component-type][relativePath:testing/itest/component-type], hudson.maven.MavenModule@7b0225d9[Tuscany-2x/org.apache.tuscany.sca:itest-contribution-folder][Tuscany-2x/org.apache.tuscany.sca:itest-contribution-folder][relativePath:testing/itest/contribution-folder], hudson.maven.MavenModule@4a0308a6[Tuscany-2x/org.apache.tuscany.sca:itest-contribution-zip][Tuscany-2x/org.apache.tuscany.sca:itest-contribution-zip][relativePath:testing/itest/contribution-zip], hudson.maven.MavenModule@d2cf040[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy][relativePath:testing/itest/data-copy], hudson.maven.MavenModule@1510082[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-client][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-client][relativePath:testing/itest/data-copy/client], hudson.maven.MavenModule@6cf8577a[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-common][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-common][relativePath:testing/itest/data-copy/common], hudson.maven.MavenModule@2437427a[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-driver][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-driver][relativePath:testing/itest/data-copy/driver], hudson.maven.MavenModule@27ed6a29[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-service][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-service][relativePath:testing/itest/data-copy/service], hudson.maven.MavenModule@53d4be39[Tuscany-2x/org.apache.tuscany.sca:itest-databindings][Tuscany-2x/org.apache.tuscany.sca:itest-databindings][relativePath:testing/itest/databindings], hudson.maven.MavenModule@3414bb2e[Tuscany-2x/org.apache.tuscany.sca:itest-databindings-jaxb-bottom-up][Tuscany-2x/org.apache.tuscany.sca:itest-databindings-jaxb-bottom-up][relativePath:testing/itest/databindings/jaxb-bottom-up], hudson.maven.MavenModule@3d0ce3b8[Tuscany-2x/org.apache.tuscany.sca:itest-databindings-jaxb-top-down][Tuscany-2x/org.apache.tuscany.sca:itest-databindings-jaxb-top-down][relativePath:testing/itest/databindings/jaxb-top-down], hudson.maven.MavenModule@193a6458[Tuscany-2x/org.apache.tuscany.sca:itest-distribution][Tuscany-2x/org.apache.tuscany.sca:itest-distribution][relativePath:testing/itest/distribution], hudson.maven.MavenModule@3f673cb1[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-jsonrpc-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-jsonrpc-calculator][relativePath:testing/itest/distribution/contribution-binding-jsonrpc-calculator], hudson.maven.MavenModule@12c1a8fc[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-rmi-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-rmi-calculator][relativePath:testing/itest/distribution/contribution-binding-rmi-calculator], hudson.maven.MavenModule@683d4202[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-sca-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-sca-calculator][relativePath:testing/itest/distribution/contribution-binding-sca-calculator], hudson.maven.MavenModule@db8c6c5[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-ws-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-ws-calculator][relativePath:testing/itest/distribution/contribution-binding-ws-calculator], hudson.maven.MavenModule@5e01b68c[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-implementation-java-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-implementation-java-calculator][relativePath:testing/itest/distribution/contribution-implementation-java-calculator], hudson.maven.MavenModule@4277d18b[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-launcher-embedded-jse][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-launcher-embedded-jse][relativePath:testing/itest/distribution/launcher-embedded-jse], hudson.maven.MavenModule@485e1ec4[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-launcher-embedded-osgi][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-launcher-embedded-osgi][relativePath:testing/itest/distribution/launcher-embedded-osgi], hudson.maven.MavenModule@4891da58[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-legal-checks][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-legal-checks][relativePath:testing/itest/distribution/legal-checks], hudson.maven.MavenModule@5f95eca0[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-src-dsitro-rat][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-src-dsitro-rat][relativePath:testing/itest/distribution/src-distro-rat], hudson.maven.MavenModule@6be22d66[Tuscany-2x/org.apache.tuscany.sca:itest-domain-node-hazelcast][Tuscany-2x/org.apache.tuscany.sca:itest-domain-node-hazelcast][relativePath:testing/itest/domain-node-hazelcast], hudson.maven.MavenModule@4e12badf[Tuscany-2x/org.apache.tuscany.sca:itest-exceptions][Tuscany-2x/org.apache.tuscany.sca:itest-exceptions][relativePath:testing/itest/exceptions], hudson.maven.MavenModule@2faaae84[Tuscany-2x/org.apache.tuscany.sca:itest-holder-ws-service-multiple-outputs][Tuscany-2x/org.apache.tuscany.sca:itest-holder-ws-service-multiple-outputs][relativePath:testing/itest/ws/holder-ws-service-multiple-outputs], hudson.maven.MavenModule@6ea7748e[Tuscany-2x/org.apache.tuscany.sca:itest-implementation-composite][Tuscany-2x/org.apache.tuscany.sca:itest-implementation-composite][relativePath:testing/itest/implementation-composite], hudson.maven.MavenModule@33d54f63[Tuscany-2x/org.apache.tuscany.sca:itest-implementation-spring][Tuscany-2x/org.apache.tuscany.sca:itest-implementation-spring][relativePath:testing/itest/implementation-spring], hudson.maven.MavenModule@794f072a[Tuscany-2x/org.apache.tuscany.sca:itest-import-export][Tuscany-2x/org.apache.tuscany.sca:itest-import-export][relativePath:testing/itest/import-export], hudson.maven.MavenModule@335f949e[Tuscany-2x/org.apache.tuscany.sca:itest-import-export-export][Tuscany-2x/org.apache.tuscany.sca:itest-import-export-export][relativePath:testing/itest/import-export/exports], hudson.maven.MavenModule@48162b6b[Tuscany-2x/org.apache.tuscany.sca:itest-import-export-imports][Tuscany-2x/org.apache.tuscany.sca:itest-import-export-imports][relativePath:testing/itest/import-export/imports], hudson.maven.MavenModule@277ca2c6[Tuscany-2x/org.apache.tuscany.sca:itest-import-export-tests][Tuscany-2x/org.apache.tuscany.sca:itest-import-export-tests][relativePath:testing/itest/import-export/tests], hudson.maven.MavenModule@67a2896a[Tuscany-2x/org.apache.tuscany.sca:itest-interface-matching][Tuscany-2x/org.apache.tuscany.sca:itest-interface-matching][relativePath:testing/itest/interface-matching], hudson.maven.MavenModule@5febc34d[Tuscany-2x/org.apache.tuscany.sca:itest-interfaces][Tuscany-2x/org.apache.tuscany.sca:itest-interfaces][relativePath:testing/itest/interfaces], hudson.maven.MavenModule@6f63256d[Tuscany-2x/org.apache.tuscany.sca:itest-java-lifecycle-exceptions][Tuscany-2x/org.apache.tuscany.sca:itest-java-lifecycle-exceptions][relativePath:testing/itest/java-lifecycle-exceptions], hudson.maven.MavenModule@562e503c[Tuscany-2x/org.apache.tuscany.sca:itest-jms][Tuscany-2x/org.apache.tuscany.sca:itest-jms][relativePath:testing/itest/jms], hudson.maven.MavenModule@7a95bf57[Tuscany-2x/org.apache.tuscany.sca:itest-jms-args][Tuscany-2x/org.apache.tuscany.sca:itest-jms-args][relativePath:testing/itest/jms/args], hudson.maven.MavenModule@7d4527a0[Tuscany-2x/org.apache.tuscany.sca:itest-jms-callbacks][Tuscany-2x/org.apache.tuscany.sca:itest-jms-callbacks][relativePath:testing/itest/jms/callbacks], hudson.maven.MavenModule@472cb9a0[Tuscany-2x/org.apache.tuscany.sca:itest-jms-defaults][Tuscany-2x/org.apache.tuscany.sca:itest-jms-defaults][relativePath:testing/itest/jms/defaults], hudson.maven.MavenModule@494edbe1[Tuscany-2x/org.apache.tuscany.sca:itest-jms-dynamic-replyq][Tuscany-2x/org.apache.tuscany.sca:itest-jms-dynamic-replyq][relativePath:testing/itest/jms/DynamicReplyQ], hudson.maven.MavenModule@5845b660[Tuscany-2x/org.apache.tuscany.sca:itest-jms-exceptions1][Tuscany-2x/org.apache.tuscany.sca:itest-jms-exceptions1][relativePath:testing/itest/jms/exceptions1], hudson.maven.MavenModule@48c885e6[Tuscany-2x/org.apache.tuscany.sca:itest-jms-external-broker][Tuscany-2x/org.apache.tuscany.sca:itest-jms-external-broker][relativePath:testing/itest/jms/externalBroker], hudson.maven.MavenModule@64cee45e[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsbytes][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsbytes][relativePath:testing/itest/jms/format-jmsbytes], hudson.maven.MavenModule@4af30b06[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsbytesxml][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsbytesxml][relativePath:testing/itest/jms/format-jmsbytesxml], hudson.maven.MavenModule@1a58dd5b[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsdefault][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsdefault][relativePath:testing/itest/jms/format-jmsdefault], hudson.maven.MavenModule@402c8ee0[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsmessage][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsmessage][relativePath:testing/itest/jms/format-jmsmessage], hudson.maven.MavenModule@2d58350a[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsobject][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsobject][relativePath:testing/itest/jms/format-jmsobject], hudson.maven.MavenModule@7a023ac7[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstext][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstext][relativePath:testing/itest/jms/format-jmstext], hudson.maven.MavenModule@28611d65[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstextxml][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstextxml][relativePath:testing/itest/jms/format-jmstextxml], hudson.maven.MavenModule@7fd0e698[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstextxmlinjmsobjectout][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstextxmlinjmsobjectout][relativePath:testing/itest/jms/format-jmstextxmlinjmsobjectout], hudson.maven.MavenModule@6bd346b6[Tuscany-2x/org.apache.tuscany.sca:itest-jms-non-sca-client-broker][Tuscany-2x/org.apache.tuscany.sca:itest-jms-non-sca-client-broker][relativePath:testing/itest/jms/non-sca-client], hudson.maven.MavenModule@7bc78e07[Tuscany-2x/org.apache.tuscany.sca:itest-jms-nonscaclient-exceptions][Tuscany-2x/org.apache.tuscany.sca:itest-jms-nonscaclient-exceptions][relativePath:testing/itest/jms/exceptions], hudson.maven.MavenModule@6a3dad0d[Tuscany-2x/org.apache.tuscany.sca:itest-jms-noreplyto][Tuscany-2x/org.apache.tuscany.sca:itest-jms-noreplyto][relativePath:testing/itest/jms/noreplyto], hudson.maven.MavenModule@772c66f8[Tuscany-2x/org.apache.tuscany.sca:itest-jms-nulls][Tuscany-2x/org.apache.tuscany.sca:itest-jms-nulls][relativePath:testing/itest/jms/nulls], hudson.maven.MavenModule@41c60e8[Tuscany-2x/org.apache.tuscany.sca:itest-jms-oneway][Tuscany-2x/org.apache.tuscany.sca:itest-jms-oneway][relativePath:testing/itest/jms/oneway], hudson.maven.MavenModule@631e2173[Tuscany-2x/org.apache.tuscany.sca:itest-jms-oneway-nocf][Tuscany-2x/org.apache.tuscany.sca:itest-jms-oneway-nocf][relativePath:testing/itest/jms/oneway-nocf], hudson.maven.MavenModule@4f2637db[Tuscany-2x/org.apache.tuscany.sca:itest-jms-policy-headers][Tuscany-2x/org.apache.tuscany.sca:itest-jms-policy-headers][relativePath:testing/itest/jms/policy-headers], hudson.maven.MavenModule@561d3375[Tuscany-2x/org.apache.tuscany.sca:itest-jms-properties][Tuscany-2x/org.apache.tuscany.sca:itest-jms-properties][relativePath:testing/itest/jms/properties], hudson.maven.MavenModule@171d727e[Tuscany-2x/org.apache.tuscany.sca:itest-jms-responsecf][Tuscany-2x/org.apache.tuscany.sca:itest-jms-responsecf][relativePath:testing/itest/jms/responsecf], hudson.maven.MavenModule@e47ba0d[Tuscany-2x/org.apache.tuscany.sca:itest-jms-rpc][Tuscany-2x/org.apache.tuscany.sca:itest-jms-rpc][relativePath:testing/itest/jms/rpc], hudson.maven.MavenModule@707b2ce[Tuscany-2x/org.apache.tuscany.sca:itest-jms-selectors][Tuscany-2x/org.apache.tuscany.sca:itest-jms-selectors][relativePath:testing/itest/jms/selectors], hudson.maven.MavenModule@a6bf5fd[Tuscany-2x/org.apache.tuscany.sca:itest-jms-topics][Tuscany-2x/org.apache.tuscany.sca:itest-jms-topics][relativePath:testing/itest/jms/topics], hudson.maven.MavenModule@35e2ba63[Tuscany-2x/org.apache.tuscany.sca:itest-jms-ttl][Tuscany-2x/org.apache.tuscany.sca:itest-jms-ttl][relativePath:testing/itest/jms/ttl], hudson.maven.MavenModule@383ad538[Tuscany-2x/org.apache.tuscany.sca:itest-jms-uri-rpc][Tuscany-2x/org.apache.tuscany.sca:itest-jms-uri-rpc][relativePath:testing/itest/jms/uri-rpc], hudson.maven.MavenModule@1e846c5f[Tuscany-2x/org.apache.tuscany.sca:itest-jms-wf-writing][Tuscany-2x/org.apache.tuscany.sca:itest-jms-wf-writing][relativePath:testing/itest/jms/format-wf-writing], hudson.maven.MavenModule@7e6e0a0[Tuscany-2x/org.apache.tuscany.sca:itest-lifecycle][Tuscany-2x/org.apache.tuscany.sca:itest-lifecycle][relativePath:testing/itest/lifecycle], hudson.maven.MavenModule@46a52c6d[Tuscany-2x/org.apache.tuscany.sca:itest-node-domain-node][Tuscany-2x/org.apache.tuscany.sca:itest-node-domain-node][relativePath:testing/itest/nodes/domain-node], hudson.maven.MavenModule@607cc57[Tuscany-2x/org.apache.tuscany.sca:itest-node-launcher-equinox][Tuscany-2x/org.apache.tuscany.sca:itest-node-launcher-equinox][relativePath:testing/itest/node-launcher-equinox], hudson.maven.MavenModule@69f866d8[Tuscany-2x/org.apache.tuscany.sca:itest-nodes][Tuscany-2x/org.apache.tuscany.sca:itest-nodes][relativePath:testing/itest/nodes], hudson.maven.MavenModule@33282542[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-binding-sca-hazelcast][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-binding-sca-hazelcast][relativePath:testing/itest/nodes/binding-sca-hazelcast], hudson.maven.MavenModule@10a62a4b[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-client][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-client][relativePath:testing/itest/nodes/helloworld-client], hudson.maven.MavenModule@d22aa77[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-iface][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-iface][relativePath:testing/itest/nodes/helloworld-iface], hudson.maven.MavenModule@5ee5715d[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-service][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-service][relativePath:testing/itest/nodes/helloworld-service], hudson.maven.MavenModule@2975c157[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-service-and-client][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-service-and-client][relativePath:testing/itest/nodes/helloworld-service-and-client], hudson.maven.MavenModule@71e84c04[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm][relativePath:testing/itest/nodes/one-jvm], hudson.maven.MavenModule@49d6d508[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-hazelcast][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-hazelcast][relativePath:testing/itest/nodes/one-jvm-hazelcast], hudson.maven.MavenModule@373c2617[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-hazelcast-client][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-hazelcast-client][relativePath:testing/itest/nodes/one-jvm-hazelcast-client], hudson.maven.MavenModule@4de8cc55[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-tribes][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-tribes][relativePath:testing/itest/nodes/one-jvm-tribes], hudson.maven.MavenModule@6ebf0868[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-node-test][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-node-test][relativePath:testing/itest/nodes/one-node-test], hudson.maven.MavenModule@3fc11ca5[Tuscany-2x/org.apache.tuscany.sca:itest-oneway][Tuscany-2x/org.apache.tuscany.sca:itest-oneway][relativePath:testing/itest/oneway], hudson.maven.MavenModule@1f3fb556[Tuscany-2x/org.apache.tuscany.sca:itest-policies][Tuscany-2x/org.apache.tuscany.sca:itest-policies][relativePath:testing/itest/policies], hudson.maven.MavenModule@f9a3121[Tuscany-2x/org.apache.tuscany.sca:itest-policy][Tuscany-2x/org.apache.tuscany.sca:itest-policy][relativePath:testing/itest/policy], hudson.maven.MavenModule@540f7587[Tuscany-2x/org.apache.tuscany.sca:itest-policy-interceptors][Tuscany-2x/org.apache.tuscany.sca:itest-policy-interceptors][relativePath:testing/itest/policy/interceptors], hudson.maven.MavenModule@42ed1d2e[Tuscany-2x/org.apache.tuscany.sca:itest-policy-matching][Tuscany-2x/org.apache.tuscany.sca:itest-policy-matching][relativePath:testing/itest/policy/matching], hudson.maven.MavenModule@5d16d955[Tuscany-2x/org.apache.tuscany.sca:itest-policy-operations][Tuscany-2x/org.apache.tuscany.sca:itest-policy-operations][relativePath:testing/itest/policy/operations], hudson.maven.MavenModule@7168b32[Tuscany-2x/org.apache.tuscany.sca:itest-policy-reliability][Tuscany-2x/org.apache.tuscany.sca:itest-policy-reliability][relativePath:testing/itest/policy/reliability], hudson.maven.MavenModule@590c8340[Tuscany-2x/org.apache.tuscany.sca:itest-policy-transaction][Tuscany-2x/org.apache.tuscany.sca:itest-policy-transaction][relativePath:testing/itest/policy-transaction], hudson.maven.MavenModule@447d0c6c[Tuscany-2x/org.apache.tuscany.sca:itest-policy-wspolicy][Tuscany-2x/org.apache.tuscany.sca:itest-policy-wspolicy][relativePath:testing/itest/policy/wspolicy], hudson.maven.MavenModule@6dbaa994[Tuscany-2x/org.apache.tuscany.sca:itest-properties][Tuscany-2x/org.apache.tuscany.sca:itest-properties][relativePath:testing/itest/properties], hudson.maven.MavenModule@79d36bd3[Tuscany-2x/org.apache.tuscany.sca:itest-recursive-multi-level][Tuscany-2x/org.apache.tuscany.sca:itest-recursive-multi-level][relativePath:testing/itest/recursive-multi-level], hudson.maven.MavenModule@274c2821[Tuscany-2x/org.apache.tuscany.sca:itest-references][Tuscany-2x/org.apache.tuscany.sca:itest-references][relativePath:testing/itest/references], hudson.maven.MavenModule@78dea2ae[Tuscany-2x/org.apache.tuscany.sca:itest-scabindingmapper][Tuscany-2x/org.apache.tuscany.sca:itest-scabindingmapper][relativePath:testing/itest/scabindingmapper], hudson.maven.MavenModule@608a8b80[Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api][Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api][relativePath:testing/itest/scaclient-api], hudson.maven.MavenModule@27ccb204[Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api-osgi][Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api-osgi][relativePath:testing/itest/scaclient-api-osgi], hudson.maven.MavenModule@6fbb3905[Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api-remote][Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api-remote][relativePath:testing/itest/scaclient-api-remote], hudson.maven.MavenModule@6c9cb091[Tuscany-2x/org.apache.tuscany.sca:itest-scdl][Tuscany-2x/org.apache.tuscany.sca:itest-scdl][relativePath:testing/itest/scdl], hudson.maven.MavenModule@230c374c[Tuscany-2x/org.apache.tuscany.sca:itest-scopes][Tuscany-2x/org.apache.tuscany.sca:itest-scopes][relativePath:testing/itest/scopes], hudson.maven.MavenModule@7702708d[Tuscany-2x/org.apache.tuscany.sca:itest-service-reference][Tuscany-2x/org.apache.tuscany.sca:itest-service-reference][relativePath:testing/itest/service-reference], hudson.maven.MavenModule@412b7605[Tuscany-2x/org.apache.tuscany.sca:itest-services][Tuscany-2x/org.apache.tuscany.sca:itest-services][relativePath:testing/itest/services], hudson.maven.MavenModule@1b35fafa[Tuscany-2x/org.apache.tuscany.sca:itest-spi][Tuscany-2x/org.apache.tuscany.sca:itest-spi][relativePath:testing/itest/spi], hudson.maven.MavenModule@c5163b0[Tuscany-2x/org.apache.tuscany.sca:itest-src-distro-unzip][Tuscany-2x/org.apache.tuscany.sca:itest-src-distro-unzip][relativePath:testing/itest/distribution/src-distro-unzip], hudson.maven.MavenModule@3367be21[Tuscany-2x/org.apache.tuscany.sca:itest-wires][Tuscany-2x/org.apache.tuscany.sca:itest-wires][relativePath:testing/itest/wires], hudson.maven.MavenModule@5ff382e4[Tuscany-2x/org.apache.tuscany.sca:itest-ws][Tuscany-2x/org.apache.tuscany.sca:itest-ws][relativePath:testing/itest/ws], hudson.maven.MavenModule@6c1677f2[Tuscany-2x/org.apache.tuscany.sca:itest-ws-authentication-basic][Tuscany-2x/org.apache.tuscany.sca:itest-ws-authentication-basic][relativePath:testing/itest/ws/authentication-basic], hudson.maven.MavenModule@371ce84e[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback][relativePath:testing/itest/ws/contribution-callback], hudson.maven.MavenModule@4ad77526[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-forwardspec][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-forwardspec][relativePath:testing/itest/ws/contribution-callback-forwardspec], hudson.maven.MavenModule@74c382d[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-fullspec][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-fullspec][relativePath:testing/itest/ws/contribution-callback-fullspec], hudson.maven.MavenModule@1cfc1619[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-promotion][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-promotion][relativePath:testing/itest/ws/contribution-callback-promotion], hudson.maven.MavenModule@6a0ed22c[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-wsdl-iface][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-wsdl-iface][relativePath:testing/itest/ws/contribution-callback-wsdl-iface], hudson.maven.MavenModule@73087d19[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit][relativePath:testing/itest/ws/contribution-doc-lit], hudson.maven.MavenModule@324d2f4f[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit-wrapped][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit-wrapped][relativePath:testing/itest/ws/contribution-doc-lit-wrapped], hudson.maven.MavenModule@695d0555[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit-wrapped-dom][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit-wrapped-dom][relativePath:testing/itest/ws/contribution-doc-lit-wrapped-dom], hudson.maven.MavenModule@5a09457d[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-java-first][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-java-first][relativePath:testing/itest/ws/contribution-java-first], hudson.maven.MavenModule@16b13fb9[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-reference-target][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-reference-target][relativePath:testing/itest/ws/contribution-reference-target], hudson.maven.MavenModule@4ece9652[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-rpc-lit][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-rpc-lit][relativePath:testing/itest/ws/contribution-rpc-lit], hudson.maven.MavenModule@5cef09e9[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-wsdl-first][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-wsdl-first][relativePath:testing/itest/ws/contribution-wsdl-first], hudson.maven.MavenModule@5173cfa9[Tuscany-2x/org.apache.tuscany.sca:itest-ws-defaults][Tuscany-2x/org.apache.tuscany.sca:itest-ws-defaults][relativePath:testing/itest/ws/defaults], hudson.maven.MavenModule@a468a06[Tuscany-2x/org.apache.tuscany.sca:itest-ws-endpoint-references][Tuscany-2x/org.apache.tuscany.sca:itest-ws-endpoint-references][relativePath:testing/itest/ws/endpoint-references], hudson.maven.MavenModule@1d0f952f[Tuscany-2x/org.apache.tuscany.sca:itest-ws-endpoints][Tuscany-2x/org.apache.tuscany.sca:itest-ws-endpoints][relativePath:testing/itest/ws/endpoints], hudson.maven.MavenModule@6a0b4f90[Tuscany-2x/org.apache.tuscany.sca:itest-ws-external-client][Tuscany-2x/org.apache.tuscany.sca:itest-ws-external-client][relativePath:testing/itest/ws/external-client], hudson.maven.MavenModule@c94ad54[Tuscany-2x/org.apache.tuscany.sca:itest-ws-external-service][Tuscany-2x/org.apache.tuscany.sca:itest-ws-external-service][relativePath:testing/itest/ws/external-service], hudson.maven.MavenModule@74ff6c3f[Tuscany-2x/org.apache.tuscany.sca:itest-ws-http-ssl][Tuscany-2x/org.apache.tuscany.sca:itest-ws-http-ssl][relativePath:testing/itest/ws/http-ssl], hudson.maven.MavenModule@2d1bd81b[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws][relativePath:testing/itest/ws-jaxws], hudson.maven.MavenModule@7f08ebbf[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-contribution-java-first][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-contribution-java-first][relativePath:testing/itest/ws-jaxws/contribution-java-first], hudson.maven.MavenModule@22ad89c1[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-contribution-wsdl-first][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-contribution-wsdl-first][relativePath:testing/itest/ws-jaxws/contribution-wsdl-first], hudson.maven.MavenModule@2f2eefb0[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-external-client][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-external-client][relativePath:testing/itest/ws-jaxws/external-client], hudson.maven.MavenModule@327a2403[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-external-service][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-external-service][relativePath:testing/itest/ws-jaxws/external-service], hudson.maven.MavenModule@70d25ad8[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-launcher-ri][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-launcher-ri][relativePath:testing/itest/ws-jaxws/launcher-ri], hudson.maven.MavenModule@24a54c6[Tuscany-2x/org.apache.tuscany.sca:itest-ws-launcher-axis2][Tuscany-2x/org.apache.tuscany.sca:itest-ws-launcher-axis2][relativePath:testing/itest/ws/launcher-axis2], hudson.maven.MavenModule@5e039456[Tuscany-2x/org.apache.tuscany.sca:itest-ws-wsdl][Tuscany-2x/org.apache.tuscany.sca:itest-ws-wsdl][relativePath:testing/itest/ws/wsdl], hudson.maven.MavenModule@3cffca52[Tuscany-2x/org.apache.tuscany.sca:itest-ws-wsdlgen][Tuscany-2x/org.apache.tuscany.sca:itest-ws-wsdlgen][relativePath:testing/itest/ws/wsdlgen], hudson.maven.MavenModule@3d3becc7[Tuscany-2x/org.apache.tuscany.sca:itest-ws-wspolicy][Tuscany-2x/org.apache.tuscany.sca:itest-ws-wspolicy][relativePath:testing/itest/ws/wspolicy], hudson.maven.MavenModule@74f0410a[Tuscany-2x/org.apache.tuscany.sca:sample-binding-extension][Tuscany-2x/org.apache.tuscany.sca:sample-binding-extension][relativePath:samples/extending-tuscany/binding-sample], hudson.maven.MavenModule@493e3380[Tuscany-2x/org.apache.tuscany.sca:sample-binding-jms-helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-binding-jms-helloworld-webapp][relativePath:samples/learning-more/binding-jms/helloworld-webapp], hudson.maven.MavenModule@12a73e11[Tuscany-2x/org.apache.tuscany.sca:sample-binding-jsonrpc-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-jsonrpc-calculator-contribution][relativePath:samples/learning-more/binding-jsonrpc/calculator-contribution], hudson.maven.MavenModule@21dbd7a8[Tuscany-2x/org.apache.tuscany.sca:sample-binding-jsonrpc-calculator-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-binding-jsonrpc-calculator-webapp][relativePath:samples/learning-more/binding-jsonrpc/calculator-webapp], hudson.maven.MavenModule@682b67f5[Tuscany-2x/org.apache.tuscany.sca:sample-binding-rmi-calculator-reference-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-rmi-calculator-reference-contribution][relativePath:samples/learning-more/binding-rmi/calculator-reference-contribution], hudson.maven.MavenModule@79b63b40[Tuscany-2x/org.apache.tuscany.sca:sample-binding-rmi-calculator-service-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-rmi-calculator-service-contribution][relativePath:samples/learning-more/binding-rmi/calculator-service-contribution], hudson.maven.MavenModule@2aec252d[Tuscany-2x/org.apache.tuscany.sca:sample-binding-sca-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-sca-calculator-contribution][relativePath:samples/learning-more/binding-sca/calculator-contribution], hudson.maven.MavenModule@757cc35e[Tuscany-2x/org.apache.tuscany.sca:sample-binding-ws-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-ws-calculator-contribution][relativePath:samples/learning-more/binding-ws/calculator-contribution], hudson.maven.MavenModule@51fe8c94[Tuscany-2x/org.apache.tuscany.sca:sample-callback-api-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-callback-api-contribution][relativePath:samples/getting-started/callback-api], hudson.maven.MavenModule@1ebf729a[Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-calculator][Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-calculator][relativePath:samples/learning-more/implementation-osgi/dosgi-calculator], hudson.maven.MavenModule@2afcec3b[Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-calculator-operations][Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-calculator-operations][relativePath:samples/learning-more/implementation-osgi/dosgi-calculator-operations], hudson.maven.MavenModule@42f92b89[Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-dynamic-calculator][Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-dynamic-calculator][relativePath:samples/learning-more/distributed-osgi/dosgi-dynamic-calculator], hudson.maven.MavenModule@749951b8[Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-dynamic-calculator-operations][Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-dynamic-calculator-operations][relativePath:samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations], hudson.maven.MavenModule@7dc442d5[Tuscany-2x/org.apache.tuscany.sca:sample-helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-helloworld-contribution][relativePath:samples/getting-started/helloworld-contribution], hudson.maven.MavenModule@5fffee74[Tuscany-2x/org.apache.tuscany.sca:sample-helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-helloworld-webapp][relativePath:samples/getting-started/helloworld-webapp], hudson.maven.MavenModule@1b8032e9[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-bpel-helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-bpel-helloworld-contribution][relativePath:samples/learning-more/implementation-bpel/helloworld-bpel-contribution], hudson.maven.MavenModule@7d8e6d19[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-bpel-helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-bpel-helloworld-webapp][relativePath:samples/learning-more/implementation-bpel/helloworld-bpel-webapp], hudson.maven.MavenModule@119cc4b5[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-composite-helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-composite-helloworld-contribution][relativePath:samples/learning-more/implementation-composite/helloworld-recursive], hudson.maven.MavenModule@4b36501b[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-composite-helloworld-ws-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-composite-helloworld-ws-contribution][relativePath:samples/learning-more/implementation-composite/helloworld-recursive-ws], hudson.maven.MavenModule@5ac54330[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-extension][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-extension][relativePath:samples/extending-tuscany/implementation-sample], hudson.maven.MavenModule@4cbe32de[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-java-calculator-async-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-java-calculator-async-contribution][relativePath:samples/learning-more/async/calculator-contribution], hudson.maven.MavenModule@5afdb42e[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-java-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-java-calculator-contribution][relativePath:samples/learning-more/implementation-java/calculator-contribution], hudson.maven.MavenModule@464066ad[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-script-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-script-calculator-contribution][relativePath:samples/learning-more/implementation-script/calculator-contribution], hudson.maven.MavenModule@2e150be3[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-spring-helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-spring-helloworld-contribution][relativePath:samples/learning-more/implementation-spring/helloworld-spring-contribution], hudson.maven.MavenModule@67bf7bb7[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-spring-helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-spring-helloworld-webapp][relativePath:samples/learning-more/implementation-spring/helloworld-spring-webapp], hudson.maven.MavenModule@4c536097[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-jaxrs-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-jaxrs-webapp][relativePath:samples/learning-more/implementation-web/helloworld-jaxrs], hudson.maven.MavenModule@75ea80a6[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-js-client-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-js-client-webapp][relativePath:samples/learning-more/implementation-web/helloworld-js-client], hudson.maven.MavenModule@76a44ec4[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-jsf-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-jsf-webapp][relativePath:samples/learning-more/implementation-web/helloworld-jsf], hudson.maven.MavenModule@1d2f62b6[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-servlet-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-servlet-webapp][relativePath:samples/learning-more/implementation-web/helloworld-servlet], hudson.maven.MavenModule@11f9a9b2[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-stripes-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-stripes-webapp][relativePath:samples/learning-more/implementation-web/helloworld-stripes], hudson.maven.MavenModule@1df3ee56[Tuscany-2x/org.apache.tuscany.sca:sample-launcher-embedded-jse][Tuscany-2x/org.apache.tuscany.sca:sample-launcher-embedded-jse][relativePath:samples/running-tuscany/embedded-jse], hudson.maven.MavenModule@79a45f76[Tuscany-2x/org.apache.tuscany.sca:sample-launcher-embedded-osgi][Tuscany-2x/org.apache.tuscany.sca:sample-launcher-embedded-osgi][relativePath:samples/running-tuscany/embedded-osgi], hudson.maven.MavenModule@16777a5e[Tuscany-2x/org.apache.tuscany.sca:sample-launcher-shell][Tuscany-2x/org.apache.tuscany.sca:sample-launcher-shell][relativePath:samples/running-tuscany/shell], hudson.maven.MavenModule@7e02bcd7[Tuscany-2x/org.apache.tuscany.sca:sample-maven-junit-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-maven-junit-calculator-contribution][relativePath:samples/running-tuscany/maven-junit/calculator-contribution], hudson.maven.MavenModule@65bc07e2[Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit][Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit][relativePath:samples/running-tuscany/maven-osgi-junit], hudson.maven.MavenModule@1ba9ba9c[Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit-calculator-osgi][Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit-calculator-osgi][relativePath:samples/running-tuscany/maven-osgi-junit/calculator-osgi], hudson.maven.MavenModule@241a65f4[Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit-calculator-rest-osgi][Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit-calculator-rest-osgi][relativePath:samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi], hudson.maven.MavenModule@411b88b0[Tuscany-2x/org.apache.tuscany.sca:sample-sca-client-calculator][Tuscany-2x/org.apache.tuscany.sca:sample-sca-client-calculator][relativePath:samples/learning-more/sca-client/calculator-scaclient], hudson.maven.MavenModule@76aafc34[Tuscany-2x/org.apache.tuscany.sca:sample-sca-client-helloworld][Tuscany-2x/org.apache.tuscany.sca:sample-sca-client-helloworld][relativePath:samples/learning-more/sca-client/helloworld-scaclient], hudson.maven.MavenModule@5393f6c9[Tuscany-2x/org.apache.tuscany.sca:sample-sca-scopes-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-sca-scopes-contribution][relativePath:samples/getting-started/sca-scopes], hudson.maven.MavenModule@172f30fd[Tuscany-2x/org.apache.tuscany.sca:sample-scdl-include-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-scdl-include-contribution][relativePath:samples/getting-started/scdl-include-contribution], hudson.maven.MavenModule@1b393def[Tuscany-2x/org.apache.tuscany.sca:sample-store][Tuscany-2x/org.apache.tuscany.sca:sample-store][relativePath:samples/applications/store], hudson.maven.MavenModule@4b1123df[Tuscany-2x/org.apache.tuscany.sca:sample-store-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-store-webapp][relativePath:samples/applications/store-webapp], hudson.maven.MavenModule@524a2bf9[Tuscany-2x/org.apache.tuscany.sca:sample-tuscany-async][Tuscany-2x/org.apache.tuscany.sca:sample-tuscany-async][relativePath:samples/learning-more/async], hudson.maven.MavenModule@29361c39[Tuscany-2x/org.apache.tuscany.sca:tuscany-archetype][Tuscany-2x/org.apache.tuscany.sca:tuscany-archetype][relativePath:maven/archetypes], hudson.maven.MavenModule@1f76f752[Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly][Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly][relativePath:modules/assembly], hudson.maven.MavenModule@3b6738a1[Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly-xml][Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly-xml][relativePath:modules/assembly-xml], hudson.maven.MavenModule@75b6f07e[Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly-xsd][Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly-xsd][relativePath:modules/assembly-xsd], hudson.maven.MavenModule@3d671c92[Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime][relativePath:modules/base-runtime], hudson.maven.MavenModule@3c84d4bc[Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime-nodep][Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime-nodep][relativePath:distribution/aggregations/base-runtime-nodep], hudson.maven.MavenModule@34aaa1ae[Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime-pom][Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime-pom][relativePath:modules/base-runtime-pom], hudson.maven.MavenModule@2e5cc185[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-archetype][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-archetype][relativePath:maven/archetypes/binding], hudson.maven.MavenModule@4ba51a8a[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom][relativePath:modules/binding-atom], hudson.maven.MavenModule@38d12a4[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom-js-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom-js-dojo][relativePath:modules/binding-atom-js-dojo], hudson.maven.MavenModule@447180d2[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom-runtime][relativePath:modules/binding-atom-runtime], hudson.maven.MavenModule@77c07e18[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-comet][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-comet][relativePath:modules/binding-comet], hudson.maven.MavenModule@22c2cece[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-comet-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-comet-runtime][relativePath:modules/binding-comet-runtime], hudson.maven.MavenModule@7e969713[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-corba][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-corba][relativePath:modules/binding-corba], hudson.maven.MavenModule@5098a152[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-corba-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-corba-runtime][relativePath:modules/binding-corba-runtime], hudson.maven.MavenModule@548737d4[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ejb][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ejb][relativePath:modules/binding-ejb], hudson.maven.MavenModule@79626aa6[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ejb-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ejb-runtime][relativePath:modules/binding-ejb-runtime], hudson.maven.MavenModule@2c47f68c[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-http][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-http][relativePath:modules/binding-http], hudson.maven.MavenModule@288b780a[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-http-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-http-runtime][relativePath:modules/binding-http-runtime], hudson.maven.MavenModule@5c75ed51[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms][relativePath:modules/binding-jms], hudson.maven.MavenModule@422f9043[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms-runtime][relativePath:modules/binding-jms-runtime], hudson.maven.MavenModule@40a840a7[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms-runtime-activemq][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms-runtime-activemq][relativePath:modules/binding-jms-runtime-activemq], hudson.maven.MavenModule@662cb51a[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonp][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonp][relativePath:modules/binding-jsonp], hudson.maven.MavenModule@125f25e[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonp-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonp-runtime][relativePath:modules/binding-jsonp-runtime], hudson.maven.MavenModule@624af9e8[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc][relativePath:modules/binding-jsonrpc], hudson.maven.MavenModule@23974836[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc-js-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc-js-dojo][relativePath:modules/binding-jsonrpc-js-dojo], hudson.maven.MavenModule@285d20c2[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc-runtime][relativePath:modules/binding-jsonrpc-runtime], hudson.maven.MavenModule@7a11b541[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest][relativePath:modules/binding-rest], hudson.maven.MavenModule@2105e37b[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest-js-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest-js-dojo][relativePath:modules/binding-rest-js-dojo], hudson.maven.MavenModule@2092fd03[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest-runtime][relativePath:modules/binding-rest-runtime], hudson.maven.MavenModule@1220e0aa[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rmi][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rmi][relativePath:modules/binding-rmi], hudson.maven.MavenModule@2c7dc232[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rmi-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rmi-runtime][relativePath:modules/binding-rmi-runtime], hudson.maven.MavenModule@7458776f[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-sca-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-sca-runtime][relativePath:modules/binding-sca-runtime], hudson.maven.MavenModule@5c095415[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-websocket][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-websocket][relativePath:modules/binding-websocket], hudson.maven.MavenModule@686f5de7[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws][relativePath:modules/binding-ws], hudson.maven.MavenModule@677e1e41[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-axis2][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-axis2][relativePath:modules/binding-ws-runtime-axis2], hudson.maven.MavenModule@8f4727c[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws][relativePath:modules/binding-ws-runtime-jaxws], hudson.maven.MavenModule@68882f7b[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws-ri][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws-ri][relativePath:modules/binding-ws-runtime-jaxws-ri], hudson.maven.MavenModule@44e569da[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-wsdlgen][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-wsdlgen][relativePath:modules/binding-ws-wsdlgen], hudson.maven.MavenModule@31888a8c[Tuscany-2x/org.apache.tuscany.sca:tuscany-builder][Tuscany-2x/org.apache.tuscany.sca:tuscany-builder][relativePath:modules/builder], hudson.maven.MavenModule@7b4006bb[Tuscany-2x/org.apache.tuscany.sca:tuscany-common-http][Tuscany-2x/org.apache.tuscany.sca:tuscany-common-http][relativePath:modules/common-http], hudson.maven.MavenModule@287a1e34[Tuscany-2x/org.apache.tuscany.sca:tuscany-common-java][Tuscany-2x/org.apache.tuscany.sca:tuscany-common-java][relativePath:modules/common-java], hudson.maven.MavenModule@6954fcae[Tuscany-2x/org.apache.tuscany.sca:tuscany-common-xml][Tuscany-2x/org.apache.tuscany.sca:tuscany-common-xml][relativePath:modules/common-xml], hudson.maven.MavenModule@4a993988[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-assembly][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-assembly][relativePath:testing/compliance-tests/assembly], hudson.maven.MavenModule@119035fb[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-binding-jms][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-binding-jms][relativePath:testing/compliance-tests/binding-jms], hudson.maven.MavenModule@12c7fabf[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-binding-ws][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-binding-ws][relativePath:testing/compliance-tests/binding-ws], hudson.maven.MavenModule@71f1b3b[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-java-caa][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-java-caa][relativePath:testing/compliance-tests/java-caa], hudson.maven.MavenModule@b34c224[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-java-ci][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-java-ci][relativePath:testing/compliance-tests/java-ci], hudson.maven.MavenModule@34b5cf3b[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-policy][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-policy][relativePath:testing/compliance-tests/policy], hudson.maven.MavenModule@c384586[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-tests][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-tests][relativePath:testing/compliance-tests], hudson.maven.MavenModule@425c66ae[Tuscany-2x/org.apache.tuscany.sca:tuscany-composite-diagram][Tuscany-2x/org.apache.tuscany.sca:tuscany-composite-diagram][relativePath:modules/composite-diagram], hudson.maven.MavenModule@40594b8b[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution][relativePath:modules/contribution], hudson.maven.MavenModule@266eb3ae[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-jar][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-jar][relativePath:maven/archetypes/contribution-jar], hudson.maven.MavenModule@2dd67838[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-osgi][relativePath:modules/contribution-osgi], hudson.maven.MavenModule@5b6ebc0a[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-resource][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-resource][relativePath:modules/contribution-resource], hudson.maven.MavenModule@42fb636b[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-zip][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-zip][relativePath:maven/archetypes/contribution-zip], hudson.maven.MavenModule@63c2828[Tuscany-2x/org.apache.tuscany.sca:tuscany-core][Tuscany-2x/org.apache.tuscany.sca:tuscany-core][relativePath:modules/core], hudson.maven.MavenModule@57705d4a[Tuscany-2x/org.apache.tuscany.sca:tuscany-core-databinding][Tuscany-2x/org.apache.tuscany.sca:tuscany-core-databinding][relativePath:modules/core-databinding], hudson.maven.MavenModule@11fcd21f[Tuscany-2x/org.apache.tuscany.sca:tuscany-core-runtime-pom][Tuscany-2x/org.apache.tuscany.sca:tuscany-core-runtime-pom][relativePath:modules/core-runtime-pom], hudson.maven.MavenModule@6d46fa72[Tuscany-2x/org.apache.tuscany.sca:tuscany-core-spi][Tuscany-2x/org.apache.tuscany.sca:tuscany-core-spi][relativePath:modules/core-spi], hudson.maven.MavenModule@4ee48a6a[Tuscany-2x/org.apache.tuscany.sca:tuscany-data-api][Tuscany-2x/org.apache.tuscany.sca:tuscany-data-api][relativePath:modules/data-api], hudson.maven.MavenModule@7e3b5d9c[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding][relativePath:modules/databinding], hudson.maven.MavenModule@6b7eed82[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-axiom][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-axiom][relativePath:modules/databinding-axiom], hudson.maven.MavenModule@5a1b28f0[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-jaxb][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-jaxb][relativePath:modules/databinding-jaxb], hudson.maven.MavenModule@2d1cd2c7[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-jaxb-axiom][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-jaxb-axiom][relativePath:modules/databinding-jaxb-axiom], hudson.maven.MavenModule@3f521df4[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-json][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-json][relativePath:modules/databinding-json], hudson.maven.MavenModule@282c9ea6[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-sdo][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-sdo][relativePath:modules/databinding-sdo], hudson.maven.MavenModule@963b8e5[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-sdo-axiom][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-sdo-axiom][relativePath:modules/databinding-sdo-axiom], hudson.maven.MavenModule@71ffc733[Tuscany-2x/org.apache.tuscany.sca:tuscany-deployment][Tuscany-2x/org.apache.tuscany.sca:tuscany-deployment][relativePath:modules/deployment], hudson.maven.MavenModule@4f6f1fbd[Tuscany-2x/org.apache.tuscany.sca:tuscany-diagram-plugin][Tuscany-2x/org.apache.tuscany.sca:tuscany-diagram-plugin][relativePath:maven/tuscany-diagram-plugin], hudson.maven.MavenModule@88cda09[Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution][Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution][relativePath:distribution], hudson.maven.MavenModule@573e8941[Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-all][Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-all][relativePath:distribution/all], hudson.maven.MavenModule@4aa53726[Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-tomcat][Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-tomcat][relativePath:distribution/tomcat], hudson.maven.MavenModule@24c7c613[Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-tomcat-testing][Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-tomcat-testing][relativePath:distribution/tomcat/testing], hudson.maven.MavenModule@379d1c42[Tuscany-2x/org.apache.tuscany.sca:tuscany-domain-hazelcast][Tuscany-2x/org.apache.tuscany.sca:tuscany-domain-hazelcast][relativePath:modules/domain-hazelcast], hudson.maven.MavenModule@2baa4d94[Tuscany-2x/org.apache.tuscany.sca:tuscany-domain-node][Tuscany-2x/org.apache.tuscany.sca:tuscany-domain-node][relativePath:modules/domain-node], hudson.maven.MavenModule@39cb45f1[Tuscany-2x/org.apache.tuscany.sca:tuscany-endpoint-tribes][Tuscany-2x/org.apache.tuscany.sca:tuscany-endpoint-tribes][relativePath:modules/endpoint-tribes], hudson.maven.MavenModule@505ceedb[Tuscany-2x/org.apache.tuscany.sca:tuscany-extensibility][Tuscany-2x/org.apache.tuscany.sca:tuscany-extensibility][relativePath:modules/extensibility], hudson.maven.MavenModule@5459515[Tuscany-2x/org.apache.tuscany.sca:tuscany-extensibility-equinox][Tuscany-2x/org.apache.tuscany.sca:tuscany-extensibility-equinox][relativePath:modules/extensibility-equinox], hudson.maven.MavenModule@1b3e9867[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature][relativePath:features], hudson.maven.MavenModule@2a87a02a[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-all][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-all][relativePath:features/all], hudson.maven.MavenModule@2e243b36[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-api][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-api][relativePath:features/api], hudson.maven.MavenModule@4cab6de4[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-core][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-core][relativePath:features/core], hudson.maven.MavenModule@abbbb0f[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-ejava][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-ejava][relativePath:features/ejava], hudson.maven.MavenModule@2af5db4a[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-osgi][relativePath:features/osgi], hudson.maven.MavenModule@730fed4e[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-process][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-process][relativePath:features/process], hudson.maven.MavenModule@1aa4d6e6[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-sdo][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-sdo][relativePath:features/sdo], hudson.maven.MavenModule@3c18a3b4[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-web20][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-web20][relativePath:features/web20], hudson.maven.MavenModule@75a39d3e[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-webapp][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-webapp][relativePath:features/webapp], hudson.maven.MavenModule@48a88dc8[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-webservice][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-webservice][relativePath:features/webservice], hudson.maven.MavenModule@31f46abc[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba][relativePath:modules/host-corba], hudson.maven.MavenModule@258b7643[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jee][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jee][relativePath:modules/host-corba-jee], hudson.maven.MavenModule@67013bf6[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jse][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jse][relativePath:modules/host-corba-jse], hudson.maven.MavenModule@207c84f[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jse-tns][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jse-tns][relativePath:modules/host-corba-jse-tns], hudson.maven.MavenModule@4cefbb93[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-http][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-http][relativePath:modules/host-http], hudson.maven.MavenModule@f03d75b[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-http-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-http-osgi][relativePath:modules/host-http-osgi], hudson.maven.MavenModule@452f9f10[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-jetty][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-jetty][relativePath:modules/host-jetty], hudson.maven.MavenModule@3973f6ec[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-rmi][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-rmi][relativePath:modules/host-rmi], hudson.maven.MavenModule@6c581d6b[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-webapp][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-webapp][relativePath:modules/host-webapp], hudson.maven.MavenModule@cf3935f[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-bpel][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-bpel][relativePath:modules/implementation-bpel], hudson.maven.MavenModule@4b50489d[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-bpel-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-bpel-runtime][relativePath:modules/implementation-bpel-runtime], hudson.maven.MavenModule@3cf620c[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-java][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-java][relativePath:modules/implementation-java], hudson.maven.MavenModule@242e03c8[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-java-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-java-runtime][relativePath:modules/implementation-java-runtime], hudson.maven.MavenModule@48fa5206[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-jaxrs][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-jaxrs][relativePath:modules/implementation-jaxrs], hudson.maven.MavenModule@2a1f2d58[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-jaxrs-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-jaxrs-runtime][relativePath:modules/implementation-jaxrs-runtime], hudson.maven.MavenModule@64da0202[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-osgi][relativePath:modules/implementation-osgi], hudson.maven.MavenModule@24ba0508[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-osgi-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-osgi-runtime][relativePath:modules/implementation-osgi-runtime], hudson.maven.MavenModule@30a0630e[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-python][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-python][relativePath:modules/implementation-python], hudson.maven.MavenModule@71c74512[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-python-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-python-runtime][relativePath:modules/implementation-python-runtime], hudson.maven.MavenModule@5187db19[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-script][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-script][relativePath:modules/implementation-script], hudson.maven.MavenModule@2e417020[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-script-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-script-runtime][relativePath:modules/implementation-script-runtime], hudson.maven.MavenModule@4a285c99[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring][relativePath:modules/implementation-spring], hudson.maven.MavenModule@1fd766d8[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-runtime][relativePath:modules/implementation-spring-runtime], hudson.maven.MavenModule@76a0ff3c[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-stub][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-stub][relativePath:modules/implementation-spring-stub], hudson.maven.MavenModule@43d4f8fc[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-tie][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-tie][relativePath:modules/implementation-spring-tie], hudson.maven.MavenModule@53268b2e[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-webapp][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-webapp][relativePath:modules/implementation-spring-webapp], hudson.maven.MavenModule@77ba3a8[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web][relativePath:modules/implementation-web], hudson.maven.MavenModule@46356e6e[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web-client][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web-client][relativePath:modules/implementation-web-client], hudson.maven.MavenModule@5de51bc4[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web-runtime][relativePath:modules/implementation-web-runtime], hudson.maven.MavenModule@6c821104[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget][relativePath:modules/implementation-widget], hudson.maven.MavenModule@4f2b5543[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget-runtime][relativePath:modules/implementation-widget-runtime], hudson.maven.MavenModule@25eaca50[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget-runtime-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget-runtime-dojo][relativePath:modules/implementation-widget-runtime-dojo], hudson.maven.MavenModule@59885da2[Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java][Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java][relativePath:modules/interface-java], hudson.maven.MavenModule@7bb649a[Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java-jaxrs][Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java-jaxrs][relativePath:modules/interface-java-jaxrs], hudson.maven.MavenModule@1fc9be6d[Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java-jaxws][Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java-jaxws][relativePath:modules/interface-java-jaxws], hudson.maven.MavenModule@75f4f668[Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-wsdl][Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-wsdl][relativePath:modules/interface-wsdl], hudson.maven.MavenModule@255d6258[Tuscany-2x/org.apache.tuscany.sca:tuscany-itest][Tuscany-2x/org.apache.tuscany.sca:tuscany-itest][relativePath:testing/itest], hudson.maven.MavenModule@15e39292[Tuscany-2x/org.apache.tuscany.sca:tuscany-launcher][Tuscany-2x/org.apache.tuscany.sca:tuscany-launcher][relativePath:modules/launcher], hudson.maven.MavenModule@fabba78[Tuscany-2x/org.apache.tuscany.sca:tuscany-maven-plugin][Tuscany-2x/org.apache.tuscany.sca:tuscany-maven-plugin][relativePath:maven/tuscany-maven-plugin], hudson.maven.MavenModule@535f2451[Tuscany-2x/org.apache.tuscany.sca:tuscany-modules][Tuscany-2x/org.apache.tuscany.sca:tuscany-modules][relativePath:modules], hudson.maven.MavenModule@b496c9a[Tuscany-2x/org.apache.tuscany.sca:tuscany-monitor][Tuscany-2x/org.apache.tuscany.sca:tuscany-monitor][relativePath:modules/monitor], hudson.maven.MavenModule@178f840[Tuscany-2x/org.apache.tuscany.sca:tuscany-myfaces][Tuscany-2x/org.apache.tuscany.sca:tuscany-myfaces][relativePath:modules/myfaces], hudson.maven.MavenModule@2cf23281[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-api][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-api][relativePath:modules/node-api], hudson.maven.MavenModule@50d1ca34[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-impl][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-impl][relativePath:modules/node-impl], hudson.maven.MavenModule@7d32455f[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-impl-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-impl-osgi][relativePath:modules/node-impl-osgi], hudson.maven.MavenModule@6f68a02f[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-launcher][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-launcher][relativePath:modules/node-launcher], hudson.maven.MavenModule@3deca6cd[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-launcher-equinox][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-launcher-equinox][relativePath:modules/node-launcher-equinox], hudson.maven.MavenModule@7bbafc7d[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-manager][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-manager][relativePath:modules/node-manager], hudson.maven.MavenModule@3116b201[Tuscany-2x/org.apache.tuscany.sca:tuscany-osgi-runtime-pom][Tuscany-2x/org.apache.tuscany.sca:tuscany-osgi-runtime-pom][relativePath:modules/osgi-runtime-pom], hudson.maven.MavenModule@490078d4[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-archetype][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-archetype][relativePath:maven/archetypes/policy], hudson.maven.MavenModule@3dfccbbd[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-logging][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-logging][relativePath:modules/policy-logging], hudson.maven.MavenModule@1fa40516[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-security][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-security][relativePath:modules/policy-security], hudson.maven.MavenModule@4949f794[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-security-jsr250][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-security-jsr250][relativePath:modules/policy-security-jsr250], hudson.maven.MavenModule@171d3b23[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction][relativePath:modules/policy-transaction], hudson.maven.MavenModule@1582b0[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction-runtime][relativePath:modules/policy-transaction-runtime], hudson.maven.MavenModule@436f0db[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction-runtime-geronimo][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction-runtime-geronimo][relativePath:modules/policy-transaction-runtime-geronimo], hudson.maven.MavenModule@32febc06[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-wspolicy][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-wspolicy][relativePath:modules/policy-wspolicy], hudson.maven.MavenModule@71ea4811[Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart][Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart][relativePath:maven/archetypes/quickstart], hudson.maven.MavenModule@4c218e84[Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-bpel][Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-bpel][relativePath:maven/archetypes/quickstart-bpel], hudson.maven.MavenModule@2f13a328[Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-jsf][Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-jsf][relativePath:maven/archetypes/quickstart-jsf], hudson.maven.MavenModule@323caf3d[Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-stripes][Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-stripes][relativePath:maven/archetypes/quickstart-stripes], hudson.maven.MavenModule@999b12d[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-jms][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-jms][relativePath:samples/learning-more/binding-jms], hudson.maven.MavenModule@493f0647[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-jsonrpc][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-jsonrpc][relativePath:samples/learning-more/binding-jsonrpc], hudson.maven.MavenModule@48b544e2[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-rmi][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-rmi][relativePath:samples/learning-more/binding-rmi], hudson.maven.MavenModule@74bd76b8[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-sca][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-sca][relativePath:samples/learning-more/binding-sca], hudson.maven.MavenModule@42bd65e8[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-ws][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-ws][relativePath:samples/learning-more/binding-ws], hudson.maven.MavenModule@206d8493[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-bpel][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-bpel][relativePath:samples/learning-more/implementation-bpel], hudson.maven.MavenModule@761adf86[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-java][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-java][relativePath:samples/learning-more/implementation-java], hudson.maven.MavenModule@5e4912fd[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-script][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-script][relativePath:samples/learning-more/implementation-script], hudson.maven.MavenModule@f7dd067[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-logging-scribe][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-logging-scribe][relativePath:samples/applications/logging-scribe], hudson.maven.MavenModule@cfd2223[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-maven-junit][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-maven-junit][relativePath:samples/running-tuscany/maven-junit], hudson.maven.MavenModule@2e14e78f[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples][relativePath:distribution/samples], hudson.maven.MavenModule@3ecc2e7e[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-applications][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-applications][relativePath:samples/applications], hudson.maven.MavenModule@4f007267[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-binding-jsonrpc][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-binding-jsonrpc][relativePath:samples/learning-more/binding-jsonrpc], hudson.maven.MavenModule@2656f0b6[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-distributed-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-distributed-osgi][relativePath:samples/learning-more/distributed-osgi], hudson.maven.MavenModule@15d55064[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-distributed-osgi-static][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-distributed-osgi-static][relativePath:samples/learning-more/implementation-osgi], hudson.maven.MavenModule@6790e06e[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-extending-tuscany][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-extending-tuscany][relativePath:samples/extending-tuscany], hudson.maven.MavenModule@587e8ae0[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-getting-started-contributions][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-getting-started-contributions][relativePath:samples/getting-started], hudson.maven.MavenModule@5bcfa583[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-bpel][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-bpel][relativePath:samples/learning-more/implementation-bpel], hudson.maven.MavenModule@1d7b6a8c[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-composite][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-composite][relativePath:samples/learning-more/implementation-composite], hudson.maven.MavenModule@11901c73[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-spring][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-spring][relativePath:samples/learning-more/implementation-spring], hudson.maven.MavenModule@c3bcb07[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-composite][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-composite][relativePath:samples/learning-more/implementation-composite], hudson.maven.MavenModule@298e3ed7[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-spring][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-spring][relativePath:samples/learning-more/implementation-spring], hudson.maven.MavenModule@39bfaa91[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-webapp][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-webapp][relativePath:samples/learning-more/implementation-web], hudson.maven.MavenModule@56573335[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-learning-more][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-learning-more][relativePath:samples/learning-more], hudson.maven.MavenModule@76e308db[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-running-tuscany][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-running-tuscany][relativePath:samples/running-tuscany], hudson.maven.MavenModule@335a9ed7[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-sca-client][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-sca-client][relativePath:samples/learning-more/sca-client], hudson.maven.MavenModule@5e6e74eb[Tuscany-2x/org.apache.tuscany.sca:tuscany-sca][Tuscany-2x/org.apache.tuscany.sca:tuscany-sca][relativePath:], hudson.maven.MavenModule@25be20bc[Tuscany-2x/org.apache.tuscany.sca:tuscany-sca-api][Tuscany-2x/org.apache.tuscany.sca:tuscany-sca-api][relativePath:modules/sca-api], hudson.maven.MavenModule@655729ff[Tuscany-2x/org.apache.tuscany.sca:tuscany-sca-client-impl][Tuscany-2x/org.apache.tuscany.sca:tuscany-sca-client-impl][relativePath:modules/sca-client-impl], hudson.maven.MavenModule@3d865853[Tuscany-2x/org.apache.tuscany.sca:tuscany-shell][Tuscany-2x/org.apache.tuscany.sca:tuscany-shell][relativePath:modules/shell], hudson.maven.MavenModule@3f10d0b3[Tuscany-2x/org.apache.tuscany.sca:tuscany-stripes][Tuscany-2x/org.apache.tuscany.sca:tuscany-stripes][relativePath:modules/stripes], hudson.maven.MavenModule@68f5b81d[Tuscany-2x/org.apache.tuscany.sca:tuscany-tomcat-hook][Tuscany-2x/org.apache.tuscany.sca:tuscany-tomcat-hook][relativePath:distribution/tomcat/tomcat-hook], hudson.maven.MavenModule@5c0aadc0[Tuscany-2x/org.apache.tuscany.sca:tuscany-tomcat-servlet][Tuscany-2x/org.apache.tuscany.sca:tuscany-tomcat-servlet][relativePath:distribution/tomcat/tomcat-servlet], hudson.maven.MavenModule@41154775[Tuscany-2x/org.apache.tuscany.sca:tuscany-tracing-aspectj][Tuscany-2x/org.apache.tuscany.sca:tuscany-tracing-aspectj][relativePath:modules/tracing-aspectj], hudson.maven.MavenModule@5c0673b4[Tuscany-2x/org.apache.tuscany.sca:tuscany-war][Tuscany-2x/org.apache.tuscany.sca:tuscany-war][relativePath:distribution/tomcat/tomcat-war], hudson.maven.MavenModule@2b965d9f[Tuscany-2x/org.apache.tuscany.sca:tuscany-web-javascript][Tuscany-2x/org.apache.tuscany.sca:tuscany-web-javascript][relativePath:modules/web-javascript], hudson.maven.MavenModule@1cdc8814[Tuscany-2x/org.apache.tuscany.sca:tuscany-web-javascript-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-web-javascript-dojo][relativePath:modules/web-javascript-dojo], hudson.maven.MavenModule@5269e7d9[Tuscany-2x/org.apache.tuscany.sca:tuscany-wink][Tuscany-2x/org.apache.tuscany.sca:tuscany-wink][relativePath:modules/wink], hudson.maven.MavenModule@26f481d4[Tuscany-2x/org.apache.tuscany.sca:tuscany-xsd][Tuscany-2x/org.apache.tuscany.sca:tuscany-xsd][relativePath:modules/xsd], hudson.maven.MavenModule@7e779946[Tuscany-2x/org.apache.tuscany.sca:tuscany-zip-contribution-descriptor][Tuscany-2x/org.apache.tuscany.sca:tuscany-zip-contribution-descriptor][relativePath:maven/archetypes/contribution-zip-descriptor], hudson.maven.MavenModule@5df00387[Tuscany-2x/org.apache.tuscany.sca:war-legal-checks][Tuscany-2x/org.apache.tuscany.sca:war-legal-checks][relativePath:distribution/tomcat/testing/legal-checks], hudson.maven.MavenModule@3877c43f[Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-base-runtime-aggregation][Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-base-runtime-aggregation][relativePath:distribution/aggregations/base-runtime-aggregation], hudson.maven.MavenModule@3ef5210f[Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-binding-rmi-runtime-aggregation][Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-binding-rmi-runtime-aggregation][relativePath:distribution/aggregations/binding-rmi-runtime-aggregation], hudson.maven.MavenModule@4f4d8013[Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-binding-ws-runtime-axis2-aggregation][Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-binding-ws-runtime-axis2-aggregation][relativePath:distribution/aggregations/binding-ws-runtime-axis2-aggregation], hudson.maven.MavenModule@69138811[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld][relativePath:samples/getting-started/helloworld], hudson.maven.MavenModule@2724f98[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-contribution][relativePath:samples/getting-started/helloworld-contribution], hudson.maven.MavenModule@14a49fc[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jaxrs][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jaxrs][relativePath:samples/getting-started/helloworld-jaxrs], hudson.maven.MavenModule@343f400d[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jsonp][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jsonp][relativePath:samples/getting-started/helloworld-jsonp], hudson.maven.MavenModule@24863047[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jsonrpc][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jsonrpc][relativePath:samples/getting-started/helloworld-jsonrpc], hudson.maven.MavenModule@65cb980c[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-scaclient][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-scaclient][relativePath:samples/getting-started/helloworld-scaclient], hudson.maven.MavenModule@196b700a[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-spring][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-spring][relativePath:samples/getting-started/helloworld-spring], hudson.maven.MavenModule@5c88ad8f[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-webapp][relativePath:samples/getting-started/helloworld-webapp], hudson.maven.MavenModule@113ab6bf[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-webservice][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-webservice][relativePath:samples/getting-started/helloworld-webservice], hudson.maven.MavenModule@25b3be6f[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-withdeps][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-withdeps][relativePath:samples/getting-started/helloworld-withdeps], hudson.maven.MavenModule@3b9b7cbf[Tuscany-2x/org.apache.tuscany.sca.samples:jse][Tuscany-2x/org.apache.tuscany.sca.samples:jse][relativePath:samples/running-tuscany/jse], hudson.maven.MavenModule@5d1afe2b[Tuscany-2x/org.apache.tuscany.sca.samples:junit][Tuscany-2x/org.apache.tuscany.sca.samples:junit][relativePath:samples/running-tuscany/junit], hudson.maven.MavenModule@1724e8ce[Tuscany-2x/org.apache.tuscany.sca.samples:sample-async-invocation][Tuscany-2x/org.apache.tuscany.sca.samples:sample-async-invocation][relativePath:samples/learning-more/async-invocation], hudson.maven.MavenModule@1ec78569[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-autocomplete-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-autocomplete-webapp][relativePath:samples/learning-more/binding-comet/autocomplete-webapp], hudson.maven.MavenModule@3d07c048[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-chat-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-chat-webapp][relativePath:samples/learning-more/binding-comet/chat-webapp], hudson.maven.MavenModule@47e0d645[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-pubsub-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-pubsub-webapp][relativePath:samples/learning-more/binding-comet/pubsub-webapp], hudson.maven.MavenModule@7a1370e0[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-weather-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-weather-webapp][relativePath:samples/learning-more/binding-comet/weather-webapp], hudson.maven.MavenModule@78303840[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-autocomplete-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-autocomplete-webapp][relativePath:samples/learning-more/binding-websocket/autocomplete-webapp], hudson.maven.MavenModule@25bd2f65[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-chat-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-chat-webapp][relativePath:samples/learning-more/binding-websocket/chat-webapp], hudson.maven.MavenModule@2772a33e[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-pubsub-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-pubsub-webapp][relativePath:samples/learning-more/binding-websocket/pubsub-webapp], hudson.maven.MavenModule@573b4fad[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-weather-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-weather-webapp][relativePath:samples/learning-more/binding-websocket/weather-webapp], hudson.maven.MavenModule@76ec1398[Tuscany-2x/org.apache.tuscany.sca.samples:sample-calculator-bundle][Tuscany-2x/org.apache.tuscany.sca.samples:sample-calculator-bundle][relativePath:samples/learning-more/distributed-osgi-static/calculator-bundle], hudson.maven.MavenModule@4fa9d27[Tuscany-2x/org.apache.tuscany.sca.samples:sample-contribution-osgi][Tuscany-2x/org.apache.tuscany.sca.samples:sample-contribution-osgi][relativePath:samples/learning-more/contribution-osgi], hudson.maven.MavenModule@61636dfe[Tuscany-2x/org.apache.tuscany.sca.samples:sample-operations-bundle][Tuscany-2x/org.apache.tuscany.sca.samples:sample-operations-bundle][relativePath:samples/learning-more/distributed-osgi-static/operations-bundle], hudson.maven.MavenModule@46ca70a5[Tuscany-2x/org.apache.tuscany.sca.samples:sample-store][Tuscany-2x/org.apache.tuscany.sca.samples:sample-store][relativePath:samples/applications/store], hudson.maven.MavenModule@14a984f2[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples][relativePath:samples], hudson.maven.MavenModule@5573677[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-applications][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-applications][relativePath:samples/applications], hudson.maven.MavenModule@1257c0bd[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-binding-comet][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-binding-comet][relativePath:samples/learning-more/binding-comet], hudson.maven.MavenModule@20b8c15e[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-binding-websocket][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-binding-websocket][relativePath:samples/learning-more/binding-websocket], hudson.maven.MavenModule@419f131a[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-distributed-osgi-static][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-distributed-osgi-static][relativePath:samples/learning-more/distributed-osgi-static], hudson.maven.MavenModule@329f319e[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-getting-started][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-getting-started][relativePath:samples/getting-started], hudson.maven.MavenModule@71729608[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-learning-more][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-learning-more][relativePath:samples/learning-more], hudson.maven.MavenModule@19d82168[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-running-tuscany][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-running-tuscany][relativePath:samples/running-tuscany]]
project.getRootModule()=hudson.maven.MavenModule@5e6e74eb[Tuscany-2x/org.apache.tuscany.sca:tuscany-sca][Tuscany-2x/org.apache.tuscany.sca:tuscany-sca][relativePath:]
FATAL: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 07
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 07
	at hudson.remoting.Request.call(Request.java:174)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 07
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:732)
	at hudson.slaves.Channels$1.terminate(Channels.java:77)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.io.StreamCorruptedException: invalid type code: 07
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1374)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1970)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1894)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1777)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

Build failed in Jenkins: Tuscany-2x #1041

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1041/>

------------------------------------------
[...truncated 55508 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 8, 2013 1:38:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 8, 2013 1:38:15 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 8, 2013 1:38:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 8, 2013 1:38:15 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 8, 2013 1:38:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.4 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 8, 2013 1:38:19 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 8, 2013 1:38:19 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-08 01:38:21.582:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 8, 2013 1:38:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 8, 2013 1:38:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 8, 2013 1:38:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 8, 2013 1:38:21 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 8, 2013 1:38:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 8, 2013 1:38:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.818 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 8, 2013 1:38:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 8, 2013 1:38:23 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 8, 2013 1:38:23 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 8, 2013 1:38:23 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 8, 2013 1:38:23 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 8, 2013 1:38:23 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 8, 2013 1:38:23 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40 minutes 19 seconds
[INFO] Finished at: Sat Jun 08 01:38:27 UTC 2013
[INFO] Final Memory: 733M/911M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-08 01:42:06.621:INFO::Shutdown hook executing
2013-06-08 01:42:06.621:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1039

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1039/>

------------------------------------------
[...truncated 47602 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 6, 2013 5:05:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 6, 2013 5:05:26 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 6, 2013 5:05:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 6, 2013 5:05:26 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 6, 2013 5:05:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.003 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 6, 2013 5:05:31 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 6, 2013 5:05:31 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-06 05:05:33.180:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 6, 2013 5:05:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 6, 2013 5:05:33 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 6, 2013 5:05:33 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 6, 2013 5:05:33 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 6, 2013 5:05:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 6, 2013 5:05:33 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.809 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 6, 2013 5:05:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 minutes 43 seconds
[INFO] Finished at: Thu Jun 06 05:05:37 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-06 05:09:20.588:INFO::Shutdown hook executing
2013-06-06 05:09:20.588:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1038

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1038/>

------------------------------------------
[...truncated 47599 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 5, 2013 7:20:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 5, 2013 7:20:52 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 5, 2013 7:20:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 5, 2013 7:20:52 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 5, 2013 7:20:52 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.683 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 5, 2013 7:20:57 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 5, 2013 7:20:57 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-05 07:20:59.749:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 5, 2013 7:20:59 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 5, 2013 7:20:59 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 5, 2013 7:20:59 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 5, 2013 7:20:59 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 5, 2013 7:20:59 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.833 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 5, 2013 7:21:00 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 5, 2013 7:21:01 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 5, 2013 7:21:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 5, 2013 7:21:01 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 5, 2013 7:21:01 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 5, 2013 7:21:01 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 5, 2013 7:21:01 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 minutes 34 seconds
[INFO] Finished at: Wed Jun 05 07:21:04 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-05 07:24:30.666:INFO::Shutdown hook executing
2013-06-05 07:24:30.666:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1037

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1037/>

------------------------------------------
[...truncated 47613 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 4, 2013 6:09:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 4, 2013 6:09:15 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 4, 2013 6:09:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 4, 2013 6:09:15 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 4, 2013 6:09:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.408 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 4, 2013 6:09:19 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 4, 2013 6:09:19 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-04 06:09:20.912:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 4, 2013 6:09:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.816 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 4, 2013 6:09:21 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 4, 2013 6:09:22 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35 minutes 14 seconds
[INFO] Finished at: Tue Jun 04 06:09:26 UTC 2013
[INFO] Final Memory: 729M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-04 06:12:44.859:INFO::Shutdown hook executing
2013-06-04 06:12:44.860:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1036

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1036/>

------------------------------------------
[...truncated 47541 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 3, 2013 1:36:07 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 3, 2013 1:36:07 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 3, 2013 1:36:07 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 3, 2013 1:36:07 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 3, 2013 1:36:07 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.573 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 3, 2013 1:36:12 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 3, 2013 1:36:12 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-03 01:36:14.725:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 3, 2013 1:36:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 3, 2013 1:36:14 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 3, 2013 1:36:14 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 3, 2013 1:36:14 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 3, 2013 1:36:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 3, 2013 1:36:14 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.783 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 3, 2013 1:36:15 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 3, 2013 1:36:16 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 3, 2013 1:36:16 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 3, 2013 1:36:16 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 3, 2013 1:36:16 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 3, 2013 1:36:16 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 3, 2013 1:36:16 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 minutes 39 seconds
[INFO] Finished at: Mon Jun 03 01:36:19 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-03 01:39:28.764:INFO::Shutdown hook executing
2013-06-03 01:39:28.764:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1035

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1035/>

------------------------------------------
[...truncated 47594 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 2, 2013 4:56:45 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 2, 2013 4:56:46 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 2, 2013 4:56:46 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 2, 2013 4:56:46 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 2, 2013 4:56:46 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.391 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 2, 2013 4:56:51 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 2, 2013 4:56:51 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-02 04:56:53.024:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.79 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 2, 2013 4:56:53 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 2, 2013 4:56:54 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 57 seconds
[INFO] Finished at: Sun Jun 02 04:56:58 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-02 05:00:17.518:INFO::Shutdown hook executing
2013-06-02 05:00:17.518:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1034

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1034/>

------------------------------------------
[...truncated 47591 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
Jun 1, 2013 10:21:42 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
Jun 1, 2013 10:21:43 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 1, 2013 10:21:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
Jun 1, 2013 10:21:43 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
Jun 1, 2013 10:21:43 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.239 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
Jun 1, 2013 10:21:48 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 1, 2013 10:21:48 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-06-01 10:21:50.178:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
Jun 1, 2013 10:21:50 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 1, 2013 10:21:50 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 1, 2013 10:21:50 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 1, 2013 10:21:50 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 1, 2013 10:21:50 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 1, 2013 10:21:50 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.795 sec
Running org.example.orderservice.OrderServiceBareTestCase
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
Jun 1, 2013 10:21:51 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 minutes 15 seconds
[INFO] Finished at: Sat Jun 01 10:21:56 UTC 2013
[INFO] Final Memory: 736M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-06-01 10:25:03.054:INFO::Shutdown hook executing
2013-06-01 10:25:03.054:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1033

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1033/>

------------------------------------------
[...truncated 55473 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
May 31, 2013 11:48:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
May 31, 2013 11:48:27 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 31, 2013 11:48:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
May 31, 2013 11:48:27 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
May 31, 2013 11:48:27 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.139 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
May 31, 2013 11:48:32 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 31, 2013 11:48:33 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-05-31 11:48:34.777:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
May 31, 2013 11:48:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 31, 2013 11:48:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 31, 2013 11:48:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.787 sec
Running org.example.orderservice.OrderServiceBareTestCase
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 31, 2013 11:48:35 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
May 31, 2013 11:48:36 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46 minutes 35 seconds
[INFO] Finished at: Fri May 31 11:48:40 UTC 2013
[INFO] Final Memory: 737M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-05-31 11:52:03.133:INFO::Shutdown hook executing
2013-05-31 11:52:03.133:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1032

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1032/>

------------------------------------------
[...truncated 47595 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
May 30, 2013 2:29:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
May 30, 2013 2:29:39 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 30, 2013 2:29:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
May 30, 2013 2:29:39 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
May 30, 2013 2:29:39 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.069 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
May 30, 2013 2:29:45 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 30, 2013 2:29:45 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-05-30 02:29:47.000:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.795 sec
Running org.example.orderservice.OrderServiceBareTestCase
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 30, 2013 2:29:47 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
May 30, 2013 2:29:48 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 minutes 26 seconds
[INFO] Finished at: Thu May 30 02:29:51 UTC 2013
[INFO] Final Memory: 733M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-05-30 02:33:56.127:INFO::Shutdown hook executing
2013-05-30 02:33:56.127:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1031

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1031/>

------------------------------------------
[...truncated 47611 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
May 29, 2013 3:32:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
May 29, 2013 3:32:28 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 29, 2013 3:32:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
May 29, 2013 3:32:28 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
May 29, 2013 3:32:28 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.397 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
May 29, 2013 3:32:32 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 29, 2013 3:32:33 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-05-29 03:32:34.762:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
May 29, 2013 3:32:34 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 29, 2013 3:32:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 29, 2013 3:32:34 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.802 sec
Running org.example.orderservice.OrderServiceBareTestCase
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 29, 2013 3:32:35 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
May 29, 2013 3:32:36 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 minutes 38 seconds
[INFO] Finished at: Wed May 29 03:32:40 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-05-29 03:36:02.398:INFO::Shutdown hook executing
2013-05-29 03:36:02.399:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1030

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1030/>

------------------------------------------
[...truncated 47576 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
May 28, 2013 4:32:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
May 28, 2013 4:32:13 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 28, 2013 4:32:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
May 28, 2013 4:32:13 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
May 28, 2013 4:32:13 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.061 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
May 28, 2013 4:32:18 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 28, 2013 4:32:18 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-05-28 04:32:20.422:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
May 28, 2013 4:32:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 28, 2013 4:32:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 28, 2013 4:32:20 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 28, 2013 4:32:20 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 28, 2013 4:32:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 28, 2013 4:32:20 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.798 sec
Running org.example.orderservice.OrderServiceBareTestCase
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
May 28, 2013 4:32:21 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 minutes 1 second
[INFO] Finished at: Tue May 28 04:32:26 UTC 2013
[INFO] Final Memory: 729M/913M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-05-28 04:35:32.551:INFO::Shutdown hook executing
2013-05-28 04:35:32.551:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1029

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1029/>

------------------------------------------
[...truncated 34409 lines...]
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-deployment:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-deployment:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/deployment/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = active project artifact:
	artifact = active project artifact:
	artifact = org.apache.tuscany.sca.aggregation:tuscany-base-runtime-aggregation:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca.aggregation:tuscany-base-runtime-aggregation:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/aggregations/base-runtime-aggregation/pom.xml;>
	project: MavenProject: org.apache.tuscany.sca.aggregation:tuscany-base-runtime-aggregation:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/aggregations/base-runtime-aggregation/pom.xml;>
	project: MavenProject: org.apache.tuscany.sca.aggregation:tuscany-base-runtime-aggregation:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/aggregations/base-runtime-aggregation/pom.xml>
[INFO] Processing artifact: org.aspectj:aspectjrt:jar:1.6.8:compile
[INFO] Processing artifact: org.apache.abdera:abdera-client:jar:1.1.1:compile
[INFO] Processing artifact: net.sourceforge.saxon:saxon:jar:xqj:9.1.0.8:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-binding-jsonrpc-runtime:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-binding-jsonrpc-runtime:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-jsonrpc-runtime/pom.xml>
[INFO] Processing artifact: org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] Processing artifact: org.apache.ws.commons.axiom:axiom-api:jar:1.2.10:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-implementation-spring-runtime:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-implementation-spring-runtime:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/implementation-spring-runtime/pom.xml>
[INFO] Processing artifact: org.apache.tuscany.sdo:tuscany-sdo-api-r2.1:jar:1.1.1:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-binding-rmi-runtime:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-binding-rmi-runtime:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/pom.xml>
[INFO] Processing artifact: org.apache.neethi:neethi:jar:2.0.4:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-web-javascript:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-web-javascript:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/pom.xml>
[INFO] Processing artifact: org.directwebremoting:dwr:jar:2.0.3:compile
[INFO] Processing artifact: org.apache.ws.commons.axiom:axiom-impl:jar:1.2.10:compile
[INFO] MANIFEST.MF found for org.apache.ws.commons.axiom:axiom-impl:jar:1.2.10:compile (<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/manifests/axiom-impl-1.2.10.MF)>
[INFO] Processing artifact: org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1:compile
[INFO] Processing artifact: net.sourceforge.saxon:saxon:jar:xpath:9.1.0.8:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-host-jetty:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-host-jetty:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-jetty/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-myfaces:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-myfaces:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/myfaces/pom.xml>
[INFO] Processing artifact: org.apache.ode:ode-jacob-ap:jar:1.3.2:compile
[INFO] Processing artifact: net.sourceforge.saxon:saxon:jar:9.1.0.8:compile
[INFO] Processing artifact: net.sourceforge.saxon:saxon:jar:dom:9.1.0.8:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-sca-client-impl:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-sca-client-impl:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/sca-client-impl/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-assembly-xml:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-assembly-xml:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/assembly-xml/pom.xml>
[INFO] Processing artifact: org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec:jar:2.0.0:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-databinding-sdo:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-databinding-sdo:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/databinding-sdo/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-sca-api:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-sca-api:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/sca-api/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-implementation-web:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-implementation-web:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/implementation-web/pom.xml>
[INFO] Processing artifact: org.apache.ode:ode-bpel-epr:jar:1.3.2:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-implementation-web-client:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-implementation-web-client:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/implementation-web-client/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = active project artifact:
	artifact = active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-feature-all:pom:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-feature-all:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/features/all/pom.xml;>
	project: MavenProject: org.apache.tuscany.sca:tuscany-feature-all:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/features/all/pom.xml;>
	project: MavenProject: org.apache.tuscany.sca:tuscany-feature-all:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/features/all/pom.xml>
[INFO] Processing artifact: org.json:json:jar:20090211:compile
[INFO] Processing artifact: org.apache.ws.commons.axiom:axiom-dom:jar:1.2.10:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-xsd:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-xsd:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/xsd/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-policy-wspolicy:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-policy-wspolicy:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/policy-wspolicy/pom.xml>
[INFO] Processing artifact: org.eclipse.emf:common:jar:2.2.3:compile
[INFO] Processing artifact: org.eclipse.core:runtime:jar:3.4.0-v20080512:runtime
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-implementation-script:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-implementation-script:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/implementation-script/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-domain-hazelcast:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-domain-hazelcast:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/domain-hazelcast/pom.xml>
[INFO] Processing artifact: org.codehaus.groovy:groovy-all:jar:1.7.1:runtime
[INFO] Processing artifact: org.apache.wink:wink-client-apache-httpclient:jar:1.2.0-incubating:compile
[INFO] Processing artifact: org.apache.axis2:org.apache.axis2.osgi:jar:1.5.3:compile
[INFO] Overriding the manifest for org.apache.axis2:org.apache.axis2.osgi:jar:1.5.3:compile
[INFO] Processing artifact: org.apache.ode:ode-bpel-runtime:jar:1.3.2:compile
[INFO] Processing artifact: org.eclipse.emf:ecore-change:jar:2.2.3:compile
[INFO] Processing artifact: org.codehaus.jackson:jackson-mapper-asl:jar:1.9.4:compile
[INFO] Processing artifact: org.apache.openjpa:openjpa:jar:1.2.1:compile
[INFO] Processing artifact: org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0.1:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-ws-runtime-jaxws/pom.xml>
[INFO] Processing artifact: jdom:jdom:jar:1.0:compile
[INFO] Processing artifact: org.apache.ode:ode-bpel-compiler:jar:1.3.2:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-host-corba-jee:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-host-corba-jee:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-corba-jee/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-binding-rest-runtime:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-binding-rest-runtime:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/pom.xml>
[INFO] Processing artifact: wsdl4j:wsdl4j:jar:1.6.2:compile
[INFO] Processing artifact: org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] Processing artifact: org.apache.geronimo.components:geronimo-connector:jar:2.1.4:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-binding-jsonrpc:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-binding-jsonrpc:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-jsonrpc/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-implementation-python:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-implementation-python:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/implementation-python/pom.xml>
[INFO] Processing artifact: commons-codec:commons-codec:jar:1.6:compile
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ejb-runtime/tuscany-binding-ejb-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-osgi-runtime/tuscany-implementation-osgi-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-host-jetty/tuscany-host-jetty-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ws-runtime-axis2/tuscany-binding-ws-runtime-axis2-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-python-runtime/tuscany-implementation-python-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jms-runtime/tuscany-binding-jms-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-spring-runtime/tuscany-implementation-spring-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rest-runtime/tuscany-binding-rest-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-atom-runtime/tuscany-binding-atom-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-widget-runtime/tuscany-implementation-widget-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-base-runtime-pom/tuscany-base-runtime-pom-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-bpel-runtime/tuscany-implementation-bpel-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-corba-runtime/tuscany-binding-corba-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rmi-runtime/tuscany-binding-rmi-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonrpc-runtime/tuscany-binding-jsonrpc-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-script-runtime/tuscany-implementation-script-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonp-runtime/tuscany-binding-jsonp-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-web-runtime/tuscany-implementation-web-runtime-manifest.jar>
[INFO] Generating equinox manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-sca-equinox-manifest.jar>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ejb-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-osgi-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-host-jetty/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ws-runtime-axis2/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-python-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jms-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-spring-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rest-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-atom-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-widget-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-base-runtime-pom/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-bpel-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-corba-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rmi-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonrpc-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-script-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonp-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-web-runtime/build-path.xml>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ejb-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-osgi-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-host-jetty/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ws-runtime-axis2/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-python-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jms-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-spring-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rest-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-atom-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-widget-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-base-runtime-pom/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-bpel-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-corba-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rmi-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonrpc-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-script-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonp-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-web-runtime/which-jars>
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin-distribution.xml
[INFO] Reading assembly descriptor: src/main/assembly/src.xml
[WARNING] POM for 'org.opensaml:opensaml:pom:2.2.3:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building tar : <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.tar.gz>
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building zip: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.zip>
[INFO] Building tar : <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.tar.gz>
[INFO] Building zip: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.zip>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.tar.gz> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.tar.gz>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.zip> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.zip>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.tar.gz> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT-src.tar.gz>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.zip> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT-src.zip>
2013-05-27 02:02:41.165:INFO::Shutdown hook executing
2013-05-27 02:02:41.166:INFO::Shutdown hook complete
ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 06
	at hudson.remoting.Request.call(Request.java:174)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 06
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:732)
	at hudson.slaves.Channels$1.terminate(Channels.java:77)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.io.StreamCorruptedException: invalid type code: 06
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1374)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1970)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1894)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1777)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
project=hudson.maven.MavenModuleSet@7c47bda7[Tuscany-2x]
project.getModules()=[hudson.maven.MavenModule@7fbf9563[Tuscany-2x/org.apache.tuscany.maven.plugins:maven-tuscany-plugin][Tuscany-2x/org.apache.tuscany.maven.plugins:maven-tuscany-plugin][relativePath:maven/maven-tuscany-plugin], hudson.maven.MavenModule@1a7d99c0[Tuscany-2x/org.apache.tuscany.sca:contribution-doc-lit-disablewrapped][Tuscany-2x/org.apache.tuscany.sca:contribution-doc-lit-disablewrapped][relativePath:testing/itest/contribution-doc-lit-disablewrapped], hudson.maven.MavenModule@2bf919d6[Tuscany-2x/org.apache.tuscany.sca:disablewrapped-app][Tuscany-2x/org.apache.tuscany.sca:disablewrapped-app][relativePath:testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app], hudson.maven.MavenModule@6f0f4727[Tuscany-2x/org.apache.tuscany.sca:disablewrapped-test][Tuscany-2x/org.apache.tuscany.sca:disablewrapped-test][relativePath:testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test], hudson.maven.MavenModule@54088a67[Tuscany-2x/org.apache.tuscany.sca:helloworld-client-webapp][Tuscany-2x/org.apache.tuscany.sca:helloworld-client-webapp][relativePath:distribution/tomcat/testing/helloworld-client-webapp], hudson.maven.MavenModule@7cb69b4a[Tuscany-2x/org.apache.tuscany.sca:helloworld-reference-contribution][Tuscany-2x/org.apache.tuscany.sca:helloworld-reference-contribution][relativePath:distribution/tomcat/testing/helloworld-reference-contribution], hudson.maven.MavenModule@388d573d[Tuscany-2x/org.apache.tuscany.sca:helloworld-scaclient-jsp][Tuscany-2x/org.apache.tuscany.sca:helloworld-scaclient-jsp][relativePath:distribution/tomcat/testing/helloworld-scaclient-jsp], hudson.maven.MavenModule@475a82cc[Tuscany-2x/org.apache.tuscany.sca:helloworld-scaclient-servlet][Tuscany-2x/org.apache.tuscany.sca:helloworld-scaclient-servlet][relativePath:distribution/tomcat/testing/helloworld-scaclient-servlet], hudson.maven.MavenModule@74143ad[Tuscany-2x/org.apache.tuscany.sca:helloworld-service-contribution][Tuscany-2x/org.apache.tuscany.sca:helloworld-service-contribution][relativePath:distribution/tomcat/testing/helloworld-service-contribution], hudson.maven.MavenModule@7ae8d81a[Tuscany-2x/org.apache.tuscany.sca:holder-ws-service-multiple-outputs][Tuscany-2x/org.apache.tuscany.sca:holder-ws-service-multiple-outputs][relativePath:testing/itest/ws/holder-ws-service-multiple-outputs], hudson.maven.MavenModule@4dc21693[Tuscany-2x/org.apache.tuscany.sca:itest-async-integrations][Tuscany-2x/org.apache.tuscany.sca:itest-async-integrations][relativePath:testing/itest/async-interactions], hudson.maven.MavenModule@4cc3d200[Tuscany-2x/org.apache.tuscany.sca:itest-async-services][Tuscany-2x/org.apache.tuscany.sca:itest-async-services][relativePath:testing/itest/async-services], hudson.maven.MavenModule@15834c7[Tuscany-2x/org.apache.tuscany.sca:itest-base][Tuscany-2x/org.apache.tuscany.sca:itest-base][relativePath:testing/itest/base], hudson.maven.MavenModule@45f0f581[Tuscany-2x/org.apache.tuscany.sca:itest-base-dependencies][Tuscany-2x/org.apache.tuscany.sca:itest-base-dependencies][relativePath:testing/itest/base/dependencies], hudson.maven.MavenModule@4e860c06[Tuscany-2x/org.apache.tuscany.sca:itest-bin-distro-unzip][Tuscany-2x/org.apache.tuscany.sca:itest-bin-distro-unzip][relativePath:testing/itest/distribution/bin-distro-unzip], hudson.maven.MavenModule@427f8630[Tuscany-2x/org.apache.tuscany.sca:itest-bpel][Tuscany-2x/org.apache.tuscany.sca:itest-bpel][relativePath:testing/itest/bpel], hudson.maven.MavenModule@4242db6b[Tuscany-2x/org.apache.tuscany.sca:itest-bpel-helloworld][Tuscany-2x/org.apache.tuscany.sca:itest-bpel-helloworld][relativePath:testing/itest/bpel/helloworld], hudson.maven.MavenModule@33536fc9[Tuscany-2x/org.apache.tuscany.sca:itest-builder][Tuscany-2x/org.apache.tuscany.sca:itest-builder][relativePath:testing/itest/builder], hudson.maven.MavenModule@2ad00f72[Tuscany-2x/org.apache.tuscany.sca:itest-callback-api][Tuscany-2x/org.apache.tuscany.sca:itest-callback-api][relativePath:testing/itest/callback-api], hudson.maven.MavenModule@41a61b53[Tuscany-2x/org.apache.tuscany.sca:itest-callback-basic][Tuscany-2x/org.apache.tuscany.sca:itest-callback-basic][relativePath:testing/itest/callback-basic], hudson.maven.MavenModule@4c07d1[Tuscany-2x/org.apache.tuscany.sca:itest-callback-complex-type][Tuscany-2x/org.apache.tuscany.sca:itest-callback-complex-type][relativePath:testing/itest/callback-complex-type], hudson.maven.MavenModule@7f952a7d[Tuscany-2x/org.apache.tuscany.sca:itest-callback-multiple-wires][Tuscany-2x/org.apache.tuscany.sca:itest-callback-multiple-wires][relativePath:testing/itest/callback-multiple-wires], hudson.maven.MavenModule@1a18b5fb[Tuscany-2x/org.apache.tuscany.sca:itest-callback-separatethread][Tuscany-2x/org.apache.tuscany.sca:itest-callback-separatethread][relativePath:testing/itest/callback-separatethread], hudson.maven.MavenModule@4c537f1f[Tuscany-2x/org.apache.tuscany.sca:itest-callback-two-composites][Tuscany-2x/org.apache.tuscany.sca:itest-callback-two-composites][relativePath:testing/itest/callback-two-composites], hudson.maven.MavenModule@7dbef35e[Tuscany-2x/org.apache.tuscany.sca:itest-callback-two-nodes][Tuscany-2x/org.apache.tuscany.sca:itest-callback-two-nodes][relativePath:testing/itest/callback-two-nodes], hudson.maven.MavenModule@35be0d1[Tuscany-2x/org.apache.tuscany.sca:itest-component-type][Tuscany-2x/org.apache.tuscany.sca:itest-component-type][relativePath:testing/itest/component-type], hudson.maven.MavenModule@504bb10[Tuscany-2x/org.apache.tuscany.sca:itest-contribution-folder][Tuscany-2x/org.apache.tuscany.sca:itest-contribution-folder][relativePath:testing/itest/contribution-folder], hudson.maven.MavenModule@79951a02[Tuscany-2x/org.apache.tuscany.sca:itest-contribution-zip][Tuscany-2x/org.apache.tuscany.sca:itest-contribution-zip][relativePath:testing/itest/contribution-zip], hudson.maven.MavenModule@2bdeb7aa[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy][relativePath:testing/itest/data-copy], hudson.maven.MavenModule@2aec1066[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-client][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-client][relativePath:testing/itest/data-copy/client], hudson.maven.MavenModule@7028ae8d[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-common][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-common][relativePath:testing/itest/data-copy/common], hudson.maven.MavenModule@7edbe481[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-driver][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-driver][relativePath:testing/itest/data-copy/driver], hudson.maven.MavenModule@16771238[Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-service][Tuscany-2x/org.apache.tuscany.sca:itest-data-copy-service][relativePath:testing/itest/data-copy/service], hudson.maven.MavenModule@634d260d[Tuscany-2x/org.apache.tuscany.sca:itest-databindings][Tuscany-2x/org.apache.tuscany.sca:itest-databindings][relativePath:testing/itest/databindings], hudson.maven.MavenModule@5dfd5269[Tuscany-2x/org.apache.tuscany.sca:itest-databindings-jaxb-bottom-up][Tuscany-2x/org.apache.tuscany.sca:itest-databindings-jaxb-bottom-up][relativePath:testing/itest/databindings/jaxb-bottom-up], hudson.maven.MavenModule@222d9bb4[Tuscany-2x/org.apache.tuscany.sca:itest-databindings-jaxb-top-down][Tuscany-2x/org.apache.tuscany.sca:itest-databindings-jaxb-top-down][relativePath:testing/itest/databindings/jaxb-top-down], hudson.maven.MavenModule@604957f3[Tuscany-2x/org.apache.tuscany.sca:itest-distribution][Tuscany-2x/org.apache.tuscany.sca:itest-distribution][relativePath:testing/itest/distribution], hudson.maven.MavenModule@4c10255f[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-jsonrpc-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-jsonrpc-calculator][relativePath:testing/itest/distribution/contribution-binding-jsonrpc-calculator], hudson.maven.MavenModule@3805a6fc[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-rmi-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-rmi-calculator][relativePath:testing/itest/distribution/contribution-binding-rmi-calculator], hudson.maven.MavenModule@7b16071f[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-sca-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-sca-calculator][relativePath:testing/itest/distribution/contribution-binding-sca-calculator], hudson.maven.MavenModule@632dc35a[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-ws-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-binding-ws-calculator][relativePath:testing/itest/distribution/contribution-binding-ws-calculator], hudson.maven.MavenModule@51747c94[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-implementation-java-calculator][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-contribution-implementation-java-calculator][relativePath:testing/itest/distribution/contribution-implementation-java-calculator], hudson.maven.MavenModule@369f0253[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-launcher-embedded-jse][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-launcher-embedded-jse][relativePath:testing/itest/distribution/launcher-embedded-jse], hudson.maven.MavenModule@151b329[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-launcher-embedded-osgi][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-launcher-embedded-osgi][relativePath:testing/itest/distribution/launcher-embedded-osgi], hudson.maven.MavenModule@6f2d43e7[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-legal-checks][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-legal-checks][relativePath:testing/itest/distribution/legal-checks], hudson.maven.MavenModule@4c52bb7[Tuscany-2x/org.apache.tuscany.sca:itest-distribution-src-dsitro-rat][Tuscany-2x/org.apache.tuscany.sca:itest-distribution-src-dsitro-rat][relativePath:testing/itest/distribution/src-distro-rat], hudson.maven.MavenModule@2cb8fdd3[Tuscany-2x/org.apache.tuscany.sca:itest-domain-node-hazelcast][Tuscany-2x/org.apache.tuscany.sca:itest-domain-node-hazelcast][relativePath:testing/itest/domain-node-hazelcast], hudson.maven.MavenModule@25203e95[Tuscany-2x/org.apache.tuscany.sca:itest-exceptions][Tuscany-2x/org.apache.tuscany.sca:itest-exceptions][relativePath:testing/itest/exceptions], hudson.maven.MavenModule@67ecbb3d[Tuscany-2x/org.apache.tuscany.sca:itest-holder-ws-service-multiple-outputs][Tuscany-2x/org.apache.tuscany.sca:itest-holder-ws-service-multiple-outputs][relativePath:testing/itest/ws/holder-ws-service-multiple-outputs], hudson.maven.MavenModule@66f8d718[Tuscany-2x/org.apache.tuscany.sca:itest-implementation-composite][Tuscany-2x/org.apache.tuscany.sca:itest-implementation-composite][relativePath:testing/itest/implementation-composite], hudson.maven.MavenModule@5af19d78[Tuscany-2x/org.apache.tuscany.sca:itest-implementation-spring][Tuscany-2x/org.apache.tuscany.sca:itest-implementation-spring][relativePath:testing/itest/implementation-spring], hudson.maven.MavenModule@2c995fed[Tuscany-2x/org.apache.tuscany.sca:itest-import-export][Tuscany-2x/org.apache.tuscany.sca:itest-import-export][relativePath:testing/itest/import-export], hudson.maven.MavenModule@968d77b[Tuscany-2x/org.apache.tuscany.sca:itest-import-export-export][Tuscany-2x/org.apache.tuscany.sca:itest-import-export-export][relativePath:testing/itest/import-export/exports], hudson.maven.MavenModule@421ad110[Tuscany-2x/org.apache.tuscany.sca:itest-import-export-imports][Tuscany-2x/org.apache.tuscany.sca:itest-import-export-imports][relativePath:testing/itest/import-export/imports], hudson.maven.MavenModule@6e939357[Tuscany-2x/org.apache.tuscany.sca:itest-import-export-tests][Tuscany-2x/org.apache.tuscany.sca:itest-import-export-tests][relativePath:testing/itest/import-export/tests], hudson.maven.MavenModule@1aae6d78[Tuscany-2x/org.apache.tuscany.sca:itest-interface-matching][Tuscany-2x/org.apache.tuscany.sca:itest-interface-matching][relativePath:testing/itest/interface-matching], hudson.maven.MavenModule@3194eef7[Tuscany-2x/org.apache.tuscany.sca:itest-interfaces][Tuscany-2x/org.apache.tuscany.sca:itest-interfaces][relativePath:testing/itest/interfaces], hudson.maven.MavenModule@28d4b38f[Tuscany-2x/org.apache.tuscany.sca:itest-java-lifecycle-exceptions][Tuscany-2x/org.apache.tuscany.sca:itest-java-lifecycle-exceptions][relativePath:testing/itest/java-lifecycle-exceptions], hudson.maven.MavenModule@2458863a[Tuscany-2x/org.apache.tuscany.sca:itest-jms][Tuscany-2x/org.apache.tuscany.sca:itest-jms][relativePath:testing/itest/jms], hudson.maven.MavenModule@2fd45c7a[Tuscany-2x/org.apache.tuscany.sca:itest-jms-args][Tuscany-2x/org.apache.tuscany.sca:itest-jms-args][relativePath:testing/itest/jms/args], hudson.maven.MavenModule@1f03661e[Tuscany-2x/org.apache.tuscany.sca:itest-jms-callbacks][Tuscany-2x/org.apache.tuscany.sca:itest-jms-callbacks][relativePath:testing/itest/jms/callbacks], hudson.maven.MavenModule@18254b7a[Tuscany-2x/org.apache.tuscany.sca:itest-jms-defaults][Tuscany-2x/org.apache.tuscany.sca:itest-jms-defaults][relativePath:testing/itest/jms/defaults], hudson.maven.MavenModule@387e42f8[Tuscany-2x/org.apache.tuscany.sca:itest-jms-dynamic-replyq][Tuscany-2x/org.apache.tuscany.sca:itest-jms-dynamic-replyq][relativePath:testing/itest/jms/DynamicReplyQ], hudson.maven.MavenModule@695ec4c1[Tuscany-2x/org.apache.tuscany.sca:itest-jms-exceptions1][Tuscany-2x/org.apache.tuscany.sca:itest-jms-exceptions1][relativePath:testing/itest/jms/exceptions1], hudson.maven.MavenModule@4cc790f2[Tuscany-2x/org.apache.tuscany.sca:itest-jms-external-broker][Tuscany-2x/org.apache.tuscany.sca:itest-jms-external-broker][relativePath:testing/itest/jms/externalBroker], hudson.maven.MavenModule@41fd273f[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsbytes][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsbytes][relativePath:testing/itest/jms/format-jmsbytes], hudson.maven.MavenModule@531bbaf1[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsbytesxml][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsbytesxml][relativePath:testing/itest/jms/format-jmsbytesxml], hudson.maven.MavenModule@418e4ed7[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsdefault][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsdefault][relativePath:testing/itest/jms/format-jmsdefault], hudson.maven.MavenModule@65da26e0[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsmessage][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsmessage][relativePath:testing/itest/jms/format-jmsmessage], hudson.maven.MavenModule@552e705d[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsobject][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmsobject][relativePath:testing/itest/jms/format-jmsobject], hudson.maven.MavenModule@5bd3155b[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstext][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstext][relativePath:testing/itest/jms/format-jmstext], hudson.maven.MavenModule@7f1f3875[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstextxml][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstextxml][relativePath:testing/itest/jms/format-jmstextxml], hudson.maven.MavenModule@5ab3ca86[Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstextxmlinjmsobjectout][Tuscany-2x/org.apache.tuscany.sca:itest-jms-format-jmstextxmlinjmsobjectout][relativePath:testing/itest/jms/format-jmstextxmlinjmsobjectout], hudson.maven.MavenModule@51b551ef[Tuscany-2x/org.apache.tuscany.sca:itest-jms-non-sca-client-broker][Tuscany-2x/org.apache.tuscany.sca:itest-jms-non-sca-client-broker][relativePath:testing/itest/jms/non-sca-client], hudson.maven.MavenModule@57164bd1[Tuscany-2x/org.apache.tuscany.sca:itest-jms-nonscaclient-exceptions][Tuscany-2x/org.apache.tuscany.sca:itest-jms-nonscaclient-exceptions][relativePath:testing/itest/jms/exceptions], hudson.maven.MavenModule@78cbb301[Tuscany-2x/org.apache.tuscany.sca:itest-jms-noreplyto][Tuscany-2x/org.apache.tuscany.sca:itest-jms-noreplyto][relativePath:testing/itest/jms/noreplyto], hudson.maven.MavenModule@555449c[Tuscany-2x/org.apache.tuscany.sca:itest-jms-nulls][Tuscany-2x/org.apache.tuscany.sca:itest-jms-nulls][relativePath:testing/itest/jms/nulls], hudson.maven.MavenModule@210b6080[Tuscany-2x/org.apache.tuscany.sca:itest-jms-oneway][Tuscany-2x/org.apache.tuscany.sca:itest-jms-oneway][relativePath:testing/itest/jms/oneway], hudson.maven.MavenModule@71ec8472[Tuscany-2x/org.apache.tuscany.sca:itest-jms-oneway-nocf][Tuscany-2x/org.apache.tuscany.sca:itest-jms-oneway-nocf][relativePath:testing/itest/jms/oneway-nocf], hudson.maven.MavenModule@5eeb92cc[Tuscany-2x/org.apache.tuscany.sca:itest-jms-policy-headers][Tuscany-2x/org.apache.tuscany.sca:itest-jms-policy-headers][relativePath:testing/itest/jms/policy-headers], hudson.maven.MavenModule@3bf2bfc3[Tuscany-2x/org.apache.tuscany.sca:itest-jms-properties][Tuscany-2x/org.apache.tuscany.sca:itest-jms-properties][relativePath:testing/itest/jms/properties], hudson.maven.MavenModule@3e0bb9f4[Tuscany-2x/org.apache.tuscany.sca:itest-jms-responsecf][Tuscany-2x/org.apache.tuscany.sca:itest-jms-responsecf][relativePath:testing/itest/jms/responsecf], hudson.maven.MavenModule@73dd61fe[Tuscany-2x/org.apache.tuscany.sca:itest-jms-rpc][Tuscany-2x/org.apache.tuscany.sca:itest-jms-rpc][relativePath:testing/itest/jms/rpc], hudson.maven.MavenModule@4b4ca61f[Tuscany-2x/org.apache.tuscany.sca:itest-jms-selectors][Tuscany-2x/org.apache.tuscany.sca:itest-jms-selectors][relativePath:testing/itest/jms/selectors], hudson.maven.MavenModule@152e63d8[Tuscany-2x/org.apache.tuscany.sca:itest-jms-topics][Tuscany-2x/org.apache.tuscany.sca:itest-jms-topics][relativePath:testing/itest/jms/topics], hudson.maven.MavenModule@189d04c5[Tuscany-2x/org.apache.tuscany.sca:itest-jms-ttl][Tuscany-2x/org.apache.tuscany.sca:itest-jms-ttl][relativePath:testing/itest/jms/ttl], hudson.maven.MavenModule@6ca42e22[Tuscany-2x/org.apache.tuscany.sca:itest-jms-uri-rpc][Tuscany-2x/org.apache.tuscany.sca:itest-jms-uri-rpc][relativePath:testing/itest/jms/uri-rpc], hudson.maven.MavenModule@ed0f1e7[Tuscany-2x/org.apache.tuscany.sca:itest-jms-wf-writing][Tuscany-2x/org.apache.tuscany.sca:itest-jms-wf-writing][relativePath:testing/itest/jms/format-wf-writing], hudson.maven.MavenModule@37b97c4a[Tuscany-2x/org.apache.tuscany.sca:itest-lifecycle][Tuscany-2x/org.apache.tuscany.sca:itest-lifecycle][relativePath:testing/itest/lifecycle], hudson.maven.MavenModule@728efada[Tuscany-2x/org.apache.tuscany.sca:itest-node-domain-node][Tuscany-2x/org.apache.tuscany.sca:itest-node-domain-node][relativePath:testing/itest/nodes/domain-node], hudson.maven.MavenModule@8f738f8[Tuscany-2x/org.apache.tuscany.sca:itest-node-launcher-equinox][Tuscany-2x/org.apache.tuscany.sca:itest-node-launcher-equinox][relativePath:testing/itest/node-launcher-equinox], hudson.maven.MavenModule@1ebd2661[Tuscany-2x/org.apache.tuscany.sca:itest-nodes][Tuscany-2x/org.apache.tuscany.sca:itest-nodes][relativePath:testing/itest/nodes], hudson.maven.MavenModule@1422ba0b[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-binding-sca-hazelcast][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-binding-sca-hazelcast][relativePath:testing/itest/nodes/binding-sca-hazelcast], hudson.maven.MavenModule@73e43280[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-client][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-client][relativePath:testing/itest/nodes/helloworld-client], hudson.maven.MavenModule@aafacf1[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-iface][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-iface][relativePath:testing/itest/nodes/helloworld-iface], hudson.maven.MavenModule@138307b2[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-service][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-service][relativePath:testing/itest/nodes/helloworld-service], hudson.maven.MavenModule@7f6e411f[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-service-and-client][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-helloworld-service-and-client][relativePath:testing/itest/nodes/helloworld-service-and-client], hudson.maven.MavenModule@1f759b95[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm][relativePath:testing/itest/nodes/one-jvm], hudson.maven.MavenModule@62396355[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-hazelcast][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-hazelcast][relativePath:testing/itest/nodes/one-jvm-hazelcast], hudson.maven.MavenModule@25a893d4[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-hazelcast-client][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-hazelcast-client][relativePath:testing/itest/nodes/one-jvm-hazelcast-client], hudson.maven.MavenModule@5e81569c[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-tribes][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-jvm-tribes][relativePath:testing/itest/nodes/one-jvm-tribes], hudson.maven.MavenModule@7d5d4c3c[Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-node-test][Tuscany-2x/org.apache.tuscany.sca:itest-nodes-one-node-test][relativePath:testing/itest/nodes/one-node-test], hudson.maven.MavenModule@78383770[Tuscany-2x/org.apache.tuscany.sca:itest-oneway][Tuscany-2x/org.apache.tuscany.sca:itest-oneway][relativePath:testing/itest/oneway], hudson.maven.MavenModule@32bfd7b9[Tuscany-2x/org.apache.tuscany.sca:itest-policies][Tuscany-2x/org.apache.tuscany.sca:itest-policies][relativePath:testing/itest/policies], hudson.maven.MavenModule@50ebccb6[Tuscany-2x/org.apache.tuscany.sca:itest-policy][Tuscany-2x/org.apache.tuscany.sca:itest-policy][relativePath:testing/itest/policy], hudson.maven.MavenModule@28ccea3b[Tuscany-2x/org.apache.tuscany.sca:itest-policy-interceptors][Tuscany-2x/org.apache.tuscany.sca:itest-policy-interceptors][relativePath:testing/itest/policy/interceptors], hudson.maven.MavenModule@2525dc6a[Tuscany-2x/org.apache.tuscany.sca:itest-policy-matching][Tuscany-2x/org.apache.tuscany.sca:itest-policy-matching][relativePath:testing/itest/policy/matching], hudson.maven.MavenModule@58a9c633[Tuscany-2x/org.apache.tuscany.sca:itest-policy-operations][Tuscany-2x/org.apache.tuscany.sca:itest-policy-operations][relativePath:testing/itest/policy/operations], hudson.maven.MavenModule@72136bbe[Tuscany-2x/org.apache.tuscany.sca:itest-policy-reliability][Tuscany-2x/org.apache.tuscany.sca:itest-policy-reliability][relativePath:testing/itest/policy/reliability], hudson.maven.MavenModule@5906c174[Tuscany-2x/org.apache.tuscany.sca:itest-policy-transaction][Tuscany-2x/org.apache.tuscany.sca:itest-policy-transaction][relativePath:testing/itest/policy-transaction], hudson.maven.MavenModule@4a86d455[Tuscany-2x/org.apache.tuscany.sca:itest-policy-wspolicy][Tuscany-2x/org.apache.tuscany.sca:itest-policy-wspolicy][relativePath:testing/itest/policy/wspolicy], hudson.maven.MavenModule@59de3eac[Tuscany-2x/org.apache.tuscany.sca:itest-properties][Tuscany-2x/org.apache.tuscany.sca:itest-properties][relativePath:testing/itest/properties], hudson.maven.MavenModule@de4bc4c[Tuscany-2x/org.apache.tuscany.sca:itest-recursive-multi-level][Tuscany-2x/org.apache.tuscany.sca:itest-recursive-multi-level][relativePath:testing/itest/recursive-multi-level], hudson.maven.MavenModule@240628b4[Tuscany-2x/org.apache.tuscany.sca:itest-references][Tuscany-2x/org.apache.tuscany.sca:itest-references][relativePath:testing/itest/references], hudson.maven.MavenModule@105a53e6[Tuscany-2x/org.apache.tuscany.sca:itest-scabindingmapper][Tuscany-2x/org.apache.tuscany.sca:itest-scabindingmapper][relativePath:testing/itest/scabindingmapper], hudson.maven.MavenModule@1a3a296d[Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api][Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api][relativePath:testing/itest/scaclient-api], hudson.maven.MavenModule@6075c08e[Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api-osgi][Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api-osgi][relativePath:testing/itest/scaclient-api-osgi], hudson.maven.MavenModule@52b4dc1b[Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api-remote][Tuscany-2x/org.apache.tuscany.sca:itest-scaclient-api-remote][relativePath:testing/itest/scaclient-api-remote], hudson.maven.MavenModule@5fde9b08[Tuscany-2x/org.apache.tuscany.sca:itest-scdl][Tuscany-2x/org.apache.tuscany.sca:itest-scdl][relativePath:testing/itest/scdl], hudson.maven.MavenModule@f945b64[Tuscany-2x/org.apache.tuscany.sca:itest-scopes][Tuscany-2x/org.apache.tuscany.sca:itest-scopes][relativePath:testing/itest/scopes], hudson.maven.MavenModule@54fc0a39[Tuscany-2x/org.apache.tuscany.sca:itest-service-reference][Tuscany-2x/org.apache.tuscany.sca:itest-service-reference][relativePath:testing/itest/service-reference], hudson.maven.MavenModule@6f034fc5[Tuscany-2x/org.apache.tuscany.sca:itest-services][Tuscany-2x/org.apache.tuscany.sca:itest-services][relativePath:testing/itest/services], hudson.maven.MavenModule@1ac9496c[Tuscany-2x/org.apache.tuscany.sca:itest-spi][Tuscany-2x/org.apache.tuscany.sca:itest-spi][relativePath:testing/itest/spi], hudson.maven.MavenModule@426a4773[Tuscany-2x/org.apache.tuscany.sca:itest-src-distro-unzip][Tuscany-2x/org.apache.tuscany.sca:itest-src-distro-unzip][relativePath:testing/itest/distribution/src-distro-unzip], hudson.maven.MavenModule@4f78f115[Tuscany-2x/org.apache.tuscany.sca:itest-wires][Tuscany-2x/org.apache.tuscany.sca:itest-wires][relativePath:testing/itest/wires], hudson.maven.MavenModule@d1bc276[Tuscany-2x/org.apache.tuscany.sca:itest-ws][Tuscany-2x/org.apache.tuscany.sca:itest-ws][relativePath:testing/itest/ws], hudson.maven.MavenModule@197bd7b3[Tuscany-2x/org.apache.tuscany.sca:itest-ws-authentication-basic][Tuscany-2x/org.apache.tuscany.sca:itest-ws-authentication-basic][relativePath:testing/itest/ws/authentication-basic], hudson.maven.MavenModule@118e35d7[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback][relativePath:testing/itest/ws/contribution-callback], hudson.maven.MavenModule@f70bf42[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-forwardspec][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-forwardspec][relativePath:testing/itest/ws/contribution-callback-forwardspec], hudson.maven.MavenModule@331c8df9[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-fullspec][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-fullspec][relativePath:testing/itest/ws/contribution-callback-fullspec], hudson.maven.MavenModule@17acf0a6[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-promotion][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-promotion][relativePath:testing/itest/ws/contribution-callback-promotion], hudson.maven.MavenModule@5aeb2e6e[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-wsdl-iface][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-callback-wsdl-iface][relativePath:testing/itest/ws/contribution-callback-wsdl-iface], hudson.maven.MavenModule@6356664[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit][relativePath:testing/itest/ws/contribution-doc-lit], hudson.maven.MavenModule@1bd5326b[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit-wrapped][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit-wrapped][relativePath:testing/itest/ws/contribution-doc-lit-wrapped], hudson.maven.MavenModule@49e11d13[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit-wrapped-dom][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-doc-lit-wrapped-dom][relativePath:testing/itest/ws/contribution-doc-lit-wrapped-dom], hudson.maven.MavenModule@5a3bf049[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-java-first][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-java-first][relativePath:testing/itest/ws/contribution-java-first], hudson.maven.MavenModule@151c76e7[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-reference-target][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-reference-target][relativePath:testing/itest/ws/contribution-reference-target], hudson.maven.MavenModule@7fc24284[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-rpc-lit][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-rpc-lit][relativePath:testing/itest/ws/contribution-rpc-lit], hudson.maven.MavenModule@2a9d29a3[Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-wsdl-first][Tuscany-2x/org.apache.tuscany.sca:itest-ws-contribution-wsdl-first][relativePath:testing/itest/ws/contribution-wsdl-first], hudson.maven.MavenModule@3418a230[Tuscany-2x/org.apache.tuscany.sca:itest-ws-defaults][Tuscany-2x/org.apache.tuscany.sca:itest-ws-defaults][relativePath:testing/itest/ws/defaults], hudson.maven.MavenModule@3d401808[Tuscany-2x/org.apache.tuscany.sca:itest-ws-endpoint-references][Tuscany-2x/org.apache.tuscany.sca:itest-ws-endpoint-references][relativePath:testing/itest/ws/endpoint-references], hudson.maven.MavenModule@3ae9d4a2[Tuscany-2x/org.apache.tuscany.sca:itest-ws-endpoints][Tuscany-2x/org.apache.tuscany.sca:itest-ws-endpoints][relativePath:testing/itest/ws/endpoints], hudson.maven.MavenModule@4d86f5e5[Tuscany-2x/org.apache.tuscany.sca:itest-ws-external-client][Tuscany-2x/org.apache.tuscany.sca:itest-ws-external-client][relativePath:testing/itest/ws/external-client], hudson.maven.MavenModule@5779b526[Tuscany-2x/org.apache.tuscany.sca:itest-ws-external-service][Tuscany-2x/org.apache.tuscany.sca:itest-ws-external-service][relativePath:testing/itest/ws/external-service], hudson.maven.MavenModule@7763fea7[Tuscany-2x/org.apache.tuscany.sca:itest-ws-http-ssl][Tuscany-2x/org.apache.tuscany.sca:itest-ws-http-ssl][relativePath:testing/itest/ws/http-ssl], hudson.maven.MavenModule@45e3c32d[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws][relativePath:testing/itest/ws-jaxws], hudson.maven.MavenModule@6c22e333[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-contribution-java-first][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-contribution-java-first][relativePath:testing/itest/ws-jaxws/contribution-java-first], hudson.maven.MavenModule@667260bb[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-contribution-wsdl-first][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-contribution-wsdl-first][relativePath:testing/itest/ws-jaxws/contribution-wsdl-first], hudson.maven.MavenModule@5f2cc988[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-external-client][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-external-client][relativePath:testing/itest/ws-jaxws/external-client], hudson.maven.MavenModule@75633088[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-external-service][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-external-service][relativePath:testing/itest/ws-jaxws/external-service], hudson.maven.MavenModule@43076ced[Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-launcher-ri][Tuscany-2x/org.apache.tuscany.sca:itest-ws-jaxws-launcher-ri][relativePath:testing/itest/ws-jaxws/launcher-ri], hudson.maven.MavenModule@1c805dfc[Tuscany-2x/org.apache.tuscany.sca:itest-ws-launcher-axis2][Tuscany-2x/org.apache.tuscany.sca:itest-ws-launcher-axis2][relativePath:testing/itest/ws/launcher-axis2], hudson.maven.MavenModule@2f9a5a02[Tuscany-2x/org.apache.tuscany.sca:itest-ws-wsdl][Tuscany-2x/org.apache.tuscany.sca:itest-ws-wsdl][relativePath:testing/itest/ws/wsdl], hudson.maven.MavenModule@3e8b51b8[Tuscany-2x/org.apache.tuscany.sca:itest-ws-wsdlgen][Tuscany-2x/org.apache.tuscany.sca:itest-ws-wsdlgen][relativePath:testing/itest/ws/wsdlgen], hudson.maven.MavenModule@2ca2271c[Tuscany-2x/org.apache.tuscany.sca:itest-ws-wspolicy][Tuscany-2x/org.apache.tuscany.sca:itest-ws-wspolicy][relativePath:testing/itest/ws/wspolicy], hudson.maven.MavenModule@14f35f31[Tuscany-2x/org.apache.tuscany.sca:sample-binding-extension][Tuscany-2x/org.apache.tuscany.sca:sample-binding-extension][relativePath:samples/extending-tuscany/binding-sample], hudson.maven.MavenModule@75ee94b5[Tuscany-2x/org.apache.tuscany.sca:sample-binding-jms-helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-binding-jms-helloworld-webapp][relativePath:samples/learning-more/binding-jms/helloworld-webapp], hudson.maven.MavenModule@2653390[Tuscany-2x/org.apache.tuscany.sca:sample-binding-jsonrpc-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-jsonrpc-calculator-contribution][relativePath:samples/learning-more/binding-jsonrpc/calculator-contribution], hudson.maven.MavenModule@421c342a[Tuscany-2x/org.apache.tuscany.sca:sample-binding-jsonrpc-calculator-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-binding-jsonrpc-calculator-webapp][relativePath:samples/learning-more/binding-jsonrpc/calculator-webapp], hudson.maven.MavenModule@49a4d34e[Tuscany-2x/org.apache.tuscany.sca:sample-binding-rmi-calculator-reference-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-rmi-calculator-reference-contribution][relativePath:samples/learning-more/binding-rmi/calculator-reference-contribution], hudson.maven.MavenModule@642ccba7[Tuscany-2x/org.apache.tuscany.sca:sample-binding-rmi-calculator-service-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-rmi-calculator-service-contribution][relativePath:samples/learning-more/binding-rmi/calculator-service-contribution], hudson.maven.MavenModule@38ee7452[Tuscany-2x/org.apache.tuscany.sca:sample-binding-sca-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-sca-calculator-contribution][relativePath:samples/learning-more/binding-sca/calculator-contribution], hudson.maven.MavenModule@2f16d0b1[Tuscany-2x/org.apache.tuscany.sca:sample-binding-ws-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-binding-ws-calculator-contribution][relativePath:samples/learning-more/binding-ws/calculator-contribution], hudson.maven.MavenModule@2df2c9e[Tuscany-2x/org.apache.tuscany.sca:sample-callback-api-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-callback-api-contribution][relativePath:samples/getting-started/callback-api], hudson.maven.MavenModule@9ea3a8b[Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-calculator][Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-calculator][relativePath:samples/learning-more/implementation-osgi/dosgi-calculator], hudson.maven.MavenModule@70a980c2[Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-calculator-operations][Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-calculator-operations][relativePath:samples/learning-more/implementation-osgi/dosgi-calculator-operations], hudson.maven.MavenModule@8447a57[Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-dynamic-calculator][Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-dynamic-calculator][relativePath:samples/learning-more/distributed-osgi/dosgi-dynamic-calculator], hudson.maven.MavenModule@47bbe9fe[Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-dynamic-calculator-operations][Tuscany-2x/org.apache.tuscany.sca:sample-dosgi-dynamic-calculator-operations][relativePath:samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations], hudson.maven.MavenModule@1ff477d[Tuscany-2x/org.apache.tuscany.sca:sample-helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-helloworld-contribution][relativePath:samples/getting-started/helloworld-contribution], hudson.maven.MavenModule@1eae6091[Tuscany-2x/org.apache.tuscany.sca:sample-helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-helloworld-webapp][relativePath:samples/getting-started/helloworld-webapp], hudson.maven.MavenModule@4a45df53[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-bpel-helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-bpel-helloworld-contribution][relativePath:samples/learning-more/implementation-bpel/helloworld-bpel-contribution], hudson.maven.MavenModule@3148e83d[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-bpel-helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-bpel-helloworld-webapp][relativePath:samples/learning-more/implementation-bpel/helloworld-bpel-webapp], hudson.maven.MavenModule@29871612[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-composite-helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-composite-helloworld-contribution][relativePath:samples/learning-more/implementation-composite/helloworld-recursive], hudson.maven.MavenModule@63ba0d0a[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-composite-helloworld-ws-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-composite-helloworld-ws-contribution][relativePath:samples/learning-more/implementation-composite/helloworld-recursive-ws], hudson.maven.MavenModule@4bae3eac[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-extension][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-extension][relativePath:samples/extending-tuscany/implementation-sample], hudson.maven.MavenModule@1c94b505[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-java-calculator-async-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-java-calculator-async-contribution][relativePath:samples/learning-more/async/calculator-contribution], hudson.maven.MavenModule@66f869eb[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-java-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-java-calculator-contribution][relativePath:samples/learning-more/implementation-java/calculator-contribution], hudson.maven.MavenModule@3ef1f81d[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-script-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-script-calculator-contribution][relativePath:samples/learning-more/implementation-script/calculator-contribution], hudson.maven.MavenModule@7fd85833[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-spring-helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-spring-helloworld-contribution][relativePath:samples/learning-more/implementation-spring/helloworld-spring-contribution], hudson.maven.MavenModule@5486bdd7[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-spring-helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-spring-helloworld-webapp][relativePath:samples/learning-more/implementation-spring/helloworld-spring-webapp], hudson.maven.MavenModule@5a19999b[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-jaxrs-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-jaxrs-webapp][relativePath:samples/learning-more/implementation-web/helloworld-jaxrs], hudson.maven.MavenModule@46b3bd53[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-js-client-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-js-client-webapp][relativePath:samples/learning-more/implementation-web/helloworld-js-client], hudson.maven.MavenModule@4252b868[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-jsf-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-jsf-webapp][relativePath:samples/learning-more/implementation-web/helloworld-jsf], hudson.maven.MavenModule@44c8d5dc[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-servlet-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-servlet-webapp][relativePath:samples/learning-more/implementation-web/helloworld-servlet], hudson.maven.MavenModule@5d5081cb[Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-stripes-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-implementation-web-helloworld-stripes-webapp][relativePath:samples/learning-more/implementation-web/helloworld-stripes], hudson.maven.MavenModule@50796649[Tuscany-2x/org.apache.tuscany.sca:sample-launcher-embedded-jse][Tuscany-2x/org.apache.tuscany.sca:sample-launcher-embedded-jse][relativePath:samples/running-tuscany/embedded-jse], hudson.maven.MavenModule@522a6be5[Tuscany-2x/org.apache.tuscany.sca:sample-launcher-embedded-osgi][Tuscany-2x/org.apache.tuscany.sca:sample-launcher-embedded-osgi][relativePath:samples/running-tuscany/embedded-osgi], hudson.maven.MavenModule@5f11b187[Tuscany-2x/org.apache.tuscany.sca:sample-launcher-shell][Tuscany-2x/org.apache.tuscany.sca:sample-launcher-shell][relativePath:samples/running-tuscany/shell], hudson.maven.MavenModule@29e46d4[Tuscany-2x/org.apache.tuscany.sca:sample-maven-junit-calculator-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-maven-junit-calculator-contribution][relativePath:samples/running-tuscany/maven-junit/calculator-contribution], hudson.maven.MavenModule@653c09a3[Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit][Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit][relativePath:samples/running-tuscany/maven-osgi-junit], hudson.maven.MavenModule@489ce041[Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit-calculator-osgi][Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit-calculator-osgi][relativePath:samples/running-tuscany/maven-osgi-junit/calculator-osgi], hudson.maven.MavenModule@3346f0a5[Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit-calculator-rest-osgi][Tuscany-2x/org.apache.tuscany.sca:sample-maven-osgi-junit-calculator-rest-osgi][relativePath:samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi], hudson.maven.MavenModule@7660faef[Tuscany-2x/org.apache.tuscany.sca:sample-sca-client-calculator][Tuscany-2x/org.apache.tuscany.sca:sample-sca-client-calculator][relativePath:samples/learning-more/sca-client/calculator-scaclient], hudson.maven.MavenModule@58fa9da0[Tuscany-2x/org.apache.tuscany.sca:sample-sca-client-helloworld][Tuscany-2x/org.apache.tuscany.sca:sample-sca-client-helloworld][relativePath:samples/learning-more/sca-client/helloworld-scaclient], hudson.maven.MavenModule@2d82a103[Tuscany-2x/org.apache.tuscany.sca:sample-sca-scopes-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-sca-scopes-contribution][relativePath:samples/getting-started/sca-scopes], hudson.maven.MavenModule@5b18e34c[Tuscany-2x/org.apache.tuscany.sca:sample-scdl-include-contribution][Tuscany-2x/org.apache.tuscany.sca:sample-scdl-include-contribution][relativePath:samples/getting-started/scdl-include-contribution], hudson.maven.MavenModule@3ef2c14d[Tuscany-2x/org.apache.tuscany.sca:sample-store][Tuscany-2x/org.apache.tuscany.sca:sample-store][relativePath:samples/applications/store], hudson.maven.MavenModule@3370c684[Tuscany-2x/org.apache.tuscany.sca:sample-store-webapp][Tuscany-2x/org.apache.tuscany.sca:sample-store-webapp][relativePath:samples/applications/store-webapp], hudson.maven.MavenModule@30f91e7e[Tuscany-2x/org.apache.tuscany.sca:sample-tuscany-async][Tuscany-2x/org.apache.tuscany.sca:sample-tuscany-async][relativePath:samples/learning-more/async], hudson.maven.MavenModule@49b5b628[Tuscany-2x/org.apache.tuscany.sca:tuscany-archetype][Tuscany-2x/org.apache.tuscany.sca:tuscany-archetype][relativePath:maven/archetypes], hudson.maven.MavenModule@38ca21e6[Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly][Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly][relativePath:modules/assembly], hudson.maven.MavenModule@5e77a02a[Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly-xml][Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly-xml][relativePath:modules/assembly-xml], hudson.maven.MavenModule@7fb455d9[Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly-xsd][Tuscany-2x/org.apache.tuscany.sca:tuscany-assembly-xsd][relativePath:modules/assembly-xsd], hudson.maven.MavenModule@18705b0f[Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime][relativePath:modules/base-runtime], hudson.maven.MavenModule@786a4251[Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime-nodep][Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime-nodep][relativePath:distribution/aggregations/base-runtime-nodep], hudson.maven.MavenModule@828119a[Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime-pom][Tuscany-2x/org.apache.tuscany.sca:tuscany-base-runtime-pom][relativePath:modules/base-runtime-pom], hudson.maven.MavenModule@7e9b99a4[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-archetype][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-archetype][relativePath:maven/archetypes/binding], hudson.maven.MavenModule@19841eec[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom][relativePath:modules/binding-atom], hudson.maven.MavenModule@3340fb50[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom-js-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom-js-dojo][relativePath:modules/binding-atom-js-dojo], hudson.maven.MavenModule@310a250a[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-atom-runtime][relativePath:modules/binding-atom-runtime], hudson.maven.MavenModule@1105ccad[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-comet][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-comet][relativePath:modules/binding-comet], hudson.maven.MavenModule@6f335b79[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-comet-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-comet-runtime][relativePath:modules/binding-comet-runtime], hudson.maven.MavenModule@13c07a96[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-corba][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-corba][relativePath:modules/binding-corba], hudson.maven.MavenModule@41b017fb[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-corba-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-corba-runtime][relativePath:modules/binding-corba-runtime], hudson.maven.MavenModule@ff6816e[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ejb][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ejb][relativePath:modules/binding-ejb], hudson.maven.MavenModule@ab64f2[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ejb-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ejb-runtime][relativePath:modules/binding-ejb-runtime], hudson.maven.MavenModule@74704c35[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-http][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-http][relativePath:modules/binding-http], hudson.maven.MavenModule@789b674b[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-http-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-http-runtime][relativePath:modules/binding-http-runtime], hudson.maven.MavenModule@229aaac9[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms][relativePath:modules/binding-jms], hudson.maven.MavenModule@584283de[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms-runtime][relativePath:modules/binding-jms-runtime], hudson.maven.MavenModule@76df9116[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms-runtime-activemq][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jms-runtime-activemq][relativePath:modules/binding-jms-runtime-activemq], hudson.maven.MavenModule@4fae7852[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonp][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonp][relativePath:modules/binding-jsonp], hudson.maven.MavenModule@475d785c[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonp-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonp-runtime][relativePath:modules/binding-jsonp-runtime], hudson.maven.MavenModule@4989049e[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc][relativePath:modules/binding-jsonrpc], hudson.maven.MavenModule@14ba9df8[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc-js-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc-js-dojo][relativePath:modules/binding-jsonrpc-js-dojo], hudson.maven.MavenModule@428e46c9[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-jsonrpc-runtime][relativePath:modules/binding-jsonrpc-runtime], hudson.maven.MavenModule@ac95842[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest][relativePath:modules/binding-rest], hudson.maven.MavenModule@67d90f69[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest-js-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest-js-dojo][relativePath:modules/binding-rest-js-dojo], hudson.maven.MavenModule@28c15a96[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rest-runtime][relativePath:modules/binding-rest-runtime], hudson.maven.MavenModule@2e2242c1[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rmi][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rmi][relativePath:modules/binding-rmi], hudson.maven.MavenModule@4b4ca490[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rmi-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-rmi-runtime][relativePath:modules/binding-rmi-runtime], hudson.maven.MavenModule@14c8108f[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-sca-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-sca-runtime][relativePath:modules/binding-sca-runtime], hudson.maven.MavenModule@5ab726f1[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-websocket][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-websocket][relativePath:modules/binding-websocket], hudson.maven.MavenModule@2e5dc6be[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws][relativePath:modules/binding-ws], hudson.maven.MavenModule@ea2fbba[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-axis2][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-axis2][relativePath:modules/binding-ws-runtime-axis2], hudson.maven.MavenModule@6e3c77d7[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws][relativePath:modules/binding-ws-runtime-jaxws], hudson.maven.MavenModule@43dffccb[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws-ri][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws-ri][relativePath:modules/binding-ws-runtime-jaxws-ri], hudson.maven.MavenModule@264d963d[Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-wsdlgen][Tuscany-2x/org.apache.tuscany.sca:tuscany-binding-ws-wsdlgen][relativePath:modules/binding-ws-wsdlgen], hudson.maven.MavenModule@2fc29270[Tuscany-2x/org.apache.tuscany.sca:tuscany-builder][Tuscany-2x/org.apache.tuscany.sca:tuscany-builder][relativePath:modules/builder], hudson.maven.MavenModule@f1c0f8f[Tuscany-2x/org.apache.tuscany.sca:tuscany-common-http][Tuscany-2x/org.apache.tuscany.sca:tuscany-common-http][relativePath:modules/common-http], hudson.maven.MavenModule@7b417d08[Tuscany-2x/org.apache.tuscany.sca:tuscany-common-java][Tuscany-2x/org.apache.tuscany.sca:tuscany-common-java][relativePath:modules/common-java], hudson.maven.MavenModule@877d770[Tuscany-2x/org.apache.tuscany.sca:tuscany-common-xml][Tuscany-2x/org.apache.tuscany.sca:tuscany-common-xml][relativePath:modules/common-xml], hudson.maven.MavenModule@73e0fe67[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-assembly][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-assembly][relativePath:testing/compliance-tests/assembly], hudson.maven.MavenModule@385e57a0[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-binding-jms][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-binding-jms][relativePath:testing/compliance-tests/binding-jms], hudson.maven.MavenModule@39cae649[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-binding-ws][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-binding-ws][relativePath:testing/compliance-tests/binding-ws], hudson.maven.MavenModule@37d4e043[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-java-caa][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-java-caa][relativePath:testing/compliance-tests/java-caa], hudson.maven.MavenModule@78cf6b57[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-java-ci][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-java-ci][relativePath:testing/compliance-tests/java-ci], hudson.maven.MavenModule@79905ab7[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-policy][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-test-policy][relativePath:testing/compliance-tests/policy], hudson.maven.MavenModule@7433e2ba[Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-tests][Tuscany-2x/org.apache.tuscany.sca:tuscany-compliance-tests][relativePath:testing/compliance-tests], hudson.maven.MavenModule@7a6a5cef[Tuscany-2x/org.apache.tuscany.sca:tuscany-composite-diagram][Tuscany-2x/org.apache.tuscany.sca:tuscany-composite-diagram][relativePath:modules/composite-diagram], hudson.maven.MavenModule@5cfb8db2[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution][relativePath:modules/contribution], hudson.maven.MavenModule@713d0cf[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-jar][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-jar][relativePath:maven/archetypes/contribution-jar], hudson.maven.MavenModule@25f1c9aa[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-osgi][relativePath:modules/contribution-osgi], hudson.maven.MavenModule@24eecb5c[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-resource][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-resource][relativePath:modules/contribution-resource], hudson.maven.MavenModule@396917f5[Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-zip][Tuscany-2x/org.apache.tuscany.sca:tuscany-contribution-zip][relativePath:maven/archetypes/contribution-zip], hudson.maven.MavenModule@22a3f345[Tuscany-2x/org.apache.tuscany.sca:tuscany-core][Tuscany-2x/org.apache.tuscany.sca:tuscany-core][relativePath:modules/core], hudson.maven.MavenModule@39b848c7[Tuscany-2x/org.apache.tuscany.sca:tuscany-core-databinding][Tuscany-2x/org.apache.tuscany.sca:tuscany-core-databinding][relativePath:modules/core-databinding], hudson.maven.MavenModule@71b21e6b[Tuscany-2x/org.apache.tuscany.sca:tuscany-core-runtime-pom][Tuscany-2x/org.apache.tuscany.sca:tuscany-core-runtime-pom][relativePath:modules/core-runtime-pom], hudson.maven.MavenModule@64eb3d1d[Tuscany-2x/org.apache.tuscany.sca:tuscany-core-spi][Tuscany-2x/org.apache.tuscany.sca:tuscany-core-spi][relativePath:modules/core-spi], hudson.maven.MavenModule@ff96eae[Tuscany-2x/org.apache.tuscany.sca:tuscany-data-api][Tuscany-2x/org.apache.tuscany.sca:tuscany-data-api][relativePath:modules/data-api], hudson.maven.MavenModule@40d169b3[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding][relativePath:modules/databinding], hudson.maven.MavenModule@74728803[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-axiom][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-axiom][relativePath:modules/databinding-axiom], hudson.maven.MavenModule@b3fb8af[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-jaxb][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-jaxb][relativePath:modules/databinding-jaxb], hudson.maven.MavenModule@475eeee[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-jaxb-axiom][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-jaxb-axiom][relativePath:modules/databinding-jaxb-axiom], hudson.maven.MavenModule@5a994d8b[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-json][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-json][relativePath:modules/databinding-json], hudson.maven.MavenModule@6b20f25[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-sdo][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-sdo][relativePath:modules/databinding-sdo], hudson.maven.MavenModule@14004992[Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-sdo-axiom][Tuscany-2x/org.apache.tuscany.sca:tuscany-databinding-sdo-axiom][relativePath:modules/databinding-sdo-axiom], hudson.maven.MavenModule@1ede1a80[Tuscany-2x/org.apache.tuscany.sca:tuscany-deployment][Tuscany-2x/org.apache.tuscany.sca:tuscany-deployment][relativePath:modules/deployment], hudson.maven.MavenModule@79dd955[Tuscany-2x/org.apache.tuscany.sca:tuscany-diagram-plugin][Tuscany-2x/org.apache.tuscany.sca:tuscany-diagram-plugin][relativePath:maven/tuscany-diagram-plugin], hudson.maven.MavenModule@c275f5b[Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution][Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution][relativePath:distribution], hudson.maven.MavenModule@6ce55598[Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-all][Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-all][relativePath:distribution/all], hudson.maven.MavenModule@4456a602[Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-tomcat][Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-tomcat][relativePath:distribution/tomcat], hudson.maven.MavenModule@14acf05b[Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-tomcat-testing][Tuscany-2x/org.apache.tuscany.sca:tuscany-distribution-tomcat-testing][relativePath:distribution/tomcat/testing], hudson.maven.MavenModule@65d7f0f7[Tuscany-2x/org.apache.tuscany.sca:tuscany-domain-hazelcast][Tuscany-2x/org.apache.tuscany.sca:tuscany-domain-hazelcast][relativePath:modules/domain-hazelcast], hudson.maven.MavenModule@440d1c5d[Tuscany-2x/org.apache.tuscany.sca:tuscany-domain-node][Tuscany-2x/org.apache.tuscany.sca:tuscany-domain-node][relativePath:modules/domain-node], hudson.maven.MavenModule@38c14092[Tuscany-2x/org.apache.tuscany.sca:tuscany-endpoint-tribes][Tuscany-2x/org.apache.tuscany.sca:tuscany-endpoint-tribes][relativePath:modules/endpoint-tribes], hudson.maven.MavenModule@17764e5a[Tuscany-2x/org.apache.tuscany.sca:tuscany-extensibility][Tuscany-2x/org.apache.tuscany.sca:tuscany-extensibility][relativePath:modules/extensibility], hudson.maven.MavenModule@581202be[Tuscany-2x/org.apache.tuscany.sca:tuscany-extensibility-equinox][Tuscany-2x/org.apache.tuscany.sca:tuscany-extensibility-equinox][relativePath:modules/extensibility-equinox], hudson.maven.MavenModule@672351e[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature][relativePath:features], hudson.maven.MavenModule@33fd47e0[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-all][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-all][relativePath:features/all], hudson.maven.MavenModule@3979ddca[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-api][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-api][relativePath:features/api], hudson.maven.MavenModule@6fd01640[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-core][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-core][relativePath:features/core], hudson.maven.MavenModule@4664fd19[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-ejava][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-ejava][relativePath:features/ejava], hudson.maven.MavenModule@1024986a[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-osgi][relativePath:features/osgi], hudson.maven.MavenModule@52925f6d[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-process][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-process][relativePath:features/process], hudson.maven.MavenModule@7b71775[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-sdo][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-sdo][relativePath:features/sdo], hudson.maven.MavenModule@5650648[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-web20][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-web20][relativePath:features/web20], hudson.maven.MavenModule@2b7f63bc[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-webapp][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-webapp][relativePath:features/webapp], hudson.maven.MavenModule@386ce1f3[Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-webservice][Tuscany-2x/org.apache.tuscany.sca:tuscany-feature-webservice][relativePath:features/webservice], hudson.maven.MavenModule@74663575[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba][relativePath:modules/host-corba], hudson.maven.MavenModule@623fd006[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jee][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jee][relativePath:modules/host-corba-jee], hudson.maven.MavenModule@4b726c4e[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jse][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jse][relativePath:modules/host-corba-jse], hudson.maven.MavenModule@45249b94[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jse-tns][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-corba-jse-tns][relativePath:modules/host-corba-jse-tns], hudson.maven.MavenModule@66623502[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-http][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-http][relativePath:modules/host-http], hudson.maven.MavenModule@39864ad1[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-http-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-http-osgi][relativePath:modules/host-http-osgi], hudson.maven.MavenModule@1f99fcd8[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-jetty][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-jetty][relativePath:modules/host-jetty], hudson.maven.MavenModule@36a6d91d[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-rmi][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-rmi][relativePath:modules/host-rmi], hudson.maven.MavenModule@3f81af3[Tuscany-2x/org.apache.tuscany.sca:tuscany-host-webapp][Tuscany-2x/org.apache.tuscany.sca:tuscany-host-webapp][relativePath:modules/host-webapp], hudson.maven.MavenModule@15b1498e[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-bpel][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-bpel][relativePath:modules/implementation-bpel], hudson.maven.MavenModule@2a5414c2[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-bpel-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-bpel-runtime][relativePath:modules/implementation-bpel-runtime], hudson.maven.MavenModule@761ee243[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-java][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-java][relativePath:modules/implementation-java], hudson.maven.MavenModule@6598d94a[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-java-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-java-runtime][relativePath:modules/implementation-java-runtime], hudson.maven.MavenModule@15e1bd62[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-jaxrs][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-jaxrs][relativePath:modules/implementation-jaxrs], hudson.maven.MavenModule@17587827[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-jaxrs-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-jaxrs-runtime][relativePath:modules/implementation-jaxrs-runtime], hudson.maven.MavenModule@3138546a[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-osgi][relativePath:modules/implementation-osgi], hudson.maven.MavenModule@692e1464[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-osgi-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-osgi-runtime][relativePath:modules/implementation-osgi-runtime], hudson.maven.MavenModule@503ce72e[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-python][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-python][relativePath:modules/implementation-python], hudson.maven.MavenModule@4e6da629[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-python-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-python-runtime][relativePath:modules/implementation-python-runtime], hudson.maven.MavenModule@b7f5f9[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-script][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-script][relativePath:modules/implementation-script], hudson.maven.MavenModule@2d75aecd[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-script-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-script-runtime][relativePath:modules/implementation-script-runtime], hudson.maven.MavenModule@9272c0c[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring][relativePath:modules/implementation-spring], hudson.maven.MavenModule@6abccc85[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-runtime][relativePath:modules/implementation-spring-runtime], hudson.maven.MavenModule@11176682[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-stub][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-stub][relativePath:modules/implementation-spring-stub], hudson.maven.MavenModule@174ae992[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-tie][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-tie][relativePath:modules/implementation-spring-tie], hudson.maven.MavenModule@372c7c30[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-webapp][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-spring-webapp][relativePath:modules/implementation-spring-webapp], hudson.maven.MavenModule@498d4f9c[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web][relativePath:modules/implementation-web], hudson.maven.MavenModule@5c65b07d[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web-client][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web-client][relativePath:modules/implementation-web-client], hudson.maven.MavenModule@18260def[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-web-runtime][relativePath:modules/implementation-web-runtime], hudson.maven.MavenModule@6a5cd24b[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget][relativePath:modules/implementation-widget], hudson.maven.MavenModule@73f2707a[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget-runtime][relativePath:modules/implementation-widget-runtime], hudson.maven.MavenModule@31b6950e[Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget-runtime-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-implementation-widget-runtime-dojo][relativePath:modules/implementation-widget-runtime-dojo], hudson.maven.MavenModule@49f3e3a1[Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java][Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java][relativePath:modules/interface-java], hudson.maven.MavenModule@2ae584f5[Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java-jaxrs][Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java-jaxrs][relativePath:modules/interface-java-jaxrs], hudson.maven.MavenModule@427c06d3[Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java-jaxws][Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-java-jaxws][relativePath:modules/interface-java-jaxws], hudson.maven.MavenModule@5ca428be[Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-wsdl][Tuscany-2x/org.apache.tuscany.sca:tuscany-interface-wsdl][relativePath:modules/interface-wsdl], hudson.maven.MavenModule@1d6f0176[Tuscany-2x/org.apache.tuscany.sca:tuscany-itest][Tuscany-2x/org.apache.tuscany.sca:tuscany-itest][relativePath:testing/itest], hudson.maven.MavenModule@62c8f912[Tuscany-2x/org.apache.tuscany.sca:tuscany-launcher][Tuscany-2x/org.apache.tuscany.sca:tuscany-launcher][relativePath:modules/launcher], hudson.maven.MavenModule@78583f68[Tuscany-2x/org.apache.tuscany.sca:tuscany-maven-plugin][Tuscany-2x/org.apache.tuscany.sca:tuscany-maven-plugin][relativePath:maven/tuscany-maven-plugin], hudson.maven.MavenModule@69ab0291[Tuscany-2x/org.apache.tuscany.sca:tuscany-modules][Tuscany-2x/org.apache.tuscany.sca:tuscany-modules][relativePath:modules], hudson.maven.MavenModule@5a35b3c9[Tuscany-2x/org.apache.tuscany.sca:tuscany-monitor][Tuscany-2x/org.apache.tuscany.sca:tuscany-monitor][relativePath:modules/monitor], hudson.maven.MavenModule@7bae7f63[Tuscany-2x/org.apache.tuscany.sca:tuscany-myfaces][Tuscany-2x/org.apache.tuscany.sca:tuscany-myfaces][relativePath:modules/myfaces], hudson.maven.MavenModule@7d2d7c04[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-api][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-api][relativePath:modules/node-api], hudson.maven.MavenModule@35292ad0[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-impl][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-impl][relativePath:modules/node-impl], hudson.maven.MavenModule@21b9d8f4[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-impl-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-impl-osgi][relativePath:modules/node-impl-osgi], hudson.maven.MavenModule@30528c78[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-launcher][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-launcher][relativePath:modules/node-launcher], hudson.maven.MavenModule@7b843310[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-launcher-equinox][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-launcher-equinox][relativePath:modules/node-launcher-equinox], hudson.maven.MavenModule@24349eca[Tuscany-2x/org.apache.tuscany.sca:tuscany-node-manager][Tuscany-2x/org.apache.tuscany.sca:tuscany-node-manager][relativePath:modules/node-manager], hudson.maven.MavenModule@7aa4f257[Tuscany-2x/org.apache.tuscany.sca:tuscany-osgi-runtime-pom][Tuscany-2x/org.apache.tuscany.sca:tuscany-osgi-runtime-pom][relativePath:modules/osgi-runtime-pom], hudson.maven.MavenModule@63226ca8[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-archetype][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-archetype][relativePath:maven/archetypes/policy], hudson.maven.MavenModule@690bbc70[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-logging][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-logging][relativePath:modules/policy-logging], hudson.maven.MavenModule@18092f1[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-security][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-security][relativePath:modules/policy-security], hudson.maven.MavenModule@202f0cfc[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-security-jsr250][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-security-jsr250][relativePath:modules/policy-security-jsr250], hudson.maven.MavenModule@70fd84e5[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction][relativePath:modules/policy-transaction], hudson.maven.MavenModule@14201057[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction-runtime][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction-runtime][relativePath:modules/policy-transaction-runtime], hudson.maven.MavenModule@4510ca13[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction-runtime-geronimo][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-transaction-runtime-geronimo][relativePath:modules/policy-transaction-runtime-geronimo], hudson.maven.MavenModule@5142c8d1[Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-wspolicy][Tuscany-2x/org.apache.tuscany.sca:tuscany-policy-wspolicy][relativePath:modules/policy-wspolicy], hudson.maven.MavenModule@778e3b04[Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart][Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart][relativePath:maven/archetypes/quickstart], hudson.maven.MavenModule@1ac4c0ee[Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-bpel][Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-bpel][relativePath:maven/archetypes/quickstart-bpel], hudson.maven.MavenModule@6b5656fc[Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-jsf][Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-jsf][relativePath:maven/archetypes/quickstart-jsf], hudson.maven.MavenModule@7168f171[Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-stripes][Tuscany-2x/org.apache.tuscany.sca:tuscany-quickstart-stripes][relativePath:maven/archetypes/quickstart-stripes], hudson.maven.MavenModule@5b82ebc2[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-jms][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-jms][relativePath:samples/learning-more/binding-jms], hudson.maven.MavenModule@70443c7d[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-jsonrpc][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-jsonrpc][relativePath:samples/learning-more/binding-jsonrpc], hudson.maven.MavenModule@fdf6c20[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-rmi][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-rmi][relativePath:samples/learning-more/binding-rmi], hudson.maven.MavenModule@1533b104[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-sca][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-sca][relativePath:samples/learning-more/binding-sca], hudson.maven.MavenModule@74aa887b[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-ws][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-binding-ws][relativePath:samples/learning-more/binding-ws], hudson.maven.MavenModule@67e67f13[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-bpel][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-bpel][relativePath:samples/learning-more/implementation-bpel], hudson.maven.MavenModule@4da0edaf[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-java][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-java][relativePath:samples/learning-more/implementation-java], hudson.maven.MavenModule@54a3fa[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-script][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-implementation-script][relativePath:samples/learning-more/implementation-script], hudson.maven.MavenModule@34d97241[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-logging-scribe][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-logging-scribe][relativePath:samples/applications/logging-scribe], hudson.maven.MavenModule@2fdc2482[Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-maven-junit][Tuscany-2x/org.apache.tuscany.sca:tuscany-sample-maven-junit][relativePath:samples/running-tuscany/maven-junit], hudson.maven.MavenModule@20c36be2[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples][relativePath:distribution/samples], hudson.maven.MavenModule@1de0eb5a[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-applications][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-applications][relativePath:samples/applications], hudson.maven.MavenModule@197b7109[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-binding-jsonrpc][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-binding-jsonrpc][relativePath:samples/learning-more/binding-jsonrpc], hudson.maven.MavenModule@773a12f0[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-distributed-osgi][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-distributed-osgi][relativePath:samples/learning-more/distributed-osgi], hudson.maven.MavenModule@5b187b7[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-distributed-osgi-static][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-distributed-osgi-static][relativePath:samples/learning-more/implementation-osgi], hudson.maven.MavenModule@4a45024c[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-extending-tuscany][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-extending-tuscany][relativePath:samples/extending-tuscany], hudson.maven.MavenModule@7899f1ab[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-getting-started-contributions][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-getting-started-contributions][relativePath:samples/getting-started], hudson.maven.MavenModule@42c94f68[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-bpel][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-bpel][relativePath:samples/learning-more/implementation-bpel], hudson.maven.MavenModule@2e7c5719[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-composite][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-composite][relativePath:samples/learning-more/implementation-composite], hudson.maven.MavenModule@653a4226[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-spring][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implememtation-spring][relativePath:samples/learning-more/implementation-spring], hudson.maven.MavenModule@53cd00b5[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-composite][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-composite][relativePath:samples/learning-more/implementation-composite], hudson.maven.MavenModule@37e9960e[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-spring][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-spring][relativePath:samples/learning-more/implementation-spring], hudson.maven.MavenModule@487a8dcf[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-webapp][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-implementation-webapp][relativePath:samples/learning-more/implementation-web], hudson.maven.MavenModule@65f43635[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-learning-more][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-learning-more][relativePath:samples/learning-more], hudson.maven.MavenModule@41305de[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-running-tuscany][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-running-tuscany][relativePath:samples/running-tuscany], hudson.maven.MavenModule@7ce633e8[Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-sca-client][Tuscany-2x/org.apache.tuscany.sca:tuscany-samples-sca-client][relativePath:samples/learning-more/sca-client], hudson.maven.MavenModule@7ddfd33b[Tuscany-2x/org.apache.tuscany.sca:tuscany-sca][Tuscany-2x/org.apache.tuscany.sca:tuscany-sca][relativePath:], hudson.maven.MavenModule@71a5070c[Tuscany-2x/org.apache.tuscany.sca:tuscany-sca-api][Tuscany-2x/org.apache.tuscany.sca:tuscany-sca-api][relativePath:modules/sca-api], hudson.maven.MavenModule@971df1e[Tuscany-2x/org.apache.tuscany.sca:tuscany-sca-client-impl][Tuscany-2x/org.apache.tuscany.sca:tuscany-sca-client-impl][relativePath:modules/sca-client-impl], hudson.maven.MavenModule@12ef2f6a[Tuscany-2x/org.apache.tuscany.sca:tuscany-shell][Tuscany-2x/org.apache.tuscany.sca:tuscany-shell][relativePath:modules/shell], hudson.maven.MavenModule@1511e1dc[Tuscany-2x/org.apache.tuscany.sca:tuscany-stripes][Tuscany-2x/org.apache.tuscany.sca:tuscany-stripes][relativePath:modules/stripes], hudson.maven.MavenModule@49033d52[Tuscany-2x/org.apache.tuscany.sca:tuscany-tomcat-hook][Tuscany-2x/org.apache.tuscany.sca:tuscany-tomcat-hook][relativePath:distribution/tomcat/tomcat-hook], hudson.maven.MavenModule@73aef7f0[Tuscany-2x/org.apache.tuscany.sca:tuscany-tomcat-servlet][Tuscany-2x/org.apache.tuscany.sca:tuscany-tomcat-servlet][relativePath:distribution/tomcat/tomcat-servlet], hudson.maven.MavenModule@6417e8e5[Tuscany-2x/org.apache.tuscany.sca:tuscany-tracing-aspectj][Tuscany-2x/org.apache.tuscany.sca:tuscany-tracing-aspectj][relativePath:modules/tracing-aspectj], hudson.maven.MavenModule@5dbb45b9[Tuscany-2x/org.apache.tuscany.sca:tuscany-war][Tuscany-2x/org.apache.tuscany.sca:tuscany-war][relativePath:distribution/tomcat/tomcat-war], hudson.maven.MavenModule@31dea4c2[Tuscany-2x/org.apache.tuscany.sca:tuscany-web-javascript][Tuscany-2x/org.apache.tuscany.sca:tuscany-web-javascript][relativePath:modules/web-javascript], hudson.maven.MavenModule@1012d622[Tuscany-2x/org.apache.tuscany.sca:tuscany-web-javascript-dojo][Tuscany-2x/org.apache.tuscany.sca:tuscany-web-javascript-dojo][relativePath:modules/web-javascript-dojo], hudson.maven.MavenModule@44a85a6c[Tuscany-2x/org.apache.tuscany.sca:tuscany-wink][Tuscany-2x/org.apache.tuscany.sca:tuscany-wink][relativePath:modules/wink], hudson.maven.MavenModule@8c88bab[Tuscany-2x/org.apache.tuscany.sca:tuscany-xsd][Tuscany-2x/org.apache.tuscany.sca:tuscany-xsd][relativePath:modules/xsd], hudson.maven.MavenModule@26498c0e[Tuscany-2x/org.apache.tuscany.sca:tuscany-zip-contribution-descriptor][Tuscany-2x/org.apache.tuscany.sca:tuscany-zip-contribution-descriptor][relativePath:maven/archetypes/contribution-zip-descriptor], hudson.maven.MavenModule@2689fec5[Tuscany-2x/org.apache.tuscany.sca:war-legal-checks][Tuscany-2x/org.apache.tuscany.sca:war-legal-checks][relativePath:distribution/tomcat/testing/legal-checks], hudson.maven.MavenModule@2db54b47[Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-base-runtime-aggregation][Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-base-runtime-aggregation][relativePath:distribution/aggregations/base-runtime-aggregation], hudson.maven.MavenModule@596139c2[Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-binding-rmi-runtime-aggregation][Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-binding-rmi-runtime-aggregation][relativePath:distribution/aggregations/binding-rmi-runtime-aggregation], hudson.maven.MavenModule@7e171d65[Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-binding-ws-runtime-axis2-aggregation][Tuscany-2x/org.apache.tuscany.sca.aggregation:tuscany-binding-ws-runtime-axis2-aggregation][relativePath:distribution/aggregations/binding-ws-runtime-axis2-aggregation], hudson.maven.MavenModule@1f8b128f[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld][relativePath:samples/getting-started/helloworld], hudson.maven.MavenModule@6d5a0467[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-contribution][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-contribution][relativePath:samples/getting-started/helloworld-contribution], hudson.maven.MavenModule@636f7a76[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jaxrs][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jaxrs][relativePath:samples/getting-started/helloworld-jaxrs], hudson.maven.MavenModule@2bd10bfa[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jsonp][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jsonp][relativePath:samples/getting-started/helloworld-jsonp], hudson.maven.MavenModule@2969608f[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jsonrpc][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-jsonrpc][relativePath:samples/getting-started/helloworld-jsonrpc], hudson.maven.MavenModule@45426186[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-scaclient][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-scaclient][relativePath:samples/getting-started/helloworld-scaclient], hudson.maven.MavenModule@910c7f0[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-spring][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-spring][relativePath:samples/getting-started/helloworld-spring], hudson.maven.MavenModule@2cb66236[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-webapp][relativePath:samples/getting-started/helloworld-webapp], hudson.maven.MavenModule@79e9de28[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-webservice][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-webservice][relativePath:samples/getting-started/helloworld-webservice], hudson.maven.MavenModule@68f8529f[Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-withdeps][Tuscany-2x/org.apache.tuscany.sca.samples:helloworld-withdeps][relativePath:samples/getting-started/helloworld-withdeps], hudson.maven.MavenModule@6f87a90[Tuscany-2x/org.apache.tuscany.sca.samples:jse][Tuscany-2x/org.apache.tuscany.sca.samples:jse][relativePath:samples/running-tuscany/jse], hudson.maven.MavenModule@23368783[Tuscany-2x/org.apache.tuscany.sca.samples:junit][Tuscany-2x/org.apache.tuscany.sca.samples:junit][relativePath:samples/running-tuscany/junit], hudson.maven.MavenModule@50fabb84[Tuscany-2x/org.apache.tuscany.sca.samples:sample-async-invocation][Tuscany-2x/org.apache.tuscany.sca.samples:sample-async-invocation][relativePath:samples/learning-more/async-invocation], hudson.maven.MavenModule@30d73e47[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-autocomplete-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-autocomplete-webapp][relativePath:samples/learning-more/binding-comet/autocomplete-webapp], hudson.maven.MavenModule@339c05e[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-chat-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-chat-webapp][relativePath:samples/learning-more/binding-comet/chat-webapp], hudson.maven.MavenModule@44845cf9[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-pubsub-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-pubsub-webapp][relativePath:samples/learning-more/binding-comet/pubsub-webapp], hudson.maven.MavenModule@4df40293[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-weather-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-comet-weather-webapp][relativePath:samples/learning-more/binding-comet/weather-webapp], hudson.maven.MavenModule@7d2d00a4[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-autocomplete-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-autocomplete-webapp][relativePath:samples/learning-more/binding-websocket/autocomplete-webapp], hudson.maven.MavenModule@15854f30[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-chat-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-chat-webapp][relativePath:samples/learning-more/binding-websocket/chat-webapp], hudson.maven.MavenModule@6311e359[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-pubsub-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-pubsub-webapp][relativePath:samples/learning-more/binding-websocket/pubsub-webapp], hudson.maven.MavenModule@2b651adf[Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-weather-webapp][Tuscany-2x/org.apache.tuscany.sca.samples:sample-binding-websocket-weather-webapp][relativePath:samples/learning-more/binding-websocket/weather-webapp], hudson.maven.MavenModule@7ac73cba[Tuscany-2x/org.apache.tuscany.sca.samples:sample-calculator-bundle][Tuscany-2x/org.apache.tuscany.sca.samples:sample-calculator-bundle][relativePath:samples/learning-more/distributed-osgi-static/calculator-bundle], hudson.maven.MavenModule@2e64164f[Tuscany-2x/org.apache.tuscany.sca.samples:sample-contribution-osgi][Tuscany-2x/org.apache.tuscany.sca.samples:sample-contribution-osgi][relativePath:samples/learning-more/contribution-osgi], hudson.maven.MavenModule@2cf4b454[Tuscany-2x/org.apache.tuscany.sca.samples:sample-operations-bundle][Tuscany-2x/org.apache.tuscany.sca.samples:sample-operations-bundle][relativePath:samples/learning-more/distributed-osgi-static/operations-bundle], hudson.maven.MavenModule@756b0dda[Tuscany-2x/org.apache.tuscany.sca.samples:sample-store][Tuscany-2x/org.apache.tuscany.sca.samples:sample-store][relativePath:samples/applications/store], hudson.maven.MavenModule@475a9f6f[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples][relativePath:samples], hudson.maven.MavenModule@e995502[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-applications][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-applications][relativePath:samples/applications], hudson.maven.MavenModule@4ed528e0[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-binding-comet][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-binding-comet][relativePath:samples/learning-more/binding-comet], hudson.maven.MavenModule@749bfdca[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-binding-websocket][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-binding-websocket][relativePath:samples/learning-more/binding-websocket], hudson.maven.MavenModule@2d331495[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-distributed-osgi-static][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-distributed-osgi-static][relativePath:samples/learning-more/distributed-osgi-static], hudson.maven.MavenModule@748c5961[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-getting-started][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-getting-started][relativePath:samples/getting-started], hudson.maven.MavenModule@2a402b0e[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-learning-more][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-learning-more][relativePath:samples/learning-more], hudson.maven.MavenModule@5acab9cd[Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-running-tuscany][Tuscany-2x/org.apache.tuscany.sca.samples:tuscany-samples-running-tuscany][relativePath:samples/running-tuscany]]
project.getRootModule()=hudson.maven.MavenModule@7ddfd33b[Tuscany-2x/org.apache.tuscany.sca:tuscany-sca][Tuscany-2x/org.apache.tuscany.sca:tuscany-sca][relativePath:]
FATAL: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 06
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 06
	at hudson.remoting.Request.call(Request.java:174)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 06
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:732)
	at hudson.slaves.Channels$1.terminate(Channels.java:77)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.io.StreamCorruptedException: invalid type code: 06
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1374)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1970)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1894)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1777)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

Build failed in Jenkins: Tuscany-2x #1028

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1028/>

------------------------------------------
[...truncated 47597 lines...]
INFO: Add endpoint - binding.ws - http://localhost:8085/myService
May 26, 2013 4:28:17 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldComponent/HelloWorld
May 26, 2013 4:28:17 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 26, 2013 4:28:17 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://localhost:8085/myService
May 26, 2013 4:28:17 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /myService
May 26, 2013 4:28:17 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldComponent/HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.532 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/endpoint-references/target/itest-ws-endpoint-references.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-ws-endpoint-references/2.5-SNAPSHOT/itest-ws-endpoint-references-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA itest WS Holder Input/MultipleOutputs
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.example.orderservice.OrderServiceTestCase
May 26, 2013 4:28:22 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 26, 2013 4:28:22 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
2013-05-26 04:28:24.588:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
May 26, 2013 4:28:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 26, 2013 4:28:24 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 26, 2013 4:28:24 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 26, 2013 4:28:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 26, 2013 4:28:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 26, 2013 4:28:24 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - OrderServiceForwardComponent/OrderService
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> Order returned=Order[customerId=cust2345,orderId=0,total=50000.0,status=Rejected]
>>> return values: retval1 retval2
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Approved]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order returned=Order[customerId=cust3456,orderId=0,total=600.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust3456,orderId=0,total=600.0,status=Created]
>>> Order returned=Order[customerId=null,orderId=0,total=0.0,status=Rejected]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order returned=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust2345,orderId=0,total=50000.0,status=Created]
>>> Order submitted=Order[customerId=cust1234,orderId=0,total=50.0,status=Created]
>>> OrderService.reviewOrder return=Order[customerId=cust1234,orderId=0,total=50.0,status=Approved]
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceComponent/OrderService/sca
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceComponent/OrderService
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceComponent/OrderService
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - OrderServiceForwardComponent/OrderService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.805 sec
Running org.example.orderservice.OrderServiceBareTestCase
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/classes/>
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.26
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@0.0.0.0:8080
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 26, 2013 4:28:25 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 26, 2013 4:28:26 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 26, 2013 4:28:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareComponent/OrderServiceBare
May 26, 2013 4:28:26 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareComponent/OrderServiceBare
May 26, 2013 4:28:26 AM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.ws - http://67.195.138.58:8080/OrderServiceBareForwardComponent/OrderServiceBare
May 26, 2013 4:28:26 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /OrderServiceBareForwardComponent/OrderServiceBare
May 26, 2013 4:28:26 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/holder-ws-service-multiple-outputs/target/itest-holder-ws-service-multiple-outputs.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-holder-ws-service-multiple-outputs/2.5-SNAPSHOT/itest-holder-ws-service-multiple-outputs-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest WS with WSPolicy
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[ERROR] <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[27,29] package org.apache.ws.security does not exist

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,12] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[38,39] cannot find symbol
symbol  : class WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[42,36] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler

<https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/ws/wspolicy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/helloworld/ServerPWCBHandler.java>:[49,43] cannot find symbol
symbol  : variable WSPasswordCallback
location: class org.apache.tuscany.sca.binding.ws.axis2.helloworld.ServerPWCBHandler


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 minutes 16 seconds
[INFO] Finished at: Sun May 26 04:28:30 UTC 2013
[INFO] Final Memory: 735M/910M
[INFO] ------------------------------------------------------------------------
Maven failed with error.
Sending e-mails to: notification@tuscany.apache.org
channel stopped
2013-05-26 04:32:18.873:INFO::Shutdown hook executing
2013-05-26 04:32:18.873:INFO::Shutdown hook complete