The big svn:ignore commit

2011-12-02 Thread Claus Ibsen
Hi Unfortunately the big svn:ignore commit made it worse. Now all the IDEA files is not ignored. ? components/camel-ahc/camel-ahc.ipr ? components/camel-ahc/camel-ahc.iml ? components/camel-ahc/camel-ahc.iws Basically you should have *.i?? in the svn:ignore property. -- Cla

Fwd: ASF Board Report - Initial Reminder for Dec 2011

2011-12-02 Thread Christian Müller
I plan to share my proposal 72 hours before I have to submit it to the board on dev@. This will give you time to review and commend it, if you have comments. As long we have a private section on the board report, I will share this proposal on private@ 72 hours before I have to submit it to the boar

Re: [DISCUSS] - Align Camel karaf commands as Karaf is doing

2011-12-02 Thread Jean-Baptiste Onofré
Hi Claus, fully agree, and in fact, it's in my TODO list. If all are agree, I will do it :). I plan to commit Karaf sub-shell (on Karaf trunk) over the week end. What do you think to update Camel trunk to start to use sub-shell (maybe it's better to wait that Camel 2.9.0 is out first) ? Reg

Re: The svn:ignore property isn't settled down on trunk

2011-12-02 Thread bvahdat
FYI, with the revisions that Willem & Claus [1] have already commited the issue seems to be resolved, so that while synchronizing with the trunk (subclipse in eclipse) happily I see 0 outgoing-changes. But maybe you still want to double check it. [1] http://svn.apache.org/viewvc?view=revision&rev

[DISCUSS] - Align Camel karaf commands as Karaf is doing

2011-12-02 Thread Claus Ibsen
Hi On the Karaf @dev they are talking about changing the naming of the commands. http://karaf.922171.n3.nabble.com/PROPOSAL-New-Karaf-commands-norm-td3430815.html eg camel:list-routes --> camel:route-list I think we should do the same for the Camel karaf commands. -- Claus Ibsen ---

Re: The svn:ignore property isn't settled down on trunk

2011-12-02 Thread Daniel Kulp
On Friday, December 02, 2011 5:32:25 AM bvahdat wrote: > @Dan, > > did you have a chance to give that CXF script a try? Yea... but was getting test failures/hang that I wasn't sure if they were related or not. It looks like the hang in camel-spring wasn't so I'll continue checking. Basically

Re: The svn:ignore property isn't settled down on trunk

2011-12-02 Thread bvahdat
@Dan, did you have a chance to give that CXF script a try? Babak -- View this message in context: http://camel.465427.n5.nabble.com/The-svn-ignore-property-isn-t-settled-down-on-trunk-tp5035110p5041830.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: svn commit: r1208138 - in /camel/trunk: components/camel-bam/ components/camel-ibatis/ components/camel-jdbc/ components/camel-mybatis/ components/camel-spring/ components/camel-sql/ examples/came

2011-12-02 Thread Claus Ibsen
On Fri, Dec 2, 2011 at 1:41 PM, Christian Müller wrote: > If I execute the test with H2, the "testMixedCommit" test still fail, > "testMixedRollbackOnlyLast" passed. > If I execute the test with Derby, both tests passed. > > Is there a good reason to use three different in memory databases for our

Re: svn commit: r1208138 - in /camel/trunk: components/camel-bam/ components/camel-ibatis/ components/camel-jdbc/ components/camel-mybatis/ components/camel-spring/ components/camel-sql/ examples/came

2011-12-02 Thread Christian Müller
If I execute the test with H2, the "testMixedCommit" test still fail, "testMixedRollbackOnlyLast" passed. If I execute the test with Derby, both tests passed. Is there a good reason to use three different in memory databases for our tests (Is there a functionality which is not supported by the oth

Re: svn commit: r1208138 - in /camel/trunk: components/camel-bam/ components/camel-ibatis/ components/camel-jdbc/ components/camel-mybatis/ components/camel-spring/ components/camel-sql/ examples/came

2011-12-02 Thread Christian Müller
I checked this also. When the Spring JDBCTemplate calls "ps.executeUpdate()" in Line 817, the call blocks forever (dead lock). After downgrading to 1.8.0.10, the test passed again. Thinking about a solution... Best, Christian On Thu, Dec 1, 2011 at 10:42 PM, Hadrian Zbarcea wrote: > Christian,