Re: R: Re: camel-sql IN query number of parameters mismatch

2016-07-13 Thread juliaaano
Yes. Unfortunately I still have the same problem for an endpoint such as: .toD("sql:UPDATE orders SET customer = :#Customer WHERE orderId IN (:#in:orders)") I don't see how this could have solved the problem since I have failing unit tests at the sql component level. Should I make this tests avai

Re: ScheduledPollingConsumer properties

2016-07-13 Thread Claus Ibsen
Oh I am talking about the ASF JIRA we use for Apache Camel. You can find a link to it at: http://camel.apache.org/support.html On Wed, Jul 13, 2016 at 2:05 PM, Colin Hartley wrote: > I'm not sure I have the rights to log a JIRA. > I registered on the site, but I only seem to be able to raise a se

Camel XSLT/Saxon not thread safe?

2016-07-13 Thread El Bennitto
In our route we receive a response from a web service and then split the response using XPATH. In each split route we transform the XML before posting it off to another web service. We are not setting any additional configurations on the XSLT URI other than saxon=true. Eg:-

Re: ScheduledPollingConsumer properties

2016-07-13 Thread Colin Hartley
I'm not sure I have the rights to log a JIRA. I registered on the site, but I only seem to be able to raise a service desk request. We use a really old version of JIRA - so not familiar with this version :) -- View this message in context: http://camel.465427.n5.nabble.com/ScheduledPollingConsu

Re: ScheduledPollingConsumer properties

2016-07-13 Thread Claus Ibsen
Hi Ah yeah that is a little bug, you are welcome to log a JIRA http://camel.apache.org/contributing On Wed, Jul 13, 2016 at 1:51 PM, Colin Hartley wrote: > I am using 2.17.1. > > I debugged through the ScheduledPollEndpoint: > > without the property: > setScheduler(String) is called to set the s

Re: ScheduledPollingConsumer properties

2016-07-13 Thread Colin Hartley
I am using 2.17.1. I debugged through the ScheduledPollEndpoint: without the property: setScheduler(String) is called to set the scheduler name but the setScheduler(ScheduledPollConsumerScheduler) is never called It is probably because configureScheduledPollConsumerProperties is never called wh

Re: Rest DSL and "no matching path found"

2016-07-13 Thread Steve973
I submitted https://issues.apache.org/jira/browse/CAMEL-10139 but if you can give me some pointers, I will try to fix it and submit a pull request. I looked at it very briefly, and since I'm not very familiar with the code, nothing really stood out to me as broken. Thanks, Steve On Wed, Jul 13, 2

Re: ScheduledPollingConsumer properties

2016-07-13 Thread Claus Ibsen
What version of Camel do you use? I think we had a bug in an older Camel version, so if possible try with latest version. On Wed, Jul 13, 2016 at 1:13 PM, Colin Hartley wrote: > It appears that support for a named scheduled polling consumer is there, but > you have to have at least one scheduler

How to convert input stream to form-data using camel

2016-07-13 Thread manishpillai1540
Hi Team, I am new to camel and would need your help. I have a system which send input stream to direct end point. I need to send this data from the direct end point as a multi-part/form-data with the a formDataParam having the value as the input stream. e.g. my system generates input in input str

ScheduledPollingConsumer properties

2016-07-13 Thread Colin Hartley
It appears that support for a named scheduled polling consumer is there, but you have to have at least one scheduler.xxx property set before it utilises it. e.g. I have this configured: In my route, I reference it like this, but it doesn't use it: ftp://ftp.somewhere.com/path?scheduler=nps

R: Re: camel-sql IN query number of parameters mismatch

2016-07-13 Thread Andrea Cosentino
Did you try with a dinamica endpoint toD? Il mer, 13 lug, 2016 alle 12:13, juliaaano ha scritto: Hello, I don't think this is related to the driver. I've extended the existing camel test case to reproduce the aforementioned scenario. Check it out at https://github.com/juliaaano/camel/tree

Re: camel-sql IN query number of parameters mismatch

2016-07-13 Thread juliaaano
Hello, I don't think this is related to the driver. I've extended the existing camel test case to reproduce the aforementioned scenario. Check it out at https://github.com/juliaaano/camel/tree/sql-in-multiple-params There is not Oracle JBDC driver involved in the unit test as well as with the se

Re: Camel XML DSL route custom bean for testing Weblogic Availiability helper hangs on startup

2016-07-13 Thread jlidholm
No, I guess it is not a proper solution after all, just a hint on going forward. @Claus: I'm not sure what you mean by "try to create the POJO up front". Outside the Camel route somehow? Thankful for hints on moving this forward after all. Cannot get it working using open jdk 8 either. -- Vi