[hibernate-issues] [Hibernate-JIRA] Commented: (EJB-215) EntityManager fails during transaction commit after it has been closed

Barry Kaplan (JIRA) noreply at atlassian.com
Mon Aug 21 19:53:19 EDT 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/EJB-215?page=comments#action_24006 ] 

Barry Kaplan commented on EJB-215:
----------------------------------

The changes are passing all my tests! Thanks very much. 

One side effect is that I now get the error "Foreign key circularity dependency involving the following tables: ..."

These classes have not changed since I have upgraded the new build. One of the classes does not even depend on either of the other two. Do you know of any class' logging I can crank up to see more details?

> EntityManager fails during transaction commit after it has been closed
> ----------------------------------------------------------------------
>
>          Key: EJB-215
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/EJB-215
>      Project: Hibernate Entity Manager
>         Type: Bug

>   Components: EntityManager
>     Versions: 3.2.0.cr1
>     Reporter: Barry Kaplan
>     Assignee: Emmanuel Bernard
>      Fix For: 3.2.0

>
>
> As per the JPA spec, an EntityManager should be closable prior to the end of the transaction. At least in the scenario where an exception is thrown during commit, AbstractEntityManagerImpl will attempt to mark the transaction rollback only, but in doing so it will access the Session. The session checks if it is closed, and if so throws an exception. There may be other scenarios where closing the EM prior to transaction end cause incorrect failures.
> For some background, there are two threads of discussion for this problem:
>  - http://forum.hibernate.org/viewtopic.php?t=963262
>  - http://opensource.atlassian.com/projects/spring/browse/SPR-2412

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list