Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
2.0.0-RC2
-
None
Description
There is an asymmetry with JdoEntityFacet vs JpaEntityFacet, where on object not found during fetch, we either throw an ObjectNotFound exception (JDO) or return null (JPA).
It seems Wicket Viewer does not handle both cases consistently. The expected behavior is to show an Object-Not-Found error page (instead of a Server 500 or Server 404).