|
From: Jeppe C. <je...@cr...> - 2006-09-21 19:18:13
|
Hi We've been using, with great success, the JPATransactionManagers (or rather AbstractTransactionManagers) ability to do nested transactions using JDBC 3.0 SavePoints. We're now looking at doing the same in a JTA setup. As JTA doesn't support nested transactions, we were considering using JDBC 3.0 SavePoints, but I have so far not been able to find any information that say that JDBC 3.0 SavePoints are supported in a JTA setup or not. Does any of you know if we can use SavePoints under JTA and could you point to any information about this (wether it is allowed or not) ? Thanks in advance and sorry for double posting on the forum, I didn't have access to my mail account at the time and we need a figure this out pretty soon :-) /Jeppe |