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: Camel netty - Netty ChannelBuffer classloading issue in Karaf 2.2.9

2012-09-30 Thread declancox
Hi Claus, Thanks for the reply. Yes I checked the import/export package lists and they seem to be in order - (generated using the maven bundle plugin 2.3.7). I should mention that this seems to happen intermittently. This morning I tested and I was able to run without exception. I will test some mo

Camel netty - Netty ChannelBuffer classloading issue in Karaf 2.2.9

2012-09-28 Thread declancox
Hi, I have a simple camel route using the netty component (Karaf 2.2.9, Camel 2.10.0 an Netty version 3.5.1.Final). I construct the CamelContext programmatically to take advantage of the OSGi Config Admin Managed Service factory (see my previous post

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

Using ManagedServiceFactory to dynamically deploy routes

2012-09-25 Thread declancox
Hi Camel Users, This is my first post and hopefully a challenging one for those interested. Firstly I am using Camel 2.10.0 with Apache Karaf 2.2.9, lets get that out of the way and having great fun. Now to the issue at hand: I want to build a mechanism to be able to dynamically add routes of a par