I'm attempting to deploy some camel routes on Glassfish using OSGi. In addition to my own camel routes, I've tried the simple osgi camel routes from http://camel.apache.org/tutorial-osgi-camel-part1.html Although I can see that the bundles are installed and active in Glassfish (via the Felix shell), I don't see any indication that the camel routes are started/active (ie, I don't see the timer messages from the mentioned tutorial). Is there some tactic I can take to try and track down the problem. I've tried to up the logging levels but still don't see any indication of errors - just seems that the camel routes aren't active.
Thanks in advance for any help, Tom