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
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
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
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
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.
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
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
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