Re: SFTP - Twice as many retries as specified in maximumReconnectAttempts

2015-08-10 Thread IgnatiusReilly
Thanks Christian, you are right. My bad. I will try to use one of those snapshots. Regards -- View this message in context: http://camel.465427.n5.nabble.com/SFTP-Twice-as-many-retries-as-specified-in-maximumReconnectAttempts-tp5770168p5770532.html Sent from the Camel - Users mailing list arc

Re: SFTP - Twice as many retries as specified in maximumReconnectAttempts

2015-08-06 Thread IgnatiusReilly
Hi Claus, Thanks for your reply. I used 2.14.4-SNAPSHOT and the error persists. Any other ideas? Regards, Ignatius -- View this message in context: http://camel.465427.n5.nabble.com/SFTP-Twice-as-many-retries-as-specified-in-maximumReconnectAttempts-tp5770168p5770395.html Sent from the Camel

Re: SFTP - Twice as many retries as specified in maximumReconnectAttempts

2015-08-05 Thread IgnatiusReilly
Am I the only one with this issue? -- View this message in context: http://camel.465427.n5.nabble.com/SFTP-Twice-as-many-retries-as-specified-in-maximumReconnectAttempts-tp5770168p5770362.html Sent from the Camel - Users mailing list archive at Nabble.com.

SFTP - Twice as many retries as specified in maximumReconnectAttempts

2015-07-31 Thread IgnatiusReilly
Hi, I am working on a Camel Route that uses the Sftp component. I have set the maximumReconnectAttempts to 3, but whenever the connection fails I get 8 attempts - that is, twice as expected (1 attempt + 3 retries). After some debugging I noticed that the method connect from org.apache.camel.compon

CXF - Problem with generated WSDL

2015-03-09 Thread IgnatiusReilly
Hi, I am having trouble with the CXF component. I've developed a WebService using a code-first approach. The service works as expected except for the answer it returns to the caller: Message part BackgroundReports was not recognized. (Does it exist in service WSDL?) BackgroundReports is the clas

Re: Http4 Component - 2.14 - Set Request Timeout

2015-01-09 Thread IgnatiusReilly
Willem, Thanks for your reply. I just noticed that the issue was something else... I was about to delete the message! Thanks anyway. Ignatius -- View this message in context: http://camel.465427.n5.nabble.com/Http4-Component-2-14-Set-Request-Timeout-tp5761479p5761533.html Sent from the Camel

Http4 Component - 2.14 - Set Request Timeout

2015-01-08 Thread IgnatiusReilly
Hi, I am trying to set the Connection Request Timeout in Camel 2.14. According to the documentation the URI parameter does not work; however it is not clear how to do it using HttpClientBuilder and RequestConfig.Builder. Could someone let me know how to configure this parameter in a Camel Route?

Servlet component ignores "Content-Type" Header

2014-12-30 Thread IgnatiusReilly
Hi, I am using the Servlet component to expose a URL that consumes HTTP Requests. When I tested using the RESTClient extension for Firefox everything went fine. However, it is failing when receiving the request from the service that will handle this task. I get the following error: Cannot read r

Re: Creation of a Custom Component with URI parameters

2014-12-19 Thread IgnatiusReilly
Hi Claus, Thanks for your quick answer. I was able to retrieve the value from in the producer from the endpoint. IR -- View this message in context: http://camel.465427.n5.nabble.com/Creation-of-a-Custom-Component-with-URI-parameters-tp5760889p5760925.html Sent from the Camel - Users mailin

Creation of a Custom Component with URI parameters

2014-12-18 Thread IgnatiusReilly
Hi, I am trying to create a custom component with URI parameters. I haven't found an example that shows the full implementation of this kind of component so I modified the example from the Camel in Action book in order to add a URI parameter. To do so, I modified the following classes: HelloWorld