kodo.util.UserException: The given instance of type "OurClass" and id "A" is not managed by this PersistenceManager.[OurClass$Identity-A]
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3004, 1 year ago
via Oracle Community by 3004, 1 year ago
via Oracle Community by 3004, 1 year ago
kodo.util.UserException: The given instance of type "OurClass" and id "A" is not managed by this PersistenceManager.[OurClass$Identity-A]
at kodo.runtime.PersistenceManagerImpl.assertManaged(PersistenceManagerImpl.java:4070)
at kodo.runtime.DetachManager.assertManaged(DetachManager.java:311)
at kodo.runtime.DetachManager.detach(DetachManager.java:275)
at kodo.runtime.DetachManager.detach(DetachManager.java:200)
at kodo.runtime.PersistenceManagerImpl.detach(PersistenceManagerImpl.java:3912)