Re: [DISCUSS] Upcoming 2.9.2 and 2.8.5 releases

2012-04-11 Thread Claus Ibsen
On Wed, Apr 11, 2012 at 4:14 AM, Hadrian Zbarcea wrote: > Did a full build/test. OSGi tests are still going on, but so far so good. > Thanks, > > Hadrian > Hadrian didn't you backpor the camel-jsch to the 2.9 branch? I think there is a commit or more missing, as on trunk camel-jsch kept failing.

Re: [DISCUSS] Upcoming 2.9.2 and 2.8.5 releases

2012-04-11 Thread Claus Ibsen
Hi I fixed some of the know bugs and backported them to the 2.9 branch so we will have those fixes in the release. I added a new 2.9.3 version in JIRA and pushed a few tickets to that. There is one pending ticket I will look at now, but its not a block for cutting a release. https://issues.apache

Re: [DISCUSS] Upcoming 2.9.2 and 2.8.5 releases

2012-04-11 Thread Christian Müller
I still have to back port the JAXB Marshaller/Unmarshaller improvements. I will do this today evening. Best, Christian Sent from a mobile device Am 11.04.2012 10:59 schrieb "Claus Ibsen" : > Hi > > I fixed some of the know bugs and backported them to the 2.9 branch so > we will have those fixes

Confirmed fix for CAMEL-5161 - MyBatis holding sessions open and locking DB on insert exception

2012-04-11 Thread Aaron Daubman
I have confirmed that a fix to CAMEL-5161, where MyBatis locking the DB due to not closing a session that experienced an exception trying to insert a duplicate unique index, is indeed to add another try/finally block inside each of the finally blocks already used in the insert/update methods in: ca

Re: Camel.trunk.fulltest.windows - still Failing

2012-04-11 Thread Christian Müller
Thanks Brett, but it didn't worked. It failed again for the same reason: org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean (default-clean) on project camel-core: Failed to clean project: Failed to delete F:\hudso

Re: Confirmed fix for CAMEL-5161 - MyBatis holding sessions open and locking DB on insert exception

2012-04-11 Thread Christian Müller
Thanks for the suggested fix. I didn't found a smarter solution and did it in this way. Thanks again for reporting. Best, Christian On Wed, Apr 11, 2012 at 8:04 PM, Aaron Daubman wrote: > I have confirmed that a fix to CAMEL-5161, where MyBatis locking the DB due > to not closing a session that