See <
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/1200/>
------------------------------------------
[...truncated 2021 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-res...
[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-res...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.rest.binding.CamelCxfRsBindingTest
10:30:49,859 INFO [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
10:30:50,656 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3
packages with 15 @Converter classes to load
10:30:50,695 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 170 core
type converters (total 170 type converters)
10:30:50,703 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded
3 @Converter classes
10:30:50,837 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1
packages with 3 @Converter classes to load
10:30:50,848 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded
additional 29 type converters (total 199 type converters) in 0.151 seconds
10:30:50,892 INFO [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.9.2
(CamelContext: camel-2) is starting
10:30:50,893 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
Using ManagedManagementStrategy.
10:30:50,937 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy]
StatisticsLevel at All so enabling load performance statistics
10:30:50,992 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3
packages with 15 @Converter classes to load
10:30:51,005 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 170 core
type converters (total 170 type converters)
10:30:51,007 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded
3 @Converter classes
10:30:51,083 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1
packages with 3 @Converter classes to load
10:30:51,086 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded
additional 29 type converters (total 199 type converters) in 0.081 seconds
10:30:51,106 INFO [org.apache.camel.impl.DefaultCamelContext] Total 0 routes, of which 0
is started.
10:30:51,106 INFO [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.9.2
(CamelContext: camel-2) started in 0.214 seconds
10:30:51,729 INFO [org.apache.cxf.endpoint.ServerImpl] Setting the server's publish
address to be
http://localhost:18001/order
10:30:51,889 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]
10:30:51,906 INFO [org.apache.cxf.endpoint.ServerImpl] Setting the server's publish
address to be
http://127.0.0.1:8080/warehouse
10:30:51,946 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]
10:30:52,407 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Added
item 1 with name Hydrogen Atom - No, we are not kidding!
10:30:52,444 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Added
item 2 with name Handcrafted Copper Plate
10:30:52,498 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Added
item 3 with name Einstein's Bust - Talks about your future :)
10:30:52,552 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService] Added
item 4 with name Time Machine
10:30:52,609 INFO [org.switchyard.quickstarts.camel.rest.binding.OrderService] Creating
new Order with no: 1
10:30:52,789 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},
}
10:30:52,940 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},
}
10:30:53,258 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},
}
10:30:53,425 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService]
Updated item 1 with name Water
10:30:53,438 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService]
Updated item 2 with name Cuttlery
10:30:53,489 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService]
Updated item 3 with name Theory of relativity
10:30:53,541 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService]
Updated item 4 with name Coffee Maker
10:30:53,748 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService]
Removed item 1
10:30:53,757 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService]
Removed item 2
10:30:53,804 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService]
Removed item 3
10:30:53,851 INFO [org.switchyard.quickstarts.camel.rest.binding.WarehouseService]
Removed item 4
10:30:53,936 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful
shutdown 1 routes (timeout 300 seconds)
10:30:53,941 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]
10:30:53,941 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1
routes completed in 0 seconds
10:30:53,942 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]
10:30:53,944 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]
10:30:53,945 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful
shutdown 1 routes (timeout 300 seconds)
10:30:53,945 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]
10:30:53,946 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1
routes completed in 0 seconds
10:30:53,947 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]
10:30:53,948 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.048 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-res...
[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-res...
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-res...
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-res...
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-ser...
[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-ser...
[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-ser...
[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-ser...
[INFO] Outputting SwitchYard configuration model to
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ser...
[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-ser...
[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-ser...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.service.CamelServiceTest
10:30:59,167 INFO [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
10:30:59,842 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3
packages with 15 @Converter classes to load
10:30:59,869 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 170 core
type converters (total 170 type converters)
10:30:59,876 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded
3 @Converter classes
10:30:59,990 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1
packages with 3 @Converter classes to load
10:31:00,003 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded
additional 29 type converters (total 199 type converters) in 0.132 seconds
10:31:00,018 INFO [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.9.2
(CamelContext: camel-2) is starting
10:31:00,019 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
Using ManagedManagementStrategy.
10:31:00,067 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy]
StatisticsLevel at All so enabling load performance statistics
10:31:00,121 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 3
packages with 15 @Converter classes to load
10:31:00,132 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 170 core
type converters (total 170 type converters)
10:31:00,134 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Loaded
3 @Converter classes
10:31:00,210 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] Found 1
packages with 3 @Converter classes to load
10:31:00,212 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded
additional 29 type converters (total 199 type converters) in 0.080 seconds
10:31:00,231 INFO [org.apache.camel.impl.DefaultCamelContext] Total 0 routes, of which 0
is started.
10:31:00,231 INFO [org.apache.camel.impl.DefaultCamelContext] Apache Camel 2.9.2
(CamelContext: camel-2) started in 0.214 seconds
10:31:00,479 INFO [org.apache.camel.impl.DefaultCamelContext] Route: route1 started and
consuming from:
Endpoint[switchyard://JavaDSL?namespace=urn:switchyard-quickstart:camel-service:0.1.0]
10:31:00,515 INFO [org.apache.camel.impl.DefaultCamelContext] Route: route2 started and
consuming from:
Endpoint[switchyard://XMLService?namespace=urn:switchyard-quickstart:camel-service:0.1.0]
10:31:00,546 INFO [route1] Message received in Java DSL Route
10:31:00,549 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
10:31:00,562 INFO [route2] Inside XML Camel Route
10:31:00,562 INFO [route2] [message] 'sally: I like cheese'
10:31:00,564 INFO [route2] Inside XML Camel Route
10:31:00,564 INFO [route2] [message] 'sally: And milk too'
10:31:00,565 INFO [route2] Inside XML Camel Route
10:31:00,565 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: 2.715 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-ser...
[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-ser...
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-ser...
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-ser...
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-soa...
[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-soa...
[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-soa...
[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-soa...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [4.052s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [54.506s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [14.123s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [38.090s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [41.707s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [21.132s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [9.582s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [12.862s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [6.542s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [10.631s]
[INFO] Quickstart : Camel REST Binding ................... SUCCESS [9.842s]
[INFO] Quickstart : Camel Service ........................ SUCCESS [6.292s]
[INFO] Quickstart : Camel SOAP Proxy ..................... FAILURE [1.688s]
[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: 4:01.030s
[INFO] Finished at: Fri May 11 10:31:02 EDT 2012
[INFO] Final Memory: 200M/538M
[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