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