Decouple a JPA entities jar from persistence.xml in SE environment
- by yannisf
Is there a way to reuse a jar with JPA annotated entities in more than one SE applications (as a dependency)? <jar-file> in persistence.xml is not supported in SE environments so is there another way?