This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: ManyToMany relationship problemsilviu.marcu Oct 20, 2005 9:54 AM (in response to silviu.marcu)any ideas ? 
- 
        2. Re: ManyToMany relationship problemsilviu.marcu Oct 20, 2005 3:27 PM (in response to silviu.marcu)I also found this : 
 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=69952
 still no reply ...
 is this a bug or my mistake ?
- 
        3. Re: ManyToMany relationship problemepbernard Oct 20, 2005 8:14 PM (in response to silviu.marcu)use either: 
 - only 1 eager collection per entity
 - collection with a stronger contract like sets
 there is a fundamental impossibility to get 2 bag collections retrieved in 1 SQL resultset
 
    