Re: TraceableUnitOfWork (2.1 Snapshot 2009-11-15)

2009-11-14 Thread Claus Ibsen
On Sun, Nov 15, 2009 at 8:46 AM, DRy wrote: > > Hi Claus, > > > Claus Ibsen-2 wrote: >> >> See the release notes >> http://camel.apache.org/camel-210-release.html >> >> eg: >> The TraceableUnitOfWork has been renamed to TracedRouteNote which is >> accessible from UnitOfWork. >> > > Oh ... I didn't

Re: TraceableUnitOfWork (2.1 Snapshot 2009-11-15)

2009-11-14 Thread DRy
Hi Claus, Claus Ibsen-2 wrote: > > See the release notes > http://camel.apache.org/camel-210-release.html > > eg: > The TraceableUnitOfWork has been renamed to TracedRouteNote which is > accessible from UnitOfWork. > Oh ... I didn't expect that the release notes are up to date while snapshot

Re: TraceableUnitOfWork (2.1 Snapshot 2009-11-15)

2009-11-14 Thread Claus Ibsen
On Sun, Nov 15, 2009 at 8:37 AM, DRy wrote: > > Hi, > > I can't find TraceableUnitOfWork in the newest 2.1 snapshot (should be in > camel-core-2.1-SNAPSHOT.jar) ... > See the release notes http://camel.apache.org/camel-210-release.html eg: The TraceableUnitOfWork has been renamed to TracedRouteN

TraceableUnitOfWork (2.1 Snapshot 2009-11-15)

2009-11-14 Thread DRy
Hi, I can't find TraceableUnitOfWork in the newest 2.1 snapshot (should be in camel-core-2.1-SNAPSHOT.jar) ... ... DRy -- View this message in context: http://old.nabble.com/TraceableUnitOfWork-%282.1-Snapshot-2009-11-15%29-tp26357100p26357100.html Sent from the Camel - Users mailing list arc

Re: Dynamicly enable or disable parts of a route ...

2009-11-14 Thread Claus Ibsen
On Sat, Nov 14, 2009 at 7:57 PM, DRy wrote: > > Hi, > > is it possible to do something like this in a RouteBuilder ... > >    // Get an object that in null ... or not null! >    // Depends on the weather forecast ... ! :drunk: > >    Object object = ObjectGenerator.getObject() > >    // Dynamicly

Dynamicly enable or disable parts of a route ...

2009-11-14 Thread DRy
Hi, is it possible to do something like this in a RouteBuilder ... // Get an object that in null ... or not null! // Depends on the weather forecast ... ! :drunk: Object object = ObjectGenerator.getObject() // Dynamicly enable or disable parts of a route depending on the object