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

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Sun Apr 29 13:35:04 EDT 2012


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

------------------------------------------
[...truncated 2046 lines...]
[INFO] Validating SwitchYard configuration model...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-camel-rest-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-camel-rest-binding ---
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-rest-binding/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-rest-binding ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-rest-binding/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.rest.binding.CamelCxfRsBindingTest
13:34:51,736 INFO  [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
13:34:52,579 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3 packages with 15 @Converter classes to load
13:34:52,629 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 170 core type converters (total 170 type converters)
13:34:52,638 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded 3 @Converter classes
13:34:52,773 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1 packages with 3 @Converter classes to load
13:34:52,787 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded additional 29 type converters (total 199 type converters) in 0.156 seconds
13:34:52,851 INFO  [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.9.2 (CamelContext: camel-2) is starting
13:34:52,852 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled. Using ManagedManagementStrategy.
13:34:52,903 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
13:34:52,962 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3 packages with 15 @Converter classes to load
13:34:52,975 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 170 core type converters (total 170 type converters)
13:34:52,978 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded 3 @Converter classes
13:34:53,065 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1 packages with 3 @Converter classes to load
13:34:53,069 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded additional 29 type converters (total 199 type converters) in 0.093 seconds
13:34:53,090 INFO  [org.apache.camel.impl.DefaultCamelContext] Total 0 routes, of which 0 is started.
13:34:53,090 INFO  [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.9.2 (CamelContext: camel-2) started in 0.240 seconds
13:34:53,794 INFO  [org.apache.cxf.endpoint.ServerImpl] Setting the server's publish address to be http://localhost:18001/order
13:34:53,970 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: {urn:switchyard-quickstart:camel-rest-binding:1.0}OrderService-[cxfrs://http://localhost:18001/order?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.OrderResource,org.switchyard.quickstarts.camel.rest.binding.TestResource] started and consuming from: Endpoint[cxfrs://http://localhost:18001/order?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.OrderResource,org.switchyard.quickstarts.camel.rest.binding.TestResource]
13:34:53,992 INFO  [org.apache.cxf.endpoint.ServerImpl] Setting the server's publish address to be http://127.0.0.1:8080/warehouse
13:34:54,033 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: {urn:switchyard-quickstart:camel-rest-binding:1.0}WarehouseService-[cxfrs://http://127.0.0.1:8080/warehouse?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.WarehouseResource] started and consuming from: Endpoint[cxfrs://http://127.0.0.1:8080/warehouse?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.WarehouseResource]
13:34:54,547 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Added item 1 with name Hydrogen Atom - No, we are not kidding!
13:34:54,588 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Added item 2 with name Handcrafted Copper Plate
13:34:54,642 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Added item 3 with name Einstein's Bust - Talks about your future :)
13:34:54,696 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Added item 4 with name Time Machine
13:34:54,755 INFO  [org.switchyard.quickstarts.camel.rest.binding.OrderService] Creating new Order with no: 1
13:34:54,947 INFO  [org.switchyard.quickstarts.camel.rest.binding.OrderService] Order after adding items: {OrderId: 1
Items:{Item: {ItemId: 1, name:Hydrogen Atom - No, we are not kidding!}, quantity:10},
}
13:34:55,098 INFO  [org.switchyard.quickstarts.camel.rest.binding.OrderService] Order after adding items: {OrderId: 1
Items:{Item: {ItemId: 1, name:Hydrogen Atom - No, we are not kidding!}, quantity:10},{Item: {ItemId: 3, name:Einstein's Bust - Talks about your future :)}, quantity:5},{Item: {ItemId: 4, name:Time Machine}, quantity:3},
}
13:34:55,422 INFO  [org.switchyard.quickstarts.camel.rest.binding.OrderService] Order after deleting item: {OrderId: 1
Items:{Item: {ItemId: 3, name:Einstein's Bust - Talks about your future :)}, quantity:5},{Item: {ItemId: 4, name:Time Machine}, quantity:3},
}
13:34:55,597 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Updated item 1 with name Water
13:34:55,611 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Updated item 2 with name Cuttlery
13:34:55,662 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Updated item 3 with name Theory of relativity
13:34:55,713 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Updated item 4 with name Coffee Maker
13:34:55,937 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Removed item 1
13:34:55,947 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Removed item 2
13:34:55,995 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Removed item 3
13:34:56,043 INFO  [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Removed item 4
13:34:56,129 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
13:34:56,133 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: {urn:switchyard-quickstart:camel-rest-binding:1.0}OrderService-[cxfrs://http://localhost:18001/order?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.OrderResource,org.switchyard.quickstarts.camel.rest.binding.TestResource] shutdown complete, was consuming from: Endpoint[cxfrs://http://localhost:18001/order?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.OrderResource,org.switchyard.quickstarts.camel.rest.binding.TestResource]
13:34:56,134 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
13:34:56,135 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: {urn:switchyard-quickstart:camel-rest-binding:1.0}OrderService-[cxfrs://http://localhost:18001/order?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.OrderResource,org.switchyard.quickstarts.camel.rest.binding.TestResource] stopped, was consuming from: Endpoint[cxfrs://http://localhost:18001/order?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.OrderResource,org.switchyard.quickstarts.camel.rest.binding.TestResource]
13:34:56,138 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: {urn:switchyard-quickstart:camel-rest-binding:1.0}OrderService-[cxfrs://http://localhost:18001/order?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.OrderResource,org.switchyard.quickstarts.camel.rest.binding.TestResource] shutdown and removed, was consuming from: Endpoint[cxfrs://http://localhost:18001/order?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.OrderResource,org.switchyard.quickstarts.camel.rest.binding.TestResource]
13:34:56,138 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
13:34:56,139 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: {urn:switchyard-quickstart:camel-rest-binding:1.0}WarehouseService-[cxfrs://http://127.0.0.1:8080/warehouse?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.WarehouseResource] shutdown complete, was consuming from: Endpoint[cxfrs://http://127.0.0.1:8080/warehouse?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.WarehouseResource]
13:34:56,139 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
13:34:56,140 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: {urn:switchyard-quickstart:camel-rest-binding:1.0}WarehouseService-[cxfrs://http://127.0.0.1:8080/warehouse?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.WarehouseResource] stopped, was consuming from: Endpoint[cxfrs://http://127.0.0.1:8080/warehouse?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.WarehouseResource]
13:34:56,142 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: {urn:switchyard-quickstart:camel-rest-binding:1.0}WarehouseService-[cxfrs://http://127.0.0.1:8080/warehouse?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.WarehouseResource] shutdown and removed, was consuming from: Endpoint[cxfrs://http://127.0.0.1:8080/warehouse?resourceClasses=org.switchyard.quickstarts.camel.rest.binding.WarehouseResource]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.507 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-rest-binding ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-rest-binding/target/switchyard-quickstart-camel-rest-binding.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstart-camel-rest-binding ---
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-rest-binding/target/switchyard-quickstart-camel-rest-binding.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-rest-binding/0.5.0-SNAPSHOT/switchyard-quickstart-camel-rest-binding-0.5.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-rest-binding/pom.xml> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-rest-binding/0.5.0-SNAPSHOT/switchyard-quickstart-camel-rest-binding-0.5.0-SNAPSHOT.pom
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-rest-binding/target/switchyard-quickstart-camel-rest-binding-sources.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-rest-binding/0.5.0-SNAPSHOT/switchyard-quickstart-camel-rest-binding-0.5.0-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel Service 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-camel-service ---
[INFO] Deleting <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-camel-service ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-camel-service ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-camel-service ---
[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-service ---
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/classes>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-camel-service ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/switchyard-quickstart-camel-service-sources.jar>
[INFO] 
[INFO] --- switchyard-plugin:0.5.0-SNAPSHOT:configure (default) @ switchyard-quickstart-camel-service ---
[INFO] SwitchYard plugin scanning: [<http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/classes/]>
[INFO] Outputting SwitchYard configuration model to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/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-service ---
[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-service ---
[INFO] Compiling 1 source file to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-service ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.service.CamelServiceTest
13:35:00,762 INFO  [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
13:35:01,511 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3 packages with 15 @Converter classes to load
13:35:01,550 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 170 core type converters (total 170 type converters)
13:35:01,559 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded 3 @Converter classes
13:35:01,694 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1 packages with 3 @Converter classes to load
13:35:01,710 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded additional 29 type converters (total 199 type converters) in 0.158 seconds
13:35:01,729 INFO  [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.9.2 (CamelContext: camel-2) is starting
13:35:01,730 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled. Using ManagedManagementStrategy.
13:35:01,781 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
13:35:01,841 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3 packages with 15 @Converter classes to load
13:35:01,851 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 170 core type converters (total 170 type converters)
13:35:01,853 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded 3 @Converter classes
13:35:01,931 INFO  [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1 packages with 3 @Converter classes to load
13:35:01,934 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded additional 29 type converters (total 199 type converters) in 0.083 seconds
13:35:01,954 INFO  [org.apache.camel.impl.DefaultCamelContext] Total 0 routes, of which 0 is started.
13:35:01,954 INFO  [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.9.2 (CamelContext: camel-2) started in 0.226 seconds
13:35:02,216 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: route1 started and consuming from: Endpoint[switchyard://JavaDSL?namespace=urn:switchyard-quickstart:camel-service:0.1.0]
13:35:02,280 INFO  [org.apache.camel.impl.DefaultCamelContext] Route: route2 started and consuming from: Endpoint[switchyard://XMLService?namespace=urn:switchyard-quickstart:camel-service:0.1.0]
13:35:02,313 INFO  [route1] Message received in Java DSL Route
13:35:02,316 INFO  [route1] 
bob: Hello there!
sally: I like cheese
fred: Math makes me sleepy
bob: E pluribus unum
sally: And milk too
bob: Four score and seven years
sally: Actually, any kind of dairy is OK in my book

13:35:02,331 INFO  [route2] Inside XML Camel Route
13:35:02,331 INFO  [route2] [message] 'sally: I like cheese'
13:35:02,333 INFO  [route2] Inside XML Camel Route
13:35:02,333 INFO  [route2] [message] 'sally: And milk too'
13:35:02,335 INFO  [route2] Inside XML Camel Route
13:35:02,335 INFO  [route2] [message] 'sally: Actually, any kind of dairy is OK in my book'
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.062 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-service ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/switchyard-quickstart-camel-service.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstart-camel-service ---
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/switchyard-quickstart-camel-service.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-service/0.5.0-SNAPSHOT/switchyard-quickstart-camel-service-0.5.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/pom.xml> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-service/0.5.0-SNAPSHOT/switchyard-quickstart-camel-service-0.5.0-SNAPSHOT.pom
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/switchyard-quickstart-camel-service-sources.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-service/0.5.0-SNAPSHOT/switchyard-quickstart-camel-service-0.5.0-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel SOAP Proxy 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Deleting <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-camel-soap-proxy ---
[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.5.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] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [0.838s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [22.567s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [9.127s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [8.388s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [11.107s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [10.838s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [9.152s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [11.816s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [5.520s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [8.867s]
[INFO] Quickstart : Camel REST Binding ................... SUCCESS [9.655s]
[INFO] Quickstart : Camel Service ........................ SUCCESS [5.891s]
[INFO] Quickstart : Camel SOAP Proxy ..................... FAILURE [0.813s]
[INFO] Quickstart : HornetQ Binding ...................... SKIPPED
[INFO] Quickstart : Rules+Camel Content-Based Router ..... SKIPPED
[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 : 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 : Transaction Policy .............. SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:58.207s
[INFO] Finished at: Sun Apr 29 13:35:03 EDT 2012
[INFO] Final Memory: 203M/485M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.switchyard:switchyard-plugin:0.5.0-SNAPSHOT:configure (default) on project switchyard-quickstart-camel-soap-proxy: 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-soap/0.5.0-SNAPSHOT/switchyard-component-soap-0.5.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-soap-proxy
Build step 'Invoke top-level Maven targets' marked build as failure



More information about the switchyard-dev mailing list