$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS

2013-10-11 Thread Apache Jenkins Server
The Apache Jenkins build system has built $PROJECT_NAME (build #$BUILD_NUMBER) Status: $BUILD_STATUS Check console output at $BUILD_URL to view the results.

Re: Build failures...

2013-10-11 Thread Babak Vahdat
Hi @Christian I believe I've fixed the JPA test now, could you please check to see if you can still reproduce the same exception you mentioned below? Babak Christian Mueller wrote > Today, it looks much better [1]. We are trying to fix the unit tests which > are failing from time to time on slo

Re: Build failures...

2013-10-11 Thread Christian Müller
Today, it looks much better [1]. We are trying to fix the unit tests which are failing from time to time on slower boxes. But this isn't so easy for all of them... I had a look at org.apache.camel.processor.jpa.JpaProducerConcurrentTest.testConcurrentProducers. A few times I get the following exce

Re: SJMS implementation - Batch Consumer

2013-10-11 Thread flovansi
Here are some test cases. @Test //The timeout is set in the resetTask() method which is called at the completion of the exchange (SessionBatchTransactionSynchronization.java). //If I'm understanding it well, the timeout seems to be reset at each exchange completion. //That is not rea

Re: SJMS implementation - Batch Consumer

2013-10-11 Thread flovansi
Thank you for your answer. I do not have any unit tests right now but I'll try to do some. Another thing that is strange in the implementation of the timeout. The timeout is set in the resetTask() method which is called at the completion of the exchange (SessionBatchTransactionSynchronization.j