Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Resolved
-
2.0.0-RC1
-
None
-
JPA
Description
This can be reproduced using the demo of the Error Reporting Service in the JPA demo app. When clicking on the button "Trigger an Error" a red message is shown saying "invalid data access api usage":
Instead it should show the viewer error page with the details of the custom EmailTicket returned by the ErrorReportingServiceDemoImplementation implementation.
When changing the IllegalArgumentException to a NullPointerException it works as expected: