On Apr 8, 2011, at 12:46 PM, Romain Manni-Bucau wrote: > Hi all, > > I wanted to test the 3.2.x with a simple jpa 2 application but i had some > issues. I took tomee tomcat 7 and the web.xml doesnt manage servlet v3 spec > :(. > > In my application i used a singleton to init a database. I had a persistence > exception because it was not able to start a transaction. > > If i remember Thiago said it was ok, is it a miss for singleton only?
I was wondering if we would be able to support Tomcat 7 on the 3.1.x/3.2.x codebase. Looks like, no. There were a large number of changes to our jaxb tree in trunk (related to javaee 6) that aren't in 3.1.x/3.2.x. I don't think it makes sense to merge them either. Trunk is shaping up. Tomcat 6 however should work fine. Can you give that a try? -David
