|
From: Rod J. <ro...@in...> - 2006-09-21 19:33:26
|
Savepoints are on the JDBC API, aren't they? So they should be supported, *within JTA transaction management*. So you cannot use Spring's nested transaction emulation with a JTA environment. Why do you want to use JTA? Jeppe Cramon wrote: > 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 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |