users@glassfish.java.net

Re: Transaction rollback does not rollback all database updates

From: <glassfish_at_javadesktop.org>
Date: Fri, 07 Dec 2007 13:00:28 PST

I have developed a sample which encounters the problem when I simply do the following (no reference to a resource adapter):

begin transaction
open database connection
insert into database
close database connection
open database connection
insert into database
close database connection
open database connection
insert into database
close database connection
end transaction

The full source is in the attached zip file. I also attached my domain.xml file.
[Message sent by forum member 'burdeasa' (burdeasa)]

http://forums.java.net/jive/thread.jspa?messageID=249127