Hi,
  Currently, EntityManager facade translates exceptions raised by kernel
using a RuntimeExceptionTranslator that passes through any exception whose
class name starts with "org.apache.openjpa.persistence."

  This policy, thereby, produces user-visible exceptions that are not
*strictly* what JPA spec says (though loosely they are, because many of
these pass-through OpenJPA-specific exceptions inherit from their
JPA-defined counterparts). Does spec say something about the exact runtime
type of raised exception by EntityManager methods, for example, will a
subclass be spec-compliant? 
  
  I don't seem to locate any statements w.r.t. above question.

  Regards --

Pinaki     
-- 
View this message in context: 
http://www.nabble.com/Exception-translation-by-EntityManager-facade-tp17521307p17521307.html
Sent from the OpenJPA Developers mailing list archive at Nabble.com.

Reply via email to