Hi, I'm creating an application based on JavaEE 7 and DeltaSpike running on Wildfly 8.0. Since the update to DeltaSpike 0.6, every JSF exception results in an Internal Server Error and the application is completely stuck and returns the Internal Server Error on every page from there on. Only a redeployment helps to void the error.
I guess the following exception has something to do with it: 13:07:08,715 WARNING [org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerBroadcaster] (default task-2) No handlers found for exception javax.faces.el.EvaluationException When going back to DeltaSpike 0.5, JSF exceptions are displayed "normally" and the applications doesn't produce Internal Server Errors. Do I have to configure a JSF exception handler manually in 0.6? and how can I do that? Thanks, Chris
