xstream unmarshalling suddenly stopped working

2012-06-01 Thread lmuser
I am using servicemix 4.4.1. I have the following data format in my blueprint: I was able to use this to u

Why is this not possible with the twitter component in Camel 2.10 ?

2012-06-01 Thread soumya_sd
I'm trying to use Camel twitter component. http://camel.apache.org/twitter.html I want to create a route like - from("direct:twitter-search").to( "twitter://search?type=polling&delay=20&keywords=mykeywords&consumerKey=key&consumerSecret=secret&accessToke

Re: HTTP4 Component and encoding message body

2012-06-01 Thread Scott England-Sullivan
Andrew, To wire up the proxy route to transform your request and response you have two choices: Synchronously from WS transformRequestProcessor to HTTP transformResponseProcessor The route ends at transformResponseProcessor which should set the Exchange Out message to your response XML. o

How can FTP Component connect to FTP Server via GXS Proxy

2012-06-01 Thread bbuzzard
I have an application that needs to connect to a customer's ftp server via the GXS proxy server. I can do this with a simple Linux FTP script, but I would like to do it with Camel Spring. The ftp script simply does ftp, open ip, user 'username password' (to authenticate at GXS), a second user 'us

Re: Passing Camel Message Headers to File Endpoint

2012-06-01 Thread James Carman
Why are you using a file in the first place? Perhaps you can use the claim check pattern? You would park your file on a disk somewhere and put a header in your message to point to it. On Jun 1, 2012 2:18 AM, "Christian Müller" wrote: > Add a marshal / converting step. > > Best, > Christian > > Se