Re: "Dynamic" data format in route

2013-02-03 Thread Lars-Erik Helander
No, its not a question about selecting variants of a specific dataformat, using totally different dataformats. Thanks Lars Skickat från min iPhone 4 feb 2013 kl. 04:27 skrev Willem jiang : > Do you means you want to control the data format (soap 11 or soap 12) > dynamically? > I just checked

RE: Regarding OnCompletion functionality

2013-02-03 Thread BAnanth
HI Christian, I am pasting the reply again as some parts of the message seem to be distorted in the earlier post, Let me try and clarify the use case further :- Consider the following routes within a camel context context .

Re: Regarding OnCompletion functionality

2013-02-03 Thread BAnanth
Thanks Christian for your reply.Let me try and clarify the use case further :Consider the following routes within a camel context a. I need to update a record in the DB immediately after the last route is executed (in our case route=r4 i.e after the l

RE: Files from remote host

2013-02-03 Thread AMARNATH, Balachandar
Dear Tamilvanan I could not really get it work. But I appreciate if you can point me where I am going wrong here I use the following route, from("file://tmp?fileName=input.txt") .to("file:///tmp") But, I could not see the transfer happening here. I ensured passwordless ssh between loca

Re: How to set proxy excludes on http component?

2013-02-03 Thread Willem jiang
It is not safe to look up the proxy setting from the system property. I think current camel-http components support to lookup the setting from the camel context properties, and you can bridge the camel context properties with the system properties. Back to you question, I don't think current h

Re: "Dynamic" data format in route

2013-02-03 Thread Willem jiang
Do you means you want to control the data format (soap 11 or soap 12) dynamically? I just checked the code of SOAP data format, it doesn't suppose to change the data format dynamically. But I think it is simple to work around it by use the CBR[1] which can check the message header of exchange pr

Re: trying to understand cxf dataformats, and how to add a soapheader to cxf proxied webservice

2013-02-03 Thread Willem jiang
Hi , Please see my comments in the below mail. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jn

Re: Camel-Quickfixj 2.9.3 - Ordering issue

2013-02-03 Thread vcheruvu
Thanks, Christian. I have implemented Resequencer using the Quickfix fix object's sequence number and also added custom logic to preserve sequence number in exchange object when receiving fix messages from multilple FIX sessions. It works like a charm... cheers -- View this message in context:

Re: trying to understand cxf dataformats, and how to add a soapheader to cxf proxied webservice

2013-02-03 Thread Nico Mommaerts
No one? Tomorrow is monday again and I have to get this working correctly :) On Fri, Feb 1, 2013 at 5:10 PM, Nico Mommaerts wrote: > Ok, I notice now that my solution only works when adding > streamCache="true" to my (Spring xml configured) route. That makes > sense in order to be able to manipul

"Dynamic" data format in route

2013-02-03 Thread helander
I have a route that creates Soap requests/responses using camel-soap. The route should handle arbitrary soap services which means that I can not define the "dataFormat" when the route is built. As of now, I create the "dataFormat" in a processor and put it into an exchange property. My idea was to

Re: Reading a file

2013-02-03 Thread helander
Christian, thank you very much, it helped /Lars -- View this message in context: http://camel.465427.n5.nabble.com/Reading-a-file-tp5726376p5726852.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to set proxy excludes on http component?

2013-02-03 Thread Claus Ibsen
Hi On the long term it would be nice if we have a way of configuring http proxies in the same way with SSL/TLS that work across the various Camel components. eg the work David did. http://camel.apache.org/camel-configuration-utilities.html If we could get this to be similar across the various htt

Re: camel-mail component is "asymmetric" !

2013-02-03 Thread Claus Ibsen
Hi Yeah you can extend MailBinding and set a custom instance on the mail endpoint. We should possible extract that as an interface, to make it easier to do custom bindings. And as well allow to configure the binding on the component level, so you can set it once, and apply for all mail endpoints i