hi!

it's stated in the documentation at several places that in JTA
environment it's unnecessarry to call session.transaction().commit(),
but it's only true if the JTA transaction was opened by the container
and the container will take care of committing it. (?)

if Hibernate opens the JTA transaction (like in my case, when using
Hibernate from the web container) then I have to call
connection().commit() explicitly.

now, my knowledge gets limited here... is it a bug that Hibernate does
not commit the transactions it opens in JTA environment? 

thanks,

- 101


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to