Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Error when removing entity - XAException from commit1: 100

By replicating the sql generated to delete these entities and running it
manually I found that there was a foreign key constraint being violated.
This was caused by legacy code creating entries in tables in the database
that were not yet mapped in JPA.

Thanks
Richard
-- 
View this message in context: http://www.nabble.com/Error-when-removing-entity---XAException-from-commit1%3A-100-tp19738771p19761167.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top