[hibernate-issues] [Hibernate-JIRA] Created: (EJB-304) Multiple @OneToMany(fetch=FetchType.EAGER) realized by List not supported

Morten Andersen-Gott (JIRA) noreply at atlassian.com
Fri Jul 13 03:43:52 EDT 2007


Multiple @OneToMany(fetch=FetchType.EAGER) realized by List not supported
-------------------------------------------------------------------------

                 Key: EJB-304
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/EJB-304
             Project: Hibernate Entity Manager
          Issue Type: Bug
    Affects Versions: 3.2.0.cr1
         Environment: JBoss4.0.4.GA
            Reporter: Morten Andersen-Gott


Having more than one relationship on en entity annotated with @OneToMany(fetch=FetchType.EAGER) causes exception when deploying the ejb3 module:
org.hibernate.HibernateException: cannot simultaneously fetch multiple bags.

This bug is thoroughly explained here:
http://www.jroller.com/page/eyallupu?entry=hibernate_exception_simultaneously_fetch_multiple

and depends on HHH-1718 "Have multiple bag fetches revert to subselect fetching for all but one of the bags"

The temporary solution in HHH-1413 - disallowing multiple bag fetches is unsuitable to ejb3 environment, because the spec does not disallow it.


-- 
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