Fuse elasticsearch error

2015-06-10 Thread Vanshul . Chawla
Hello, I am trying to do a simple POC on elastic search using Fuse. I have resolved errors for names.txt and snowball and my blueprint gets started. I am getting below error now: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.elasticsearch.index.codec.postingsformat.P

Re: FTP creating connections for every file name in the uri

2015-06-10 Thread rkjoshi2
Setting Filename in header works, but what if I need to write contents to temp file first and then rename it to original file name? Can I set temp file in header as well? I did not find that option yet but whenever I use temp file name, I am running out ftp connection very quickly. Any pointer i

Trace from and to endpoints

2015-06-10 Thread rwijngaa
Hi, What would be the best way to gather the 'path' a camel route takes for an audit log. The way i see it i have at least 3 options: implement my own Tracer (http://camel.apache.org/tracer.html), implement my own InterceptStrategy or catch the exchange events by extending the EventNotifierSuppo

Remove breadcrumbId from Rest Service Response Headers

2015-06-10 Thread Alex Soto
Hi there, Is there a way to remove the “breadcrumbId" header from the Rest Service response? I am using Camel 2.15.1 Here is my Route : java.lang.Exception true 500

Re: https4 2.15.2 not recognizing my httpClientConfigurer endpoint option

2015-06-10 Thread jspyeatt
Spoke too soon. It should look something like this: -- View this message in context: http://camel.465427.n5.nabble.com/https4-2-15-2-not-recognizing-my-httpClientConfigurer-endpoint-option-tp5767922p5768073.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: https4 2.15.2 not recognizing my httpClientConfigurer endpoint option

2015-06-10 Thread jspyeatt
I think I finally have it working. Not certain it's the ideal solution. But it works and it took me a long time navigating through the debugger to figure things out. My route definition was then from("direct:start").transform(simple("FRED")).to("https4://172.30.228.23:8444/InformaCast/RESTServi

DeadLetterQueue -- Access the object before shutDown

2015-06-10 Thread udaykumarjonna
Hi All , I have a requirement where i am submitting some sort of data to some application ,where any exception occurs it redirects to Dead Letter queue where it is configured to retry of submitting for some predefined times . Problem is like when any server restart happens in between ,t

RE: CXF Proxy : Body empty when client side of the proxy do not respond after 30s

2015-06-10 Thread JOSSE Bertrand
I'm using Spring to configure Endpoints and routes and I've tried 3 stuffs : 1) http-conduit Client : 2) http-conduit Server : 3) CXF Endpoint property :

Camel quartz memory leak

2015-06-10 Thread Akram
I am using camel quartz to run a job every minute. But whenever i restart the quartz route I get the message: appears to have started a thread named [MyScheduler_Worker-1] but has failed to stop it.This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Met

Re: CXF Proxy : Body empty when client side of the proxy do not respond after 30s

2015-06-10 Thread Willem Jiang
How did you apply the setting of http-conduit? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On June 10, 2015 at 3:00:16 PM, JOSSE Bertrand (bertrand.josse@s

Re: Relative URL for XSL in XSLT component

2015-06-10 Thread Ujeen
Hi, guys bringing this thread back to live I faced a case when relative path like this: ../../test/xslt doesn't work Here is what I do ../../test/xslt/EQM98_30032015 xslt:file:${header.xslt-local-url} I get error like this: 11:05:34,747 MSK ERROR DefaultErrorHandler - Failed deli

Re: Transactional Client in Camel

2015-06-10 Thread David Karlsen
It commit's as the route is complete. Transcational client is nothing more than demarcating start of the transaction. It lives on top of Spring PlatformTransactionManager: http://camel.apache.org/transactional-client.html An endpoint midway in the route that does not support transactions is no diff

How to test a single route within a camel blueprint context

2015-06-10 Thread noone100
Given following blueprint snippet: How can I modify the blueprint.xml (or the test) if I'm only interested in testing route two without the need to setup an activemq broker? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-test-a-si

Re: Transactional Client in Camel

2015-06-10 Thread yogu13
Hello, Thank you for answering ..please help me understand what happens if within the route if there is a endpoint which doesn't support transactions? in this case, does the transaction started gets committed as soon as it encounters such an endpoint ? or only gets committed at the end of the rout

CXF Proxy : Body empty when client side of the proxy do not respond after 30s

2015-06-10 Thread JOSSE Bertrand
Hi, Our project is composed by : * One CXF endpoint expose a Webservice called "WS-1" ; payload mode. * One CXF endpoint invoke a Webservice called "WS-2"; payload mode. * A route between that endpoints to dispatch messages. * An http-conduit that set the Receivetimeout to 30ms (300s). If CXF