Re: T5.0.7: ThreadCleanupHubImpl.cleanup swallows exceptions

2008-01-21 Thread Davor Hrg
gt; appears to be my attempt at creating two registries. > > > - Original Message > From: Howard Lewis Ship <[EMAIL PROTECTED]> > To: Tapestry users > Sent: Sunday, January 20, 2008 9:01:07 AM > Subject: Re: T5.0.7: ThreadCleanupHubImpl.cleanup swallows ex

Re: T5.0.7: ThreadCleanupHubImpl.cleanup swallows exceptions

2008-01-21 Thread Franz Amador
weak static reference to part of the IOC registry and complains at what appears to be my attempt at creating two registries. - Original Message From: Howard Lewis Ship <[EMAIL PROTECTED]> To: Tapestry users Sent: Sunday, January 20, 2008 9:01:07 AM Subject: Re: T5.0.7: ThreadCleanupHubI

Re: T5.0.7: ThreadCleanupHubImpl.cleanup swallows exceptions

2008-01-20 Thread Howard Lewis Ship
By the time it executes, it is too late to render a response with the exception. There's nothing that can catch the exception ... the only thing "above" ThreadCleanupHubImpl is the servlet and then the servlet container. Further, it is very important that every cleanup listener be invoked, or you

T5.0.7: ThreadCleanupHubImpl.cleanup swallows exceptions

2008-01-11 Thread Franz Amador
ThreadCleanupHubImpl.cleanup (line 53) catches exceptions thrown by service initialization cleanup. It logs them, which is good, but it doesn't pass them up, which is causing me problems. I want to know if Hibernate initialized successfully, but this prevents me from seeing exceptions thrown d