0 Replies Latest reply on Nov 13, 2013 8:31 AM by sebp

    How to do JPA Exception Translation?

    sebp

      Hi,

      I'd like to translate JPA Exceptions into my own Application Exceptions. JPA Exceptions (Persistence Provider specific Exceptions) are thrown when the transaction commits. This happens outside any business logic. How can I catch these exceptions and translate them?

      Regards, Sebastian