-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP 5.0.0, EAP 5.0.1
-
Fix Version/s: EAP_EWP 5.1.0
-
Component/s: Seam
-
Labels:
-
Environment:
Any
-
Affects:Release Notes
-
Estimated Difficulty:Medium
org.jboss.seam.core.Interpolator swallows all exceptions, so if I have #
{entityHome.instance.name} somewere in the page, and entityHome has id which is missed from database - I expect that org.jboss.seam.framework.EntityNotFoundException will be handled by this block in pages.xml<exception class = "org.jboss.seam.framework.EntityNotFoundException">
<redirect view-id = "/error.xhtml">
<message severity = "warn">#{messages['org.jboss.seam.framework.EntityNotFoundException']}</message>
</redirect>
</exception>
but, instead I got
[WARN] exception interpolating string: #{entityHome.instance.name}
This is due
Interpolator.java:131
} catch (Exception e)
- is blocked by
-
JBSEAM-4203 Interpolator swallows all exceptions
-
- Closed
-