Re: Camel Web Console and OSGi

2012-07-12 Thread helander
Thanks, I will take a look at it and see if I could get something to work. /Lars -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Web-Console-and-OSGi-tp5715906p5715946.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Camel Web Console and OSGi

2012-07-12 Thread helander
I tried camelwatch and got it to work when I deployed in tomcat, connecting to camel running in karaf. I also tried to deploy the camelwatch WAR to karaf, but I get some spring related exception. For now I am satisfied with being able to use camelwatch from outside my karaf container, but I in the

Re: Camel Web Console and OSGi

2012-07-12 Thread Jim Talbut
On 12/07/2012 01:18, helander wrote: What is the current state regarding running the Camel Web Console in OSGi? Is someone working on this or is it already available ? /Lars -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Web-Console-and-OSGi-tp5715906.html Sent from t

RE: Camel Web Console and OSGi

2012-07-12 Thread PAC Kieffer Guillaume
users@camel.apache.org Subject: Re: Camel Web Console and OSGi I like the commands provided by the camel karaf component, but for my current case I need a GUI. As you point out, I would need access to camel objects from arbitrary bundles. /Lars -- View this message in context: http://camel.4654

Re: Camel Web Console and OSGi

2012-07-12 Thread helander
I like the commands provided by the camel karaf component, but for my current case I need a GUI. As you point out, I would need access to camel objects from arbitrary bundles. /Lars -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Web-Console-and-OSGi-tp5715906p5715932.ht

Re: Camel Web Console and OSGi

2012-07-11 Thread Willem Jiang
Did you have chance to try the karaf camel component? It will be more natural to manager the camel route inside of OSGi container. Even you deploy the Camel Web Console into OSGi, you still cannot manage the routes which are deployed from other bundle. On Thu Jul 12 08:18:11 2012, helander w