Re: IBatis component inconsistency

2009-04-15 Thread javadevel
/camel.apache.org/support.html > ( there is a link to issue tracker ) > > > On Tue, Apr 14, 2009 at 8:30 PM, javadevel wrote: >> >> Here is my route >> >> from(“ibatis:selectunprocessedtrades”) >> .process(processtrades) >> .to(“ibatis:updat

IBatis component inconsistency

2009-04-14 Thread javadevel
Here is my route from(“ibatis:selectunprocessedtrades”) .process(processtrades) .to(“ibatis:updateTrade”); What I would expect is that the camel route will be executed when the selectunprocessedtrades fetches rows of unprocessed trades, however, the route gets executed regardless of the resu

IBatis component inconsistency

2009-04-14 Thread javadevel
Here is my route from(“ibatis:selectunprocessedtrades”) .process(processtrades) .to(“ibatis:updateTrade”); What I would expect is that the camel route will be executed when the selectunprocessedtrades fetches rows of unprocessed trades, however, the route gets executed regardless of the result.

Re: splitter expression

2009-04-09 Thread javadevel
ng to split it > on-the-fly. > However then the total size is not known. > > > > On Wed, Apr 8, 2009 at 10:50 PM, javadevel wrote: >> >> I need to use a splitter expression to split a very large document with >> rather complex splitting requirement. Based on t

splitter expression

2009-04-08 Thread javadevel
I need to use a splitter expression to split a very large document with rather complex splitting requirement. Based on the documentation provided on the Apache Camel Splitter, I can a Bean or implement the Expression interface and return java.util.Collection or java.util.Iterator. However, it onl