Hi, could you please try a trunk build? we fixed a bug regarding the exception handling. If it does not work, please provide a example.
You can also deactivate the DeltaSpikeExceptionHandler via Deactivatable (sorry but i think there is currently no documentation available about it but it's used everywhere inside DS). Regards, Thomas 2014-04-02 15:37 GMT+02:00 Christian Goetz <[email protected]> : > 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 > > >
