Use camel-cache constants in Blueprint DSL

2012-08-05 Thread helander
How do I use camel-cache constants, e.g. CacheConstants.CACHE_OPERATION, in Blueprint DSL? Short example would be nice. Thanks Lars -- View this message in context: http://camel.465427.n5.nabble.com/Use-camel-cache-constants-in-Blueprint-DSL-tp5716843.html Sent from the Camel - Users

Re: CxfRsProducer is not thread safe

2012-08-05 Thread Sergey Beryozkin
HI Dumitru On 05/08/12 00:44, dumi_p wrote: Thank you, that did it: added cglib and operation name for the bean route. OK, thanks for the confirmation. I think I need to get a permission to update the Camel wiki and add some additional info on how CXF JAX-RS code can work with core Camel

Re: Looking for example init.d script for starting a camel-based application on system boot

2012-08-05 Thread aedwards
sorry about the late reply. Here is a script i've used before which does what you're looking for. https://github.com/abedwardsw/samples/blob/master/scripts/springc-initd -- View this message in context:

Re: SFTP Endpoint privateKeyFile and privateKeyFilePassPhrase

2012-08-05 Thread Lance Walton
Hi all. Sorry, just managed to answer my own question buy looking at the JCraft docs. For anybody else who comes looking, the privateKeyFile is the private file generated by ssh-keygen (e.g. id_rsa or id_dsa). Regards, Lance _ http://www.stateofflow.com

Re: Looking for example init.d script for starting a camel-based application on system boot

2012-08-05 Thread Willem jiang
Thanks for sharing this with us. -- Willem jiang On Monday, August 6, 2012 at 12:38 AM, aedwards wrote: sorry about the late reply. Here is a script i've used before which does what you're looking for. https://github.com/abedwardsw/samples/blob/master/scripts/springc-initd --

Re: Use camel-cache constants in Blueprint DSL

2012-08-05 Thread Willem jiang
You can use the setHeader DSL like this route from uri=direct:a/ setHeader headerName=CamelCacheOperation constantthe value/constant /setHeader to uri=cache:xxx/ /route -- Willem Jiang On Sunday, August 5, 2012 at 7:01 PM, helander wrote: How do I use camel-cache constants, e.g.

Re: Camel CXF: In-VM

2012-08-05 Thread Willem jiang
Hi, It looks like you are not specify the address attribute in the cxfEndpoint element. -- Willem Jiang On Friday, August 3, 2012 at 11:48 PM, objectorange wrote: I have a WSDL-first web service generated by the cxf-codegen-plugin's wsdl2java (and implemented). I have configured to