javax.persistence.EntityNotFoundException using merge

#1

I am trying to persist a new object using merge operation.But I am getting javax.persistence.EntityNotFoundException .

When working with other JPA implementor it works fine.

I need to use merge beause I need to get the reference to the managed instance of the created object.

I am using ObjectDB 2.3.2_04

#2

More details are required. Please read and follow the posting instructions.

ObjectDB Support

Reply