1. External Jars forum.hibernate.orgI've made an application with Hibernate in Eclipse. Now I want to export my project and copy it to another system. But I'm having problems with all the files that need to be imported. I've copied the jars I include in my build path. But on the other systems classes are missing. I made the application on Mac and the other ... |
2. Get mapping files from an external jar forum.hibernate.org |
3. "Not an entity" error when entities are in external jar forum.hibernate.orgHi guys Our plan was to have a project setup like this: frontend.war - includes common.jar. Frontend using entities as DTO's. common.jar - our entities, but no persistence.xml backend.war - includes common.jar and has persistence.xml. Contains business logic and persistence. But this doesn't seem to work, we get "Not an entity: no.evote..." exceptions on all invocations. This is the stack trace: ... |
4. Can JPQL query Entity which is in external Jar file ? forum.hibernate.org |