This content has been marked as final.
Show 3 replies
-
1. Re: OneToOne or ManyToOne on pac.kage.two.Classtwo references an unknown entity : pac.kage.one.Classone
Pete Muir Feb 26, 2008 1:29 PM (in response to thierry accart)Do you tell Hibernate to map entities from this other jar?
-
2. Re: OneToOne or ManyToOne on pac.kage.two.Classtwo references an unknown entity : pac.kage.one.Classone
thierry accart Feb 26, 2008 8:14 PM (in response to thierry accart)Bingo!
I added the jar in persitence.xml and it's perfect.
Thanks a lot Pete :-)
I'm wondering what's happening in Hibernate : if jarA is set in jarB persistence setting, wich is reused in jarC persistence setting : will all this be resolved recursively ?
-
3. Re: OneToOne or ManyToOne on pac.kage.two.Classtwo references an unknown entity : pac.kage.one.Classone
Pete Muir Feb 27, 2008 12:23 PM (in response to thierry accart)
thierry accart wrote on Feb 26, 2008 08:14 PM:
I'm wondering what's happening in Hibernate : if jarA is set in jarB persistence setting, wich is reused in jarC persistence setting : will all this be resolved recursively ?Dunno - ask on the Hibernate forum :-)