Re: [VOTE] Release Apache Camel 2.11.0 (take 2)

2013-04-09 Thread Christian Müller
Today morning I realized I build the Camel 2.11.0 release with Java 7. Because we didn't drop the support for Java 6 with 2.11.0, I consider to cancel this vote again and build a new release today evening. Comments? Regards, Christian On Tue, Apr 9, 2013 at 7:48 PM, Christian Müller < christian

Re: camel-quartz 2.10.4 against quartz 2.1.7 bug?

2013-04-09 Thread Claus Ibsen
You need to use Quartz 1.x. Quartz 2.x is not compatible with 1.x and not supported with camel-quartz. On Wed, Apr 10, 2013 at 4:13 AM, moxford wrote: > > Exception in thread "main" java.lang.NoSuchMethodError: > org.quartz.Scheduler.getTrigger(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/Tri

camel-quartz 2.10.4 against quartz 2.1.7 bug?

2013-04-09 Thread moxford
Exception in thread "main" java.lang.NoSuchMethodError: org.quartz.Scheduler.getTrigger(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/Trigger; at org.apache.camel.component.quartz.QuartzComponent.createEndpoint(QuartzComponent.java:134) at org.apache.camel.component.quartz.Quart

camel pull request: CAMEL-6057: Fix for accessing beans from parent context...

2013-04-09 Thread tivv
Github user tivv closed the pull request at: https://github.com/apache/camel/pull/10

[VOTE] Release Apache Camel 2.11.0 (take 2)

2013-04-09 Thread Christian Müller
After 9 month of development, we have a new minor release candidate apache-camel-2.11.0 ready. It comes with 656 issues resolved: new features, improvements and bug fixes [1]. You can find the release notes here [2]. Please find the staging repo here: https://repository.apache.org/content/reposito

Re: [CANCEL][VOTE] Release Apache Camel 2.11.0

2013-04-09 Thread Christian Müller
Yes, I knew it but didn't thought at it... :-( I will add a not to the release page. The next build went well, but because I started the "mvn release:perform" a few minutes before midnight, it ends up with two different staging repositories in Nexus... :-( Will start it again in a few minutes...

Re: JDBC component handling large results

2013-04-09 Thread Claus Ibsen
Hi You should just return something that is iterable, then the Camel splitter EIP can use that in streaming mode. Then you can support loading data on the fly, and page in data in bulks as needed. On Tue, Apr 9, 2013 at 11:26 AM, yazan wrote: > Of course, but I was hoping I can add support f

Re: JDBC component handling large results

2013-04-09 Thread yazan
Of course, but I was hoping I can add support for something similar to spring batch JDBCurserItemReader or JDBCPagingItemReader where the framework handles most of the details of reading a large result. -- View this message in context: http://camel.465427.n5.nabble.com/JDBC-component-handling-l