openjpa « Annotation « JPA Q&A





1. openjpa, annotations and entity names    coderanch.com

i have my entity as this: @Entity(name = "Groups") @Table(name = "groups", catalog = "lcw") public class Group implements Serializable, IBean { and my persistance.xml com.xxx.lcw.jpa.Group now the bean is in a seperate package from the main webpage and persistence.xml if i build a jar of the bean package and include it i WebContent/WEB-INF/lib everything works fine but if i use ...