Re: Startup invocation of a route

2009-12-29 Thread huntc
rained > callbacks and can fire upon camel context started etc. > Yes indeed. Very nice. Thanks again! -- View this message in context: http://old.nabble.com/Startup-invocation-of-a-route-tp26949232p26953636.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Startup invocation of a route

2009-12-29 Thread Claus Ibsen
nks for any help in unwinding my confusion. > -- > View this message in context: > http://old.nabble.com/Startup-invocation-of-a-route-tp26949232p26949232.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author o

Re: Startup invocation of a route

2009-12-29 Thread huntc
ld.nabble.com/Startup-invocation-of-a-route-tp26949232p26952882.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Startup invocation of a route

2009-12-29 Thread Willem Jiang
What'd think? BTW: I do not have a Main class as I'm using org.apache.camel.spring.Main. Kind regards, Christopher -- View this message in context: http://old.nabble.com/Startup-invocation-of-a-route-tp26949232p26950280.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Startup invocation of a route

2009-12-28 Thread Stephen Gargan
I'm using org.apache.camel.spring.Main. > > Kind regards, > Christopher > -- > View this message in context: > http://old.nabble.com/Startup-invocation-of-a-route-tp26949232p26950280.html > Sent from the Camel - Users mailing list archive at Nabble.com. > >

Re: Startup invocation of a route

2009-12-28 Thread huntc
message in context: http://old.nabble.com/Startup-invocation-of-a-route-tp26949232p26950280.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Startup invocation of a route

2009-12-28 Thread Stephen Gargan
he ability to specify that a route is invoked upon the CamelContext > having been established (with all of its routes configured within the > current RouterBuilder). Perhaps RouteBuilder needs a new overide-able method > that is invoked in this situation. > > Incidentally I see many refere

Startup invocation of a route

2009-12-28 Thread huntc
t is invoked in this situation. Incidentally I see many references to from("direct:start") throughout the doco and examples, but no idea of how this route is invoked. Thanks for any help in unwinding my confusion. -- View this message in context: http://old.nabble.com/Star