RE: SpringCamelContext afterPropertiesSet never called

2012-01-11 Thread Mike Pilone
] Sent: Wednesday, January 11, 2012 12:50 PM To: users@camel.apache.org Subject: Re: SpringCamelContext afterPropertiesSet never called Mike, do you have a piece of (xml) code that reproduces this? Hadrian On 01/11/2012 11:23 AM, Mike Pilone wrote: > I'm debugging an issue where my Sprin

Re: SpringCamelContext afterPropertiesSet never called

2012-01-11 Thread Hadrian Zbarcea
Mike, do you have a piece of (xml) code that reproduces this? Hadrian On 01/11/2012 11:23 AM, Mike Pilone wrote: I'm debugging an issue where my Spring initialized code attempts to use a Camel route before the route is initialized. I attempted to fix this by adding "depends-on" in my Spring conf

RE: SpringCamelContext afterPropertiesSet never called

2012-01-11 Thread Mike Pilone
2012 11:24 AM To: users@camel.apache.org Subject: SpringCamelContext afterPropertiesSet never called I'm debugging an issue where my Spring initialized code attempts to use a Camel route before the route is initialized. I attempted to fix this by adding "depends-on" in my Spring configuration

SpringCamelContext afterPropertiesSet never called

2012-01-11 Thread Mike Pilone
I'm debugging an issue where my Spring initialized code attempts to use a Camel route before the route is initialized. I attempted to fix this by adding "depends-on" in my Spring configuration to make my code depend on the camelContext but it didn't help. I could see that the context was being