When I try to create JPA Entity classes and daos, from my database model using myeclipse, I get the following error:
An internal error occurred during: “Generating Artifacts”.
Foreign key name (0) mapped to different tables! previous: org.hibernate.mapping.Table(NPP_GUI.dbo.AttributeAttributeValue) current:org.hibernate.mapping.Table(NPP_GUI.dbo.AttributeGroupAttribute)
Is there a way around this? I can manually code the relationships fine, but would like to use myeclipse to help.