-1
votes
1answer
64 views

How To inject this kind of class functionality. Spring Open JPA

How can I inject the class UserProfile in this kind of statement? This is using Struts2 - Spring plugin. ( UserProfile userProfile = em.find(UserProfile.class,"1");) ---> I could don't have any idea ...
0
votes
0answers
86 views

Inserting a records from a form twice causes the openjpa to EntityExistsException: Attempt to persist detached object

I have this insert record form using struts2. I uses OpenJPA to insert record to my Derby database. Insert a unique record to the forms then press the register botton. Insert Success. Insert another ...
0
votes
1answer
348 views

Maven Open JPA Plugin Enhance: Seems to be working but It did not enhance my entity

When I compiled my Maven Project it says that my entity is enhanced. However when I start a database connection through EntityManagerFactory, Error happend on the code here: em = ...