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