Try this post: http://www.jroller.com/eyallupu/entry/hibernate_exception_simultaneously_fetch_multiple
I ran into a similar problem a few days ago. I made the mistake to use entity inheritance + eager fetching on a list. It seems that this is not accurate. Because the @ColumnIndex approach did not work for me, I switched back to lazy fetching. In my app, this is not critical. If you want to know more, google for "multiple/simultaneous fetch". I'm not quite sure, but the Hibernate book calls the problem the "Cartesian product problem". Cheers, Martin -- View this message in context: http://www.nabble.com/OneToMany-Relation-Problem-tp18890496s2369p18939401.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]