Hello
When I try to catch the EntityNotFoundException, instead of
javax.persistence.EntityNotFoundException
a
com.objectdb.o._EntityNotFoundException
is thrown, which seemed not to be a subclass of the 'javax.persistence.EntityNotFoundException'. Is there any reason for that behavior. How can I make the source JPA conform?
best regards
Arne