Re: XPath annotated method parameter results in different value between Camel 2.1 and 2.6

2011-02-18 Thread davsclaus
Yes its on purpose. It should be documented in the release notes. -- View this message in context: http://camel.465427.n5.nabble.com/XPath-annotated-method-parameter-results-in-different-value-between-Camel-2-1-and-2-6-tp3391578p3392171.html Sent from the Camel - Users mailing list archive at Na

Re: Trying to split() an empty List blocks a Quartz-initiated thread indefinitely

2011-02-18 Thread davsclaus
Hi I have reproduced the error. Its only when you use the parallel mode it blocks https://issues.apache.org/jira/browse/CAMEL-3685 -- View this message in context: http://camel.465427.n5.nabble.com/Trying-to-split-an-empty-List-blocks-a-Quartz-initiated-thread-indefinitely-tp3391736p3392168.htm

Re: Trying to split() an empty List blocks a Quartz-initiated thread indefinitely

2011-02-18 Thread davsclaus
What version of Camel are you using? So the body can either be null or an empty list? The splitter would try to iterate the body, so frankly the iterator should not trigger anything to be splitted. But let me try reproducing this in an unit test. If you try with Camel 2.6 then we have fixed some

Ruthgard check out completionFromBatchConsumer and groupExchanges options on the Aggregator

2011-02-18 Thread Claus Ibsen
I was just looking from the logs: http://irclogs.dankulp.com/logs/irclogger_log/camel?date=2011-02-19,Sat&raw=on Maybe those options could help him with his, i wanna group together all the files I consumed from the file consumer in the poll. -- Claus Ibsen - FuseSource Email: ci

Re: DefaultShutdownStrategy can't shutdown DefaultErrorHandler's retries?

2011-02-18 Thread Claus Ibsen
Hi Yeah topics has its issues in the messaging world. There is a little wiki page from Apache ActiveMQ for a concept they have that's improves topics: http://activemq.apache.org/virtual-destinations.html The idea of having a persistent redelivery error handler in Camel is interesting. It bring i

Re: How to stop implicit call to Type Converters

2011-02-18 Thread Claus Ibsen
On Fri, Feb 18, 2011 at 5:55 PM, Naira & Kobo wrote: > > Interesting, but the trace shows the method is called? What else could force > that call? Sounds odd. Can you post the stacktrace, for the tracing? And what consumer do you have on the vm endpoint2 ? Can you post that route as well? Then

Re: DefaultShutdownStrategy can't shutdown DefaultErrorHandler's retries?

2011-02-18 Thread Rosmon Sidhik
Hi Claus, Thanks for the quick response. I'm using OpenMq and I have noticed that when use a queue with errorhandler and redeliveryPolicy configured, the message seems to stay on the queue till one of the retries passes or all of them fail and then gets put on the deadletteruri. I'm facing this is

RE: Camel Osgi JMS

2011-02-18 Thread Roshan A. Punnoose
Realized I only sent this to Claus before: Yeah that worked. so now my route looks like: from("jms:topic:heartBeatWithCounts?connectionFactory=#javax.jms.ConnectionFactory") Yeah that is the problem with having osgi services for this is that multiple ones can be used. The way I believe to fix

Re: How to stop implicit call to Type Converters

2011-02-18 Thread Naira & Kobo
Interesting, but the trace shows the method is called? What else could force that call? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-implicit-call-to-Type-Converters-tp3391321p3391393.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to stop implicit call to Type Converters

2011-02-18 Thread Claus Ibsen
On Fri, Feb 18, 2011 at 5:04 PM, Naira & Kobo wrote: > > How do I stop implicit call to a custom type converter made by camel. > > see my script below: > >             >                 uri="vm:endpoint1?concurrentConsumers={{vmConConsumers}}"/> >                 >                 >           > >

How to stop implicit call to Type Converters

2011-02-18 Thread Naira & Kobo
How do I stop implicit call to a custom type converter made by camel. see my script below: I turned on traces on the custom converter and I realize after the first (explicit) call to the customConverter - which converts

Re: camel-hazelcast component

2011-02-18 Thread Claus Straube
On 18.02.2011 10:01, Claus Ibsen wrote: On Fri, Feb 18, 2011 at 9:27 AM, Claus Straube wrote: On 18.02.2011 09:12, Claus Ibsen wrote: Hi Cool we love contributions. This wiki page walks you through the process http://camel.apache.org/add-new-component-guide.html Okay - thanks. Dont worry t

Re: camel-hazelcast component

2011-02-18 Thread Claus Ibsen
On Fri, Feb 18, 2011 at 9:27 AM, Claus Straube wrote: > On 18.02.2011 09:12, Claus Ibsen wrote: >> >> Hi >> >> Cool we love contributions. >> >> This wiki page walks you through the process >> http://camel.apache.org/add-new-component-guide.html > > Okay - thanks. Dont worry to much about adding

Re: camel-hazelcast component

2011-02-18 Thread Claus Straube
On 18.02.2011 09:12, Claus Ibsen wrote: Hi Cool we love contributions. This wiki page walks you through the process http://camel.apache.org/add-new-component-guide.html Okay - thanks. Maybe you can read that page and if needed correct anything it highlights. Then open a JIRA and attach the s

Re: camel-hazelcast component

2011-02-18 Thread Claus Ibsen
Hi Cool we love contributions. This wiki page walks you through the process http://camel.apache.org/add-new-component-guide.html Maybe you can read that page and if needed correct anything it highlights. Then open a JIRA and attach the source code and grant license to Apache. Then we can take a