Re: Camel Blueprint Test Support - Error

2013-02-26 Thread Joe San
Seems like I have to put that blueprint.xml in the resources folder. It worked! Regards, Jothi On Tue, Feb 26, 2013 at 4:47 PM, Joe San wrote: > Good. the upgrade landed me in an another error as below: > > java.io.FileNotFoundException: Cannot find resource in classpath for URI: > blueprint.x

Re: Camel Blueprint Test Support - Error

2013-02-26 Thread Joe San
Good. the upgrade landed me in an another error as below: java.io.FileNotFoundException: Cannot find resource in classpath for URI: blueprint.xml @Override protected String getBlueprintDescriptor() { return "blueprint.xml"; } the blueprint.xml is in the same location where my

Re: Camel Blueprint Test Support - Error

2013-02-26 Thread Claus Ibsen
I suggest to upgrade to a newer 2.10.x release, as we have fixed osgi stuff since. On Tue, Feb 26, 2013 at 3:45 PM, Joe San wrote: > Is there anything that I have to set so that I could use the > camel-blueprint-test support? When I tried running my camelContext > configured in the blueprint.xml

Camel Blueprint Test Support - Error

2013-02-26 Thread Joe San
Is there anything that I have to set so that I could use the camel-blueprint-test support? When I tried running my camelContext configured in the blueprint.xml, I get the following error: I'm using 2.10.0 versions of the camel-xxx libraries. java.lang.NoClassDefFoundError: org.osgi.vendor.framewo