On 2/11/06, Matt Raible <[EMAIL PROTECTED]> wrote: > Just to follow up on this, the settings below work - but HSQLDB > doesn't seem to support nested transactions. > > <<< beginning the transaction >>> > DBTest >> javax.transaction.NotSupportedException: Nested transactions not > suppo > rted > at org.objectweb.jotm.Current.begin(Current.java:233) > at foo.DBTest.init(DBTest.java:30) > at org.apache.jsp.test_jsp._jspService(org.apache.jsp.test_jsp:54) > > The DBTest class is from the JOTM + Tomcat example at > http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html. > > Changing to use MySQL solves the problem and everything works great.
Yes, I noticed hsql had that lack of transaction support, but I assumed things would work with a regular DB. I added some documentation for the Transaction element. -- xxxxxxxxxxxxxxxxxxxxxxxxx Rémy Maucherat Developer & Consultant JBoss Group (Europe) SàRL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
