Tagged Questions
0
votes
0answers
83 views
How to configure OpenJpa with H2 database in Spring MVC
I've a Maven Spring MVC-webapp project and I want to use OpenJpa to manage my data.
I'm completely new to Jpa and I found no examples in internet on how to configure OpenJpa; I understood that I've to ...
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 ...