How to set spring bean into exchange property

2013-04-09 Thread darkAR
Hello, I would like to set a spring defined bean in a spring camel route like ? what to put here ? will ${someBean} work? Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-spring-bean-into-exchange-property-tp5730616

Re: Injecting "file:" filter via Guice

2011-08-22 Thread darkAR
I'll give it a whirl - thanks for your reply!!! -- View this message in context: http://camel.465427.n5.nabble.com/Injecting-file-filter-via-Guice-tp4705927p4723397.html Sent from the Camel - Users mailing list archive at Nabble.com.

Injecting "file:" filter via Guice

2011-08-16 Thread darkAR
I am trying to use a file filter for my route (as a consumer) and have tried to get it to inject via guice. I've created a @Provides method and also attached @JndiBind to it. It still will not get the filter. Endpoint definition "file://src/test/resources?noop=true&filter=#fileFilter" Provides me