Re: Running multiple versions of Camel concurrently

2011-08-25 Thread Willem Jiang
Yes, you are right osgi should support for it, I just found a defect of camel FactoryFinder which can't locate a right version of Factory. So I filled a JIRA[1] for it. [1]https://issues.apache.org/jira/browse/CAMEL-4380 On 8/25/11 6:21 PM, sebastien.petrucci wrote: Hello, I listed a number o

Re: Running multiple versions of Camel concurrently

2011-08-25 Thread sebastien.petrucci
Hello, I listed a number of camel imports in my bundle manifest: * Import-Package*: org.osgi.framework;*version*="1.3.0", org.apache.camel;*version*="[2.9,3)", [...] But, in theory, is this supposed to work ? Regards, Sebastien. 2011/8/25 Willem.Jiang [via Camel] < ml-node+4733830-210917976

Re: Running multiple versions of Camel concurrently

2011-08-25 Thread Willem Jiang
Hi, It looks like the camel-core load the wrong version of strategy.factory. How did specify your route to use Camel 2.8 or Camel 2.9 ? On 8/25/11 4:05 PM, sebastien.petrucci wrote: Hi, I started to dig into the OSGi world. That's really interesting for a number of reasons. One of the goals