Re: Dynamic reloading of routes with SpringXML

2012-02-13 Thread Babak Vahdat
ModelCamelContext interface. [1] https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/main/java/org/apache/camel/model/ModelCamelContext.java Babak -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-reloading-of-routes-with-SpringXML-tp3396990p5480646.html Sent from the Camel

Re: Dynamic reloading of routes with SpringXML

2012-02-13 Thread louisparks
Louis -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-reloading-of-routes-with-SpringXML-tp3396990p5480041.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Dynamic reloading of routes with SpringXML

2011-03-18 Thread Claus Ibsen
On Wed, Mar 16, 2011 at 2:49 PM, Arno Schatz wrote: > Hi, > > Thanks for the routes-reloading link. very interesting. > > Actually we figured out, that we need to reload not only routes themselves > but also bean definitions, cxf endpoints and > other stuff. See a XML files snippet below as examp

Re: Dynamic reloading of routes with SpringXML

2011-03-16 Thread Arno Schatz
Hi, Thanks for the routes-reloading link. very interesting. Actually we figured out, that we need to reload not only routes themselves but also bean definitions, cxf endpoints and other stuff. See a XML files snippet below as example. How would I reload such a XML File? thanks, Arno

Re: Dynamic reloading of routes with SpringXML

2011-02-23 Thread Claus Ibsen
Hi See this example http://camel.apache.org/loading-routes-from-xml-files.html And CamelContext have API for starting/stopping/removing routes at runtime On Wed, Feb 23, 2011 at 2:01 PM, Arno Schatz wrote: > Hi, > > For productive use of Camel we would need to add, remove reload routes at > ru

Dynamic reloading of routes with SpringXML

2011-02-23 Thread Arno Schatz
Hi, For productive use of Camel we would need to add, remove reload routes at runtime without interuption to other routes. Most routes are defined using SpringXML. I have seen the smples of starting, stop and packageScan, but it seems they are all for Java DSL. I have not seen a way to dynamical