Hi guys,

 

I’m sure there is a way to configure logging so that this doesn’t happen, but by default I notice tons of swallowed exceptions in MyFaces. The resulting behavior obviously is that something doesn’t work and there’s no indication why. Regardless of logging the error and of my not having spent a few hours figuring out how to configure MyFaces logs, I think it is unacceptable behavior for the application to continue to run after a fatal error. An example of a fatal error is an NPE thrown from a property setter during the “update model values” request processing phase. Such errors should be propagated to the servlet container so that I can eventually see a stack trace on my browser – very convenient during development.

 

Regards,

Bolerio

Reply via email to