FTP Consumer - strange error when delete file

2016-11-14 Thread tim
I encounter a strange error when camel ftp consumer is deleting file in remote server. Is there any problem in my route setting and how to prevent it? -- Story I am testing ftp consumer behavior with delete option and attempt to use thread to speed up the process, but encounter a strange

Re: Access CamelContext from a plain-old Servlet

2016-11-14 Thread Tomohisa Igarashi
working fine for me. https://github.com/igarashitm/issues/tree/master/camel/camel-servletlistener-hello On 11/15/2016 03:53 AM, PeterJNelson wrote: I did. "CamelContext" attribute was null. -- View this message in context: http://camel.465427.n5.nabble.com/Access-CamelContext-from-a-plain-o

Re: How to Print the response send from APNS

2016-11-14 Thread Tomohisa Igarashi
Hi, You'd want to put log DSL right after "to apns:notify" https://camel.apache.org/log.html Thanks, Tomo On 11/15/2016 03:26 AM, nsaran5 wrote: want to print the response getting from APNS but it is not displa

How to Print the response send from APNS

2016-11-14 Thread nsaran5
want to print the response getting from APNS but it is not displaying. Anyone can help on this. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Print-the-response-send-from-APNS

Re: Access CamelContext from a plain-old Servlet

2016-11-14 Thread PeterJNelson
I did. "CamelContext" attribute was null. -- View this message in context: http://camel.465427.n5.nabble.com/Access-CamelContext-from-a-plain-old-Servlet-tp5789659p5790115.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel-Netty4 Consume multipart/form-data, curl doesn't work, works with postman

2016-11-14 Thread ngthphat
Hi all,I'm implementing a rest endpoint receive a multipart form data (upload file). I did test my implementation with postman (chrome extension) and with httpclient, both of them work well, except curl.*My route:*rest(CommonConstants.BASE_CONTEXT_PATH) .description("Upload bank repo

Re: Camel-Maven-Plugin, Felix.Connect, and configAdminFileName

2016-11-14 Thread Ryan Colwell
I spent some time trying to track this down between Camel 2.15.2 and Camel 2.18. I believe it is a bug/side effect of the fix for CAMEL-9313. I created a bug with the findings for my analysis here: CAMEL-10476. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Maven-Plugi

Re: Processing VERY large result sets

2016-11-14 Thread Christian Jacob
Meanwhile, I found a way how to solve it. It may not be the best one, but it works. I programmed a custom processor. In the process method of this processor, I navigated from the exchange to the camel context, took its registry, and from that the sql datasource. The sql datasource has a java.sql.Co