ok, tried that. 

        CamelContext camelContext = new
OsgiSpringCamelContext(getApplicationContext(),
Activator.getBundleContext());
         ((OsgiSpringCamelContext)camelContext).setName(contextId);


The OsgiSpringCamelContext constructor is calling
OsgiCamelContextHelper.osgiUpdate(this, bundleContext)) and this seems to do
a lot of OSGi initialisation, but still no luck !
note: Activator is copied from org.apache.camel.osgi.Activator and present
in my bundle's manifest as Bundle-Activator.

Any pointers would be apprecciated
Regards
Rino



--
View this message in context: 
http://camel.465427.n5.nabble.com/Dynamically-created-CamelContext-not-visible-in-fuse-console-tp5774855p5774864.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to