Re: Camel Blueprint Test Error

2013-03-12 Thread Joe San
Ok. Finally managed to get this resolved. The problem was in my route definition, I used a different uri than what I have configured above as the beanid for my ActiveMQ component. Here is my route: from("activemq:{{business.in.queue}}").unmarshal(jaxb).to("direct:Process"); // I used jms here in

Re: Camel Blueprint Test Error

2013-03-12 Thread Christian Müller
Can you share your route with us? Which version do you use? Sent from a mobile device Am 12.03.2013 11:00 schrieb "Joe San" : > Hi all, > > I'm using the Camel Blueprint Test Support to test my routes. I have the > following configured for my active mq definition > > class="org.apache.ac

Re: Camel Blueprint Test Error

2013-03-12 Thread Claus Ibsen
Hi And you have all the needed JARs on the classpath, such as the activemq-pool and its dependencies? On Tue, Mar 12, 2013 at 10:50 AM, Joe San wrote: > Hi all, > > I'm using the Camel Blueprint Test Support to test my routes. I have the > following configured for my active mq definition >