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
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
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:-
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo