Re: JUnit route with routeContextRef

2014-08-09 Thread Rob
Thank you Claus, that worked well for me and has fixed some other problems I was having Regards, Rob -- View this message in context: http://camel.465427.n5.nabble.com/JUnit-route-with-routeContextRef-tp5754950p5754979.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JUnit route with routeContextRef

2014-08-08 Thread Claus Ibsen
t;messagecentral.orderpbb"); > > > ClassPathXmlApplicationContext a = new > ClassPathXmlApplicationContext(); > *a.setConfigLocations(new String[]{V2_GET_DETAILS_V2_XML});* > return a; > > } > > &g

JUnit route with routeContextRef

2014-08-08 Thread Rob
l-transform.xsl"); System.setProperty("msgQueueName", "messagecentral.orderpbb"); ClassPathXmlApplicationContext a = new ClassPathXmlApplicationContext(); *a.setConfigLocations(new String[]{V2_GET_DETAILS_V2_XML});* retur