Okay...added camel-blueprint-2.7.0.jar, which required org.apache.aries.blueprint-0.3.jar, which required org.apache.aries.proxy-0.3.jar, which required org.apache.aries.util-0.3.jar, asm-3.3.1.jar and org.apache.felix.configadmin-1.0.4.jar.
Tried creating an OsgiDefaultCamelContext, which worked in Eclipse but not in Felix, since org.apache.camel.core.osgi isn't exported by camel-blueprint. Tried creating a BlueprintCamelContext, but that seems to want a BundleContext and a BlueprintContainer. I can get the BundleContext easily enough, but where do I get the BlueprintContainer? Or am I going about this the wrong way? And yes, I'd rather do this in Java and not in XML. Don On Fri, Mar 25, 2011 at 3:05 PM, Scott England-Sullivan <sully6...@yahoo.com> wrote: > If a project doesn't use Spring or Blueprint how do you create a CamelContext > in an OSGi container programmatically? > > > Thanks, > Scott > > Scott England-Sullivan > C. (217) 390-3058 > H. (952) 440-4568 > > Sent from my iPhone > > On Mar 25, 2011, at 1:05 PM, Claus Ibsen <claus.ib...@gmail.com> wrote: > >> On Fri, Mar 25, 2011 at 3:52 PM, Donald Whytock <dwhyt...@gmail.com> wrote: >>> Okay. Where is the OSGi version? Is that in a different jar? >>> >> >> Yes >> >> camel-spring if using spring-dm >> camel-blueprint if using blueprint >> >> >> >> >> -- >> Claus Ibsen >> ----------------- >> FuseSource >> Email: cib...@fusesource.com >> Web: http://fusesource.com >> Twitter: davsclaus >> Blog: http://davsclaus.blogspot.com/ >> Author of Camel in Action: http://www.manning.com/ibsen/ >