|
From: Andy D. <an...@ma...> - 2005-10-28 21:14:29
|
Yes, except you might want to tweak the DataSource settings to use some test JDBC driver (I happened to use a local PostgreSQL)... anything that would throw a SQLException for a SELECT would work. - Andy On Friday 28 October 2005 01:48 pm, Thomas Risberg wrote: > We had similar issues with WebLogic 7 - I'll try your code locally to > see if I can reproduce it. You are running this as a standalone app, > right? > > Thomas > > On Oct 28, 2005, at 4:32 PM, Andy Depue wrote: > > I've run into a problem with Spring and JOTM concerning suspending > > and later > > resuming a rolled back JOTM transaction. I'm not certain yet if > > the problem > > lies in JOTM, Spring, or my usage of Spring. I've created a test that > > reproduces the problem. See this thread in the forums for full > > detail, > > including the test and related files: > > http://forum.springframework.org/showthread.php?t=19263 > > I'm using Spring v 1.2.4 and JOTM v. 2.0.10. > > Should I create a new JIRA issue, or is this just me not using Spring > > properly? > > > > - Andy |