Re: [hibernate-dev] Unable to dispatch Entities in different jars

2010-02-19 Thread Bouiaw
g or J2EE6 beans), scan them and then use pui.addManagedClassName() in order to add them to the pui. You can see my implementation with Spring 3.0 here : http://github.com/bouiaw/resthub/blob/master/resthub-core/src/main/java/org/resthub/core/domain/dao/jpa/ResthubPersistenceUnitManager.java In my

Re: [hibernate-dev] Unable to dispatch Entities in different jars

2010-02-05 Thread Bouiaw
not a concept > that makes sense in the JPA 2 spec. Conceptually that means a lot of metadata > duplication that can and will conflict. > The exception you see comes from the fact that your "merging" does not > "unduplicate" jar file urls and it's associated ro

[hibernate-dev] Unable to dispatch Entities in different jars

2010-02-03 Thread Bouiaw
applications (each module (JAR) provide its own DAO, business and model layer). I hope you will be able to fix HHH-4864, because this is a blocking point for a lot of developers. Thanks in advance for your feedback, Bouiaw ___ hibernate-dev mailing list hibernate