Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Babak Vahdat
Hi Dan Still I really can not follow you as first you say: > The original poms were causing the generated code to get compiled with the > rest of the sources, stuck in target/classes, and then output into the > jars. Having test specific stuff in the final jars is not really a good > thing. And

Camel.trunk.notest - Build # 1838 - Failure

2013-04-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #1838) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/1838/ to view the results.

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

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 10:22 PM, Hadrian Zbarcea wrote: > I would have voted -0.5 for this release because of the tag issue. I did test > camel-2.11.0 with the Talend ESB and it went well. > > Thinking about it I think the problem lies with the release:prepare phase > which should check for the e

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

2013-04-08 Thread Hadrian Zbarcea
I would have voted -0.5 for this release because of the tag issue. I did test camel-2.11.0 with the Talend ESB and it went well. Thinking about it I think the problem lies with the release:prepare phase which should check for the existence of the tag, because of the different behavior of svn c

[CANCEL][VOTE] Release Apache Camel 2.11.0

2013-04-08 Thread Christian Müller
-1 I cancel this vote because of the issue with the tag. I will redo this release now... Best, Christian On Mon, Apr 8, 2013 at 4:11 PM, Hadrian Zbarcea wrote: > - No idea how/why Maven generated this folder: >> https://svn.apache.org/repos/**asf/camel/tags/camel-2.11.0/**trunk/

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Johan Edstrom
I'll look. You normally just point to the parent Pom and say open project. If generated sources for test are missing for a module you can easily add that. On Apr 8, 2013, at 14:08, Daniel Kulp wrote: > > On Apr 8, 2013, at 3:05 PM, Babak Vahdat wrote: > >> I do exactly the same SIMPLE way th

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 4:10 PM, Babak Vahdat wrote: Can you elaborate this main "fix" a bit more as looking at the following > latest released final JAR of camel-cxf on the central repo I don't find > any test relevant generated class like "org.apache.camel.pizza.Pizza" > which gets generated through

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Babak Vahdat
Am 08.04.13 21:20 schrieb "Daniel Kulp" unter : > >On Apr 8, 2013, at 3:05 PM, Babak Vahdat >wrote: >> Am 08.04.13 16:59 schrieb "Daniel Kulp" unter : >> On Apr 8, 2013, at 7:13 AM, Babak Vahdat >>> How are you pulling Camel into Eclipse?m2e or using the >>> maven-eclipse-plugin? If using

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 3:05 PM, Babak Vahdat wrote: > I do exactly the same SIMPLE way the documentation recommends: > > http://camel.apache.org/building.html#Building-UsinganIDE Would one of the IntelliJ using folks update that page? I don't think the idea:idea thing is still the normal for In

Re: JDBC component handling large results

2013-04-08 Thread Christian Müller
You can limit the returned row count in your query. Does this work for you? Sent from a mobile device Am 08.04.2013 16:35 schrieb "yazan" : > The JDBC component currently reads all the rows returned by a query in one > shot, this only works for small resultsets. I'm trying to modify the > compone

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 3:05 PM, Babak Vahdat wrote: > Am 08.04.13 16:59 schrieb "Daniel Kulp" unter : > On Apr 8, 2013, at 7:13 AM, Babak Vahdat >> How are you pulling Camel into Eclipse?m2e or using the >> maven-eclipse-plugin? If using the latter, you should likely be using >> our -Psetup.ecl

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Babak Vahdat
Am 08.04.13 16:59 schrieb "Daniel Kulp" unter : > >On Apr 8, 2013, at 7:13 AM, Babak Vahdat >wrote: > >> Hi >> >> I've committed a fix for this, so please shout out if this causes any >> problems for your workspace/IDE. > >This commit moves the generation of the test classes out of the >genera

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 7:13 AM, Babak Vahdat wrote: > Hi > > I've committed a fix for this, so please shout out if this causes any > problems for your workspace/IDE. This commit moves the generation of the test classes out of the generate-test-sources and into the generate-sources phase, which fr

JDBC component handling large results

2013-04-08 Thread yazan
The JDBC component currently reads all the rows returned by a query in one shot, this only works for small resultsets. I'm trying to modify the component to support cursor semantics, so it reads only X numbers of rows, sets the rows in a new exchange's body and forwards it, rinse repeat until all t

Re: [VOTE] Release Apache Camel 2.11.0

2013-04-08 Thread Hadrian Zbarcea
- No idea how/why Maven generated this folder: https://svn.apache.org/repos/asf/camel/tags/camel-2.11.0/trunk/ My guess would be that Christian had some trouble with release:prepare and redid it without removing the tag. Happened to me before and I had to redo the release. Hadrian

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Babak Vahdat
Hi I've committed a fix for this, so please shout out if this causes any problems for your workspace/IDE. Babak Babak Vahdat wrote > Hi > > Using eclipse I've got some similar build problems as well by some modules > like camel-soap or camel-cxf where eclipse is not able to see any of the > Ja

Re: [VOTE] Release Apache Camel 2.11.0

2013-04-08 Thread Babak Vahdat
Hi Gave the Camel in Action book a spin test and with really very minor changes all the tests ran green. Nevertheless some points: - Spotted the same issue as of CAMEL-6241 by the test PurchaseOrderBindyTest on my box (setting the Locale explicitly fixed the issue). I think we should add some not