See <
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/905/>
------------------------------------------
[...truncated 562 lines...]
Downloaded:
https://repository.jboss.org/nexus/content/groups/public/org/switchyard/s...
(999 B at 5.1 KB/sec)
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
(999 B at 4.9 KB/sec)
Downloaded:
http://snapshots.jboss.org/maven2/org/switchyard/switchyard-common/0.2.0-...
(999 B at 3.2 KB/sec)
Downloading:
http://snapshots.jboss.org/maven2/org/switchyard/switchyard-build/0.2.0-S...
Downloading:
https://repository.jboss.org/nexus/content/groups/public/org/switchyard/s...
Downloading:
https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading:
http://snapshots.repository.codehaus.org/org/switchyard/switchyard-build/...
783 B
783 B 783 B
783 B 783 B 783 B
Downloaded:
https://repository.jboss.org/nexus/content/groups/public/org/switchyard/s...
(783 B at 4.0 KB/sec)
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
(783 B at 3.9 KB/sec)
Downloaded:
http://snapshots.jboss.org/maven2/org/switchyard/switchyard-build/0.2.0-S...
(783 B at 2.5 KB/sec)
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
switchyard-quickstarts-camel-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ser...
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
switchyard-quickstarts-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-quickstarts-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
32 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.0 (Final)
119 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not
available. Injection of @Inject UserTransaction not available. Transactional observers
will be invoked synchronously.
1391 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class
'javax.ejb.PostActivate' not found, interception based on it is not enabled
1392 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class
'javax.ejb.PrePassivate' not found, interception based on it is not enabled
2042 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Found 3
packages with 14 @Converter classes to load
2084 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded 153 core
type converters (total 153 type converters)
2094 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Loaded 1
@Converter classes
2310 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Found 1
packages with 3 @Converter classes to load
2333 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded additional
16 type converters (total 169 type converters) in 0.244 seconds
2394 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext: camel-2) is starting
2395 [main] INFO org.apache.camel.impl.DefaultCamelContext - JMX enabled. Using
ManagedManagementStrategy.
2951 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Found 3
packages with 14 @Converter classes to load
2973 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded 153 core
type converters (total 153 type converters)
2999 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Loaded 1
@Converter classes
3234 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Found 1
packages with 3 @Converter classes to load
3239 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded additional
16 type converters (total 169 type converters) in 0.266 seconds
3343 [main] INFO org.apache.camel.impl.DefaultCamelContext - Total 0 routes, of which 0 is
started.
3343 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext: camel-2) started in 0.951 seconds
4229 [main] INFO org.apache.camel.impl.DefaultCamelContext - Route: route1 started and
consuming from:
Endpoint[switchyard://JavaDSL?namespace=urn%3Aswitchyard-quickstart%3Acamel-service%3A0.1.0]
4244 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext: camel-2) is starting
4245 [main] INFO org.apache.camel.impl.DefaultCamelContext - Total 1 routes, of which 1 is
started.
4247 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext: camel-2) started in 0.001 seconds
4380 [main] INFO org.apache.camel.impl.DefaultCamelContext - Route: route2 started and
consuming from:
Endpoint[switchyard://XMLService?namespace=urn%3Aswitchyard-quickstart%3Acamel-service%3A0.1.0]
4423 [main] INFO route1 - Message received in Java DSL Route
4432 [main] 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
4465 [main] INFO route2 - Inside XML Camel Route
4466 [main] INFO route2 - [message] 'sally: I like cheese'
4470 [main] INFO route2 - Inside XML Camel Route
4471 [main] INFO route2 - [message] 'sally: And milk too'
4475 [main] INFO route2 - Inside XML Camel Route
4476 [main] INFO route2 - [message] 'sally: Actually, any kind of dairy is OK in my
book'
4483 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext:camel-2) is shutting down
4486 [main] INFO org.apache.camel.impl.DefaultShutdownStrategy - Starting to graceful
shutdown 2 routes (timeout 300 seconds)
4498 [Camel (camel-2) thread #0 - ShutdownTask] INFO
org.apache.camel.impl.DefaultShutdownStrategy - Route: route2 shutdown complete, was
consuming from:
Endpoint[switchyard://XMLService?namespace=urn%3Aswitchyard-quickstart%3Acamel-service%3A0.1.0]
4500 [Camel (camel-2) thread #0 - ShutdownTask] INFO
org.apache.camel.impl.DefaultShutdownStrategy - Route: route1 shutdown complete, was
consuming from:
Endpoint[switchyard://JavaDSL?namespace=urn%3Aswitchyard-quickstart%3Acamel-service%3A0.1.0]
4501 [main] INFO org.apache.camel.impl.DefaultShutdownStrategy - Graceful shutdown of 2
routes completed in 0 seconds
4514 [main] INFO org.apache.camel.impl.DefaultInflightRepository - Shutting down with no
inflight exchanges.
4517 [main] INFO org.apache.camel.impl.DefaultCamelContext - Uptime: 0.273 seconds
4518 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext: camel-2) is shutdown in 0.034 seconds
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.682 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstarts-camel-service
---
[INFO] Building jar:
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-ser...
[INFO]
[INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @
switchyard-quickstarts-camel-service ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
switchyard-quickstarts-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-quickstarts-camel-service/0.2.0-SNAPSHOT/switchyard-quickstarts-camel-service-0.2.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-quickstarts-camel-service/0.2.0-SNAPSHOT/switchyard-quickstarts-camel-service-0.2.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel Binding 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
switchyard-quickstarts-camel-binding ---
[INFO] Deleting
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-bin...
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
switchyard-quickstarts-camel-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-quickstarts-camel-binding ---
[INFO] Compiling 2 source files to
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-bin...
[INFO]
[INFO] --- switchyard-plugin:0.2.0-SNAPSHOT:configure (default) @
switchyard-quickstarts-camel-binding ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
switchyard-quickstarts-camel-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-quickstarts-camel-binding ---
[INFO] Compiling 1 source file to
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-bin...
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @
switchyard-quickstarts-camel-binding ---
[INFO] Surefire report directory:
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-bin...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.binding.CamelBindingTest
69 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.0 (Final)
209 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not
available. Injection of @Inject UserTransaction not available. Transactional observers
will be invoked synchronously.
1218 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class
'javax.ejb.PostActivate' not found, interception based on it is not enabled
1220 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class
'javax.ejb.PrePassivate' not found, interception based on it is not enabled
2400 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Found 3
packages with 14 @Converter classes to load
2471 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded 153 core
type converters (total 153 type converters)
2491 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Loaded 1
@Converter classes
2848 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Found 1
packages with 3 @Converter classes to load
2869 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded additional
16 type converters (total 169 type converters) in 0.392 seconds
2969 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext: camel-2) is starting
2970 [main] INFO org.apache.camel.impl.DefaultCamelContext - JMX enabled. Using
ManagedManagementStrategy.
3595 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Found 3
packages with 14 @Converter classes to load
3622 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded 153 core
type converters (total 153 type converters)
3626 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Loaded 1
@Converter classes
3890 [main] INFO org.apache.camel.impl.converter.AnnotationTypeConverterLoader - Found 1
packages with 3 @Converter classes to load
3898 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded additional
16 type converters (total 169 type converters) in 0.276 seconds
4085 [main] INFO org.apache.camel.impl.DefaultCamelContext - Total 0 routes, of which 0 is
started.
4087 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext: camel-2) started in 1.117 seconds
5534 [main] INFO org.apache.camel.impl.DefaultCamelContext - Route:
{urn:switchyard-quickstart:camel-binding:0.1.0}GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true]
started and consuming from:
Endpoint[file://target/input?delete=true&fileName=test.txt&initialDelay=50]
Hello there Captain Crunch :-)
6183 [main] INFO org.apache.camel.impl.DefaultShutdownStrategy - Starting to graceful
shutdown 1 routes (timeout 300 seconds)
6190 [Camel (camel-2) thread #1 - ShutdownTask] INFO
org.apache.camel.impl.DefaultShutdownStrategy - Route:
{urn:switchyard-quickstart:camel-binding:0.1.0}GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true]
suspend complete, was consuming from:
Endpoint[file://target/input?delete=true&fileName=test.txt&initialDelay=50]
6191 [main] INFO org.apache.camel.impl.DefaultShutdownStrategy - Graceful shutdown of 1
routes completed in 0 seconds
6191 [main] INFO org.apache.camel.impl.DefaultCamelContext - Route:
{urn:switchyard-quickstart:camel-binding:0.1.0}GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true]
suspended, was consuming from:
Endpoint[file://target/input?delete=true&fileName=test.txt&initialDelay=50]
6191 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext:camel-2) is shutting down
6191 [main] INFO org.apache.camel.impl.DefaultShutdownStrategy - Starting to graceful
shutdown 1 routes (timeout 300 seconds)
6193 [Camel (camel-2) thread #1 - ShutdownTask] INFO
org.apache.camel.impl.DefaultShutdownStrategy - Route:
{urn:switchyard-quickstart:camel-binding:0.1.0}GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true]
shutdown complete, was consuming from:
Endpoint[file://target/input?delete=true&fileName=test.txt&initialDelay=50]
6193 [main] INFO org.apache.camel.impl.DefaultShutdownStrategy - Graceful shutdown of 1
routes completed in 0 seconds
6197 [main] INFO org.apache.camel.impl.DefaultInflightRepository - Shutting down with no
inflight exchanges.
6200 [main] INFO org.apache.camel.impl.DefaultCamelContext - Uptime: 3.232 seconds
6200 [main] INFO org.apache.camel.impl.DefaultCamelContext - Apache Camel 2.8.0
(CamelContext: camel-2) is shutdown in 0.009 seconds
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.156 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstarts-camel-binding
---
[INFO] Building jar:
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-bin...
[INFO]
[INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @
switchyard-quickstarts-camel-binding ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
switchyard-quickstarts-camel-binding ---
[INFO] Installing
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-bin...
to
/home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstarts-camel-binding/0.2.0-SNAPSHOT/switchyard-quickstarts-camel-binding-0.2.0-SNAPSHOT.jar
[INFO] Installing
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-bin...
to
/home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstarts-camel-binding/0.2.0-SNAPSHOT/switchyard-quickstarts-camel-binding-0.2.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : HornetQ Binding 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading:
http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading:
http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
Downloading:
https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
2 KB
Downloaded:
http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
(2 KB at 3.7 KB/sec)
2 KB
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
(2 KB at 2.1 KB/sec)
2 KB
Downloaded:
https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
(2 KB at 1.7 KB/sec)
Downloading:
https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading:
https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
Downloading:
http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading:
http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
2 KB
2 KB 2 KB
2 KB 2 KB 2 KB
Downloaded:
https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
(2 KB at 6.0 KB/sec)
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
(2 KB at 5.9 KB/sec)
Downloaded:
http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
(2 KB at 3.8 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
switchyard-quickstarts-hornetq-binding ---
[INFO] Deleting
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-b...
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
switchyard-quickstarts-hornetq-binding ---
[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-quickstarts-hornetq-binding ---
[INFO] Compiling 4 source files to
<
http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/hornetq-b...
[INFO]
[INFO] --- switchyard-plugin:0.2.0-SNAPSHOT:configure (default) @
switchyard-quickstarts-hornetq-binding ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [7.287s]
[INFO] Quickstart : Camel Service ........................ SUCCESS [39.963s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [16.265s]
[INFO] Quickstart : HornetQ Binding ...................... FAILURE [3.584s]
[INFO] Quickstart : JAXB Transformation .................. SKIPPED
[INFO] Quickstart : JSON Transformation .................. SKIPPED
[INFO] Quickstart : Smooks Transformation ................ SKIPPED
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:11.510s
[INFO] Finished at: Wed Aug 17 14:48:21 EDT 2011
[INFO] Final Memory: 61M/288M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.switchyard:switchyard-plugin:0.2.0-SNAPSHOT:configure
(default) on project switchyard-quickstarts-hornetq-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.2.0-SNAPSHOT/switchyard-component-bean-0.2.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-quickstarts-hornetq-binding