Could you please create an issue and provide a simple example? It don't sounds like the fixed problem.
2014-04-02 18:19 GMT+02:00 Christian Goetz <[email protected]> : > As a workaround I added an ExceptionHandler (I just found the > documentation here [1] ;) that catches FacesException and does nothing. > This prevents the recurring internal server error. > > Is the behaviour without an ExceptionHandler already fixed in the trunk? > If yes, are there any nightly builds or do I have to compile from source > to test it? > > Thanks, > Chris > > [1] > > http://deltaspike.apache.org/jsf.html#intergration-with-exception-control-since-06 > > > Jason Porter wrote: > > Looks like, unless I'm missing something, if there are still exceptions > > that haven't been handled we're not sending them back up to JSF so that > > they can be displayed on the page. > > > > > > On Wed, Apr 2, 2014 at 8:04 AM, Thomas Andraschko < > > [email protected]> wrote: > > > >> -> DeltaSpikeExceptionHandler > >> > >> > >> 2014-04-02 16:00 GMT+02:00 Jason Porter <[email protected]>: > >> > >>> Thomas, where is the JSF integration with exception handling?-- > >>> Sent from Mailbox for iPhone > >>> > >>> On Wed, Apr 2, 2014 at 7:52 AM, Thomas Andraschko > >>> <[email protected]> wrote: > >>> > >>>> 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 > >>>>> > >>>>> > >>>>> > > > > > > >
