[switchyard-dev] Build failed in Jenkins: SwitchYard-Quickstarts #1412

ci-builds at redhat.com ci-builds at redhat.com
Thu Nov 15 10:38:32 EST 2012


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/1412/changes>

Changes:

[tm.igarashi] SWITCHYARD-1140 operationSelector & contextMapper can not be specified together

------------------------------------------
[...truncated 2483 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-camel-ftp-binding ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/classes>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-camel-ftp-binding ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/switchyard-quickstart-camel-ftp-binding-sources.jar>
[INFO] 
[INFO] --- switchyard-plugin:0.7.0-SNAPSHOT:configure (default) @ switchyard-quickstart-camel-ftp-binding ---
[INFO] SwitchYard plugin scanning: [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/classes/]>
[INFO] Outputting SwitchYard configuration model to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/classes/META-INF/switchyard.xml>
[INFO] Validating SwitchYard configuration model...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-camel-ftp-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-camel-ftp-binding ---
[INFO] Compiling 1 source file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-ftp-binding ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.ftp.binding.CamelFtpBindingTest
10:38:08,803 INFO  [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
10:38:10,047 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
10:38:10,076 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
10:38:10,078 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
10:38:10,368 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
10:38:10,369 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.293 seconds
10:38:10,984 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-ftp-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-ftp-binding:0.1.0%7DGreetingService]
10:38:11,158 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: {urn:switchyard-quickstart:camel-ftp-binding:0.1.0}GreetingService-[ftp://camel:isMyFriend@localhost:2222//?initialDelay=50&delay=50] started and consuming from: Endpoint[ftp://camel:******@localhost:2222//?delay=50&initialDelay=50]
10:38:11,266 INFO  [org.apache.camel.component.file.remote.FtpConsumer] Connected and logged in to: ftp://camel@localhost:2222
10:38:14,255 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
10:38:14,258 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 300 seconds.
10:38:15,260 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: {urn:switchyard-quickstart:camel-ftp-binding:0.1.0}GreetingService-[ftp://camel:isMyFriend@localhost:2222//?initialDelay=50&delay=50] shutdown complete, was consuming from: Endpoint[ftp://camel:******@localhost:2222//?delay=50&initialDelay=50]
10:38:15,260 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 1 seconds
10:38:15,261 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: {urn:switchyard-quickstart:camel-ftp-binding:0.1.0}GreetingService-[ftp://camel:isMyFriend@localhost:2222//?initialDelay=50&delay=50] stopped, was consuming from: Endpoint[ftp://camel:******@localhost:2222//?delay=50&initialDelay=50]
10:38:15,263 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: {urn:switchyard-quickstart:camel-ftp-binding:0.1.0}GreetingService-[ftp://camel:isMyFriend@localhost:2222//?initialDelay=50&delay=50] shutdown and removed, was consuming from: Endpoint[ftp://camel:******@localhost:2222//?delay=50&initialDelay=50]
10:38:15,265 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
10:38:15,265 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
10:38:15,266 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-ftp-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-ftp-binding:0.1.0%7DGreetingService]
10:38:15,266 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
10:38:15,271 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.006 seconds. Uptime 5.196 seconds.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.949 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstart-camel-ftp-binding ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/switchyard-quickstart-camel-ftp-binding.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstart-camel-ftp-binding ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/switchyard-quickstart-camel-ftp-binding.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-ftp-binding/0.7.0-SNAPSHOT/switchyard-quickstart-camel-ftp-binding-0.7.0-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/pom.xml> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-ftp-binding/0.7.0-SNAPSHOT/switchyard-quickstart-camel-ftp-binding-0.7.0-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ftp-binding/target/switchyard-quickstart-camel-ftp-binding-sources.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-ftp-binding/0.7.0-SNAPSHOT/switchyard-quickstart-camel-ftp-binding-0.7.0-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel JMS Binding 0.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-camel-jms-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-camel-jms-binding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/classes>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding-sources.jar>
[INFO] 
[INFO] --- switchyard-plugin:0.7.0-SNAPSHOT:configure (default) @ switchyard-quickstart-camel-jms-binding ---
[INFO] SwitchYard plugin scanning: [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/classes/]>
[INFO] Outputting SwitchYard configuration model to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/classes/META-INF/switchyard.xml>
[INFO] Validating SwitchYard configuration model...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.jms.binding.CamelJMSBindingTest
10:38:23,031 INFO  [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
Nov 15, 2012 10:38:24 AM org.hornetq.core.logging.impl.JULLogDelegate warn
WARNING: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
Nov 15, 2012 10:38:24 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=target/data/journal,bindingsDirectory=target/data/bindings,largeMessagesDirectory=target/data/large-messages,pagingDirectory=target/data/paging)
Nov 15, 2012 10:38:24 AM org.hornetq.core.logging.impl.JULLogDelegate warn
WARNING: Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
Nov 15, 2012 10:38:24 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: trying to deploy queue jms.queue.GreetingServiceQueue
Nov 15, 2012 10:38:24 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: Started Netty Acceptor version 3.2.5.Final-a96d88c localhost:5545 for CORE protocol
Nov 15, 2012 10:38:24 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: Server is now live
Nov 15, 2012 10:38:24 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [7dfa24a6-2f3a-11e2-ac3b-00215e867aba]) started
10:38:24,842 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
10:38:24,863 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
10:38:24,865 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
10:38:25,114 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 203 type converters
10:38:25,139 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
10:38:25,140 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.276 seconds
10:38:25,280 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 203 type converters
10:38:25,765 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jms-binding:0.1.0%7DGreetingService]
10:38:26,062 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: {urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService-[jms:queue:GreetingServiceQueue?connectionFactory=#ConnectionFactory] started and consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
10:38:29,120 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
10:38:29,173 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: {urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService-[jms:queue:GreetingServiceQueue?connectionFactory=#ConnectionFactory] shutdown complete, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
10:38:29,174 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
10:38:29,175 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: {urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService-[jms:queue:GreetingServiceQueue?connectionFactory=#ConnectionFactory] stopped, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
10:38:29,179 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: {urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService-[jms:queue:GreetingServiceQueue?connectionFactory=#ConnectionFactory] shutdown and removed, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
10:38:29,181 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
10:38:29,181 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
10:38:29,183 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jms-binding:0.1.0%7DGreetingService]
10:38:29,183 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
10:38:29,189 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=1, hits=1, misses=0, failures=0] mappings[total=203, misses=0]
10:38:29,190 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.009 seconds. Uptime 4.327 seconds.
Nov 15, 2012 10:38:29 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [7dfa24a6-2f3a-11e2-ac3b-00215e867aba] stopped
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.362 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.7.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.7.0-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/pom.xml> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.7.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.7.0-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding-sources.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.7.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.7.0-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel Netty Binding 0.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-netty-binding/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-camel-netty-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-camel-netty-binding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-netty-binding/target/classes>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-netty-binding/target/switchyard-quickstart-camel-netty-binding-sources.jar>
[INFO] 
[INFO] --- switchyard-plugin:0.7.0-SNAPSHOT:configure (default) @ switchyard-quickstart-camel-netty-binding ---
[INFO] SwitchYard plugin scanning: [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-netty-binding/target/classes/]>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [4.388s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [55.371s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [15.366s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [17.099s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [16.540s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [15.123s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [16.691s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SUCCESS [4.398s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process  SUCCESS [2.794s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service  SUCCESS [14.436s]
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SUCCESS [1.958s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process  SUCCESS [4.114s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service  SUCCESS [7.417s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [22.483s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [14.925s]
[INFO] Quickstart : Camel FTP Binding .................... SUCCESS [14.839s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [13.655s]
[INFO] Quickstart : Camel Netty Binding .................. FAILURE [1.564s]
[INFO] Quickstart : Camel Quartz Binding ................. SKIPPED
[INFO] Quickstart : Camel REST Binding ................... SKIPPED
[INFO] Quickstart : Camel SQL Binding .................... SKIPPED
[INFO] Quickstart : Camel Service ........................ SKIPPED
[INFO] Quickstart : Camel SOAP Proxy ..................... SKIPPED
[INFO] Quickstart : Camel Exchange Bus CDI ............... SKIPPED
[INFO] Quickstart : HornetQ Binding ...................... SKIPPED
[INFO] Quickstart : HTTP Binding ......................... SKIPPED
[INFO] Quickstart : RESTEasy Binding ..................... SKIPPED
[INFO] Quickstart : Rules+Camel Content-Based Router ..... SKIPPED
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart : Rules Interview Agent ................ SKIPPED
[INFO] Quickstart : JCA Inflow Binding for HornetQ ....... SKIPPED
[INFO] Quickstart : JCA Outbound Binding for HornetQ ..... SKIPPED
[INFO] Quickstart : JAXB Transformation .................. SKIPPED
[INFO] Quickstart : JSON Transformation .................. SKIPPED
[INFO] Quickstart : Smooks Transformation ................ SKIPPED
[INFO] Quickstart : XSLT Transformation .................. SKIPPED
[INFO] Quickstart : XML Message Validation ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Help Desk - Web App ............. SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts  SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service  SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer  SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo : Security Policy : SSL + Basic Authentication  SKIPPED
[INFO] Quickstart Demo : Security Policy : SSL + SAML Assertion  SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:07.513s
[INFO] Finished at: Thu Nov 15 10:38:30 EST 2012
[INFO] Final Memory: 273M/561M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.switchyard:switchyard-plugin:0.7.0-SNAPSHOT:configure (default) on project switchyard-quickstart-camel-netty-binding: java.lang.RuntimeException: java.io.FileNotFoundException: JAR entry org/switchyard/config/model/descriptor.properties not found in /home/hudson/.m2/repository/org/switchyard/components/switchyard-component-bean/0.7.0-SNAPSHOT/switchyard-component-bean-0.7.0-SNAPSHOT.jar -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :switchyard-quickstart-camel-netty-binding
Build step 'Invoke top-level Maven targets' marked build as failure



More information about the switchyard-dev mailing list