Re: reload routebuilder at runtime

2011-06-29 Thread Claus Ibsen
will access aservlet in the servlet I call > camelContext.addRouteDefinitions(SpringApplicationContext.getBean("myrouteBuilder). > getRouteCollection()) > this will reload the rootdefinitions   but what happens  to processor ?  are > they   also get  updated ? > > -- > View this messa

Re: reload routebuilder at runtime

2011-06-28 Thread fachhoch
rootdefinitions but what happens to processor ? are they also get updated ? -- View this message in context: http://camel.465427.n5.nabble.com/reload-routebuilder-at-runtime-tp4521292p4532138.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: reload routebuilder at runtime

2011-06-28 Thread Claus Ibsen
s it has API to get the > list of routes, so you can get the ids of the routes etc. > Just take a look at the API a bit. > >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/reload-routebuilder-at-runtime-tp4521292p4531888.html >> Sen

Re: reload routebuilder at runtime

2011-06-28 Thread Claus Ibsen
Id("foo")... You can also get the routes from CamelContext as it has API to get the list of routes, so you can get the ids of the routes etc. Just take a look at the API a bit. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/reload-routebuilder-at-run

Re: reload routebuilder at runtime

2011-06-28 Thread fachhoch
what's the route id in my case? how can I find it ? -- View this message in context: http://camel.465427.n5.nabble.com/reload-routebuilder-at-runtime-tp4521292p4531888.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: reload routebuilder at runtime

2011-06-28 Thread Claus Ibsen
ge  gov.hhs.acf.camel are loaded > by camle context now at runtime I want  to update one routebuilder , please > tell me how , I did not see a method as update route , it has addroute, > stoproute  etc. > > -- > View this message in context: > http://camel.465427.n5.nabble.

Re: reload routebuilder at runtime

2011-06-28 Thread fachhoch
iew this message in context: http://camel.465427.n5.nabble.com/reload-routebuilder-at-runtime-tp4521292p4531857.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: reload routebuilder at runtime

2011-06-25 Thread Claus Ibsen
> View this message in context: > http://camel.465427.n5.nabble.com/reload-routebuilder-at-runtime-tp4521292p4522087.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesourc

Re: reload routebuilder at runtime

2011-06-24 Thread fachhoch
ok in other words If my routebuilder is written in groovy using camel dsl ,will I be able to make changes and reload the routebuilder at runtime ? -- View this message in context: http://camel.465427.n5.nabble.com/reload-routebuilder-at-runtime-tp4521292p4522087.html Sent from the Camel

reload routebuilder at runtime

2011-06-24 Thread fachhoch
reload the routebuilder ? -- View this message in context: http://camel.465427.n5.nabble.com/reload-routebuilder-at-runtime-tp4521292p4521292.html Sent from the Camel - Users mailing list archive at Nabble.com.