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
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
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
Github user tivv closed the pull request at:
https://github.com/apache/camel/pull/10
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
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...
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
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