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
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
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
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