Antwort: Re: Unit tests hanging with openejb+dbunit+spring

2012-07-16 Thread Klaus . Schroeder
Hi Romain yes, see stack trace of the hanging thread below. After some more investigation it looks like it's hanging while trying to get database connections from the connection pool. Seems that connectins are not properly freed and returned to the pool? Any help is appreciated. Klaus Thread

Re: Frequency of Tomcat version updates in TomEE ?

2012-07-16 Thread David Blevins
First, love the name :) On Jul 16, 2012, at 12:31 PM, Alex The Rocker wrote: > We are considering Apache TomEE+, but we are concerned by the lack of clear > update policy of Tomcat version in TomEE & TomEE+. [..] > it > would be nice to have a clear statement on Apache TomEE/TomEE+ update > polic

Re: Frequency of Tomcat version updates in TomEE ?

2012-07-16 Thread Romain Manni-Bucau
i spoke about the snapshot which uses t7.0.29 - Romain 2012/7/16 Alex The Rocker > Well, the "Download" tab (http://openejb.apache.org/downloads.html) show a > list of fixes for TomEE / TomEE+ 1.0 which show that Tomcat version is > 2.0.27 (we understand that were was a typo and 7.0.27). > Whe

Re: Frequency of Tomcat version updates in TomEE ?

2012-07-16 Thread Alex The Rocker
Well, the "Download" tab (http://openejb.apache.org/downloads.html) show a list of fixes for TomEE / TomEE+ 1.0 which show that Tomcat version is 2.0.27 (we understand that were was a typo and 7.0.27). Where is it mentionned that Tomcat 7.0.29 is part of 1.0, if it is ? Alex On Mon, Jul 16, 2012

Re: Frequency of Tomcat version updates in TomEE ?

2012-07-16 Thread Romain Manni-Bucau
Hi, we have no official position regarding it from what i know but here two points: 1) if you look last update of tomcat or security update (i think of cxf) it took < 2 days for the snapshot (we are already on tomcat 7.0.29) 2) regarding releases we are working on the 1.1.0 and then we'll refactor

Frequency of Tomcat version updates in TomEE ?

2012-07-16 Thread Alex The Rocker
Hello, We are considering Apache TomEE+, but we are concerned by the lack of clear update policy of Tomcat version in TomEE & TomEE+. Today (16th of July 2012): - Apache TomEE(+) 1.0 is available with embedded Apache Tomcat 7.0.27 - Apache Tomcat 7.0.29 is available since 8th of July. Although

Re: Unit tests hanging with openejb+dbunit+spring

2012-07-16 Thread Romain Manni-Bucau
Hi, Any luck to get a thread stack when it hangs? - Romain Le 16 juil. 2012 16:23, a écrit : > Hi OpenEJB experts > We use openejb4 + DbUnit + Spring for unittesting our EJBs. Works pretty > well in most cases so far. But with some tests we run into a strange > problem: > If the test class has

Unit tests hanging with openejb+dbunit+spring

2012-07-16 Thread Klaus . Schroeder
Hi OpenEJB experts We use openejb4 + DbUnit + Spring for unittesting our EJBs. Works pretty well in most cases so far. But with some tests we run into a strange problem: If the test class has more than a certain number of test methods (e.g. 20 methods), the test simply hangs forever. It does not