Re: Using ManagedServiceFactory to dynamically deploy routes

2013-09-17 Thread rodgersh
Hi Declan - I have implemented a similar use case where we have a managed service factory (MSF) created for each directory a user wants to monitor for files deposited in it. When the MSF is created a camel route is dynamically configured to forward the file to our custom camel component that proce

Re: Using ManagedServiceFactory to dynamically deploy routes

2013-04-29 Thread declancox
Hi Christian, Thanks for the reply. That particular issue was solved with an upgrade to 2.3.0 which includes Aries 1.x as you remark. It is a nice use of the ManagedServiceFactory mechanism for sure however it does require that I extend OsgiDefaultCamelContext, this is required for the OSGi contain

Re: Using ManagedServiceFactory to dynamically deploy routes

2013-04-29 Thread Christian Schneider
Hi Declan, I agree that the duplicate camel context is probably related to the aries bug. At a customer we had a similar requirement of running several instances of the same route with different parameters per instance. There I used a normal Java routebuilder but used java properties to parameteri

Re: Using ManagedServiceFactory to dynamically deploy routes

2012-09-26 Thread declancox
Hi All, I think the issue I describe in this post might have to do with this issue https://issues.apache.org/jira/browse/ARIES-584, in my karaf 2.2.9 installation I am using Aries 0.3.2 Blueprint release, apparently fixed in 1.0. Cheers, Declan -- View this message in context: http://camel.465