Re: My exception handling is broken

2007-02-03 Thread Ingo Düppe
Hi, ok now I add my own ViewRoot:     component       component-typejavax.faces.ViewRoot/component-type       component-classorg.openuss.web.application.DefaultViewRoot/component-class       /component My DefaultViewRoot class. That do not set responseComplete if an exception

My exception handling is broken

2007-01-30 Thread Ingo Düppe
Hi, I guess I missed some changes in shale 1.0.4. I override the DefaultExceptionHandling so that my backing bean can throw to types of exceptions one of my ApplicationExceptions and the unchecked SystemExceptions. These two types were handled by the DefaultExceptionHandler. For instance,

Re: My exception handling is broken

2007-01-30 Thread Veit Guna
Hi. I encountered the same problem. I started development with shale-1.0.4-SNAPHSOT a while ago and wrote my own ExceptionHandler, too. That worked so far. 3 weeks ago I upgraded to 1.0.4 and for example acegi exceptions didn't get propagated anymore to its ExceptionFilter. At this time I