Would someone please explain to me why multiple camel routes create multiple camel context with the same name, but different start times? I created a camel route (file) and assigned it to camel context1 and then created a second camel route (file) and again I assigned it to context1. When I perform a camel:context-list I see context1 listed twice with different times. I would have assumed that there would have been only one instance of context1. Why are two context1 instances created and is there a way to add subsequent routes (independent route files) to only one camel context?
I'm using Apache-Karaf-3.01 and Java 1.7.0_60. -- View this message in context: http://karaf.922171.n3.nabble.com/Multiple-camel-routes-create-multiple-camel-context-with-the-same-name-but-different-start-times-tp4037394.html Sent from the Karaf - User mailing list archive at Nabble.com.
