[ https://issues.jboss.org/browse/SEAMCATCH-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587923#comment-12587923 ]
Jason Porter commented on SEAMCATCH-48: --------------------------------------- Yangju, is this still a problem? I think we're good to close, if you'd like to create another issue to track documentation enhancements please feel free, but I think this issue is not a problem. > HandlesException never got invoked in jboss AS 6 Final > ------------------------------------------------------ > > Key: SEAMCATCH-48 > URL: https://issues.jboss.org/browse/SEAMCATCH-48 > Project: Seam Catch > Issue Type: Bug > Environment: jboss AS 6 with seam 3 persistence, seam 3 Config, seam > 3 internationalizarion, jsf 2 > Reporter: yangju > Assignee: Jason Porter > > I have the following method in my exception handler class: > public void nullPointerHandler(@Handles(precedence =200) > CaughtException<NullPointerException> event) { > log.error("Something bad happened: " + > event.getException().getMessage()); > event.handled(); > } > I throw an artificial NPE from my weld managed bean (jsf controller), but the > exception seems to be handled first by JSF facesException handler and never > reached to the seam catch handler. > Is this a bug or did I do something wrong? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ seam-issues mailing list seam-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/seam-issues