While testing quickstarts, I was able to install the camel-amqp-quickstart:
JBossFuse:karaf@root> features:install switchyard-quickstart-camel-amqp-binding
But when running at the command-line as was suggested by the readme.md (mvn clean install), I get the following:
This shows up in the Fuse console: JBossFuse:karaf@root> Hola Hola Mundo!
And I see this in the command-line console: 13:18:40,317 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shut down of 1 routes completed in 0 seconds 13:18:40,322 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Apac he Camel 2.12.2 (CamelContext: camel-1) uptime 8.944 seconds 13:18:40,323 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Apache Camel 2.12.2 (CamelContext: camel-1) is shutdown in 0.006 seconds Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.275 sec <<< FAILURE!
Results :
Failed tests: sendTextMessageToAmqpQueue(org.switchyard.quickstarts.camel.amqp.binding.CamelAmqpBindingTest)
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32.136s [INFO] Finished at: Thu May 22 13:18:40 MDT 2014 [INFO] Final Memory: 45M/107M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-camel-amqp-binding: There are test failures.
|