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

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri Mar 9 21:32:54 EST 2012


See <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/1133/changes>

Changes:

[kbabo] SWITCHYARD-684 interface.esb does not work with current exchange logic

------------------------------------------
[...truncated 2380 lines...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/classes>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/switchyard-quickstart-camel-soap-proxy-sources.jar>
[INFO] 
[INFO] --- switchyard-plugin:0.4.0-SNAPSHOT:configure (default) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] SwitchYard plugin scanning: [<http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/classes/]>
[INFO] Outputting SwitchYard configuration model to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/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-soap-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Compiling 1 source file to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.soap.proxy.CamelSOAPProxyTest
21:32:41,888 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3 packages with 14 @Converter classes to load
21:32:41,913 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 153 core type converters (total 153 type converters)
21:32:41,918 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded 1 @Converter classes
21:32:42,044 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1 packages with 3 @Converter classes to load
21:32:42,051 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded additional 16 type converters (total 169 type converters) in 0.137 seconds
21:32:42,152 INFO  [org.switchyard.component.soap.OutboundHandler] Creating dispatch with WSDL <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/classes/META-INF/ReverseService.wsdl>
21:32:42,240 INFO  [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.8.0 (CamelContext: camel-2) is starting
21:32:42,240 INFO  [org.apache.camel.impl.DefaultCamelContext] JMX enabled. Using ManagedManagementStrategy.
21:32:42,408 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3 packages with 14 @Converter classes to load
21:32:42,420 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 153 core type converters (total 153 type converters)
21:32:42,421 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded 1 @Converter classes
21:32:42,511 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1 packages with 3 @Converter classes to load
21:32:42,513 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded additional 16 type converters (total 169 type converters) in 0.093 seconds
21:32:42,565 INFO  [org.apache.camel.impl.DefaultCamelContext] Total 0 routes, of which 0 is started.
21:32:42,565 INFO  [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.8.0 (CamelContext: camel-2) started in 0.325 seconds
21:32:42,839 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: route1 started and consuming from: Endpoint[switchyard://ProxyService?namespace=urn%3Aswitchyard-quickstart%3Acamel-soap-proxy%3A1.0]
21:32:42,859 INFO  [org.switchyard.component.soap.InboundHandler] Publishing WebService at http://127.0.0.1:18002/ReverseService
Mar 9, 2012 9:32:42 PM com.sun.xml.internal.ws.model.RuntimeModeler getRequestWrapperClass
INFO: Dynamically creating request wrapper Class org.switchyard.quickstarts.camel.soap.proxy.jaxws.Reverse
Mar 9, 2012 9:32:42 PM com.sun.xml.internal.ws.model.RuntimeModeler getResponseWrapperClass
INFO: Dynamically creating response wrapper bean Class org.switchyard.quickstarts.camel.soap.proxy.jaxws.ReverseResponse
21:32:43,168 INFO  [org.switchyard.component.soap.InboundHandler] WebService {urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService:ReverseServicePort stopped.
21:32:43,501 INFO  [org.switchyard.component.soap.OutboundHandler] Creating dispatch with WSDL <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/classes/META-INF/ReverseService.wsdl>
21:32:43,514 INFO  [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.8.0 (CamelContext: camel-3) is starting
21:32:43,514 INFO  [org.apache.camel.impl.DefaultCamelContext] JMX enabled. Using ManagedManagementStrategy.
21:32:43,536 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3 packages with 14 @Converter classes to load
21:32:43,546 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 153 core type converters (total 153 type converters)
21:32:43,547 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded 1 @Converter classes
21:32:43,618 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1 packages with 3 @Converter classes to load
21:32:43,620 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded additional 16 type converters (total 169 type converters) in 0.074 seconds
21:32:43,656 INFO  [org.apache.camel.impl.DefaultCamelContext] Total 0 routes, of which 0 is started.
21:32:43,656 INFO  [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.8.0 (CamelContext: camel-3) started in 0.142 seconds
21:32:43,815 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: route2 started and consuming from: Endpoint[switchyard://ProxyService?namespace=urn%3Aswitchyard-quickstart%3Acamel-soap-proxy%3A1.0]
21:32:43,829 INFO  [org.switchyard.component.soap.InboundHandler] Publishing WebService at http://127.0.0.1:18002/ReverseService
21:32:43,930 INFO  [org.switchyard.component.soap.InboundHandler] WebService {urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService:ReverseServicePort stopped.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.52 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/switchyard-quickstart-camel-soap-proxy.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/switchyard-quickstart-camel-soap-proxy.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-soap-proxy/0.4.0-SNAPSHOT/switchyard-quickstart-camel-soap-proxy-0.4.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/pom.xml> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-soap-proxy/0.4.0-SNAPSHOT/switchyard-quickstart-camel-soap-proxy-0.4.0-SNAPSHOT.pom
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/switchyard-quickstart-camel-soap-proxy-sources.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-soap-proxy/0.4.0-SNAPSHOT/switchyard-quickstart-camel-soap-proxy-0.4.0-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : HornetQ Binding 0.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switchyard-component-hornetq/0.4.0-SNAPSHOT/maven-metadata.xml
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-component-hornetq/0.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/components/switchyard-component-hornetq/0.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyard/components/switchyard-component-hornetq/0.4.0-SNAPSHOT/maven-metadata.xml
1021 B   
         
         
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-component-hornetq/0.4.0-SNAPSHOT/maven-metadata.xml (1021 B at 3.2 KB/sec)
1021 B   
         
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyard/components/switchyard-component-hornetq/0.4.0-SNAPSHOT/maven-metadata.xml (1021 B at 1.0 KB/sec)
1021 B   
         
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/components/switchyard-component-hornetq/0.4.0-SNAPSHOT/maven-metadata.xml (1021 B at 0.8 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-hornetq-binding ---
[INFO] Deleting <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-hornetq-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-hornetq-binding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-hornetq-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-hornetq-binding ---
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target/classes>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-hornetq-binding ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target/switchyard-quickstart-hornetq-binding-sources.jar>
[INFO] 
[INFO] --- switchyard-plugin:0.4.0-SNAPSHOT:configure (default) @ switchyard-quickstart-hornetq-binding ---
[INFO] SwitchYard plugin scanning: [<http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target/classes/]>
[INFO] Outputting SwitchYard configuration model to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-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-hornetq-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-hornetq-binding ---
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-hornetq-binding ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.hornetq.HornetQBindingTest
21:32:49,175 INFO  [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
Mar 9, 2012 9:32:49 PM 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
Mar 9, 2012 9:32:49 PM 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)
Mar 9, 2012 9:32:49 PM 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.
Mar 9, 2012 9:32:49 PM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: trying to deploy queue jms.queue.GreetingServiceQueue
Mar 9, 2012 9:32:50 PM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: Server is now live
Mar 9, 2012 9:32:50 PM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: HornetQ Server version 2.2.11.Final (HQ_2_2_11_FINAL_AS7, 122) [5459a4c0-6a59-11e1-ab71-5cf3fc20d3f4]) started
21:32:50,245 INFO  [org.switchyard.component.hornetq.deploy.InboundHandler] onMessage :ClientMessage[messageID=4, durable=true, address=jms.queue.GreetingServiceQueue,properties=TypedProperties[null]]
Mar 9, 2012 9:32:51 PM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: HornetQ Server version 2.2.11.Final (HQ_2_2_11_FINAL_AS7, 122) [5459a4c0-6a59-11e1-ab71-5cf3fc20d3f4] stopped
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.719 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstart-hornetq-binding ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target/switchyard-quickstart-hornetq-binding.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstart-hornetq-binding ---
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target/switchyard-quickstart-hornetq-binding.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-hornetq-binding/0.4.0-SNAPSHOT/switchyard-quickstart-hornetq-binding-0.4.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/pom.xml> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-hornetq-binding/0.4.0-SNAPSHOT/switchyard-quickstart-hornetq-binding-0.4.0-SNAPSHOT.pom
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-binding/target/switchyard-quickstart-hornetq-binding-sources.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-hornetq-binding/0.4.0-SNAPSHOT/switchyard-quickstart-hornetq-binding-0.4.0-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Rules+Camel Content-Based Router 0.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyard/components/switchyard-component-rules/0.4.0-SNAPSHOT/maven-metadata.xml
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switchyard-component-rules/0.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/components/switchyard-component-rules/0.4.0-SNAPSHOT/maven-metadata.xml
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-component-rules/0.4.0-SNAPSHOT/maven-metadata.xml
1019 B   
         
         
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-component-rules/0.4.0-SNAPSHOT/maven-metadata.xml (1019 B at 3.3 KB/sec)
1019 B   
         
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyard/components/switchyard-component-rules/0.4.0-SNAPSHOT/maven-metadata.xml (1019 B at 1.0 KB/sec)
1019 B   
         
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/components/switchyard-component-rules/0.4.0-SNAPSHOT/maven-metadata.xml (1019 B at 0.7 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-rules-camel-cbr ---
[INFO] Deleting <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/rules-camel-cbr/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-rules-camel-cbr ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-rules-camel-cbr ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-rules-camel-cbr ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-rules-camel-cbr ---
[INFO] Compiling 10 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/rules-camel-cbr/target/classes>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-rules-camel-cbr ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/rules-camel-cbr/target/switchyard-quickstart-rules-camel-cbr-sources.jar>
[INFO] 
[INFO] --- switchyard-plugin:0.4.0-SNAPSHOT:configure (default) @ switchyard-quickstart-rules-camel-cbr ---
[INFO] SwitchYard plugin scanning: [<http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/rules-camel-cbr/target/classes/]>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [0.836s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [30.935s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [5.442s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [7.759s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [10.231s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [9.559s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [7.819s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [10.696s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [5.194s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [8.361s]
[INFO] Quickstart : Camel Service ........................ SUCCESS [5.346s]
[INFO] Quickstart : Camel SOAP Proxy ..................... SUCCESS [5.679s]
[INFO] Quickstart : HornetQ Binding ...................... SUCCESS [7.389s]
[INFO] Quickstart : Rules+Camel Content-Based Router ..... FAILURE [2.479s]
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart : Rules Interview Agent ................ 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 : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:01.126s
[INFO] Finished at: Fri Mar 09 21:32:53 EST 2012
[INFO] Final Memory: 65M/563M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.switchyard:switchyard-plugin:0.4.0-SNAPSHOT:configure (default) on project switchyard-quickstart-rules-camel-cbr: sun.misc.InvalidJarIndexException: Invalid index -> [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-rules-camel-cbr



More information about the switchyard-dev mailing list