Re: service shutdown hook in tapestry-ioc

2010-04-21 Thread Christian Edward Gruber
Nope, but that's awesome, and exactly what we were looking for, i think. Christian. On Apr 21, 2010, at 4:08 PM, Shing Hing Man wrote: Have you tried registering service with the RegistryShutdownHub ? Below is an example. @ServiceId("connectionManager") public static SageConnectionM

Re: service shutdown hook in tapestry-ioc

2010-04-21 Thread Shing Hing Man
Have you tried registering service with the RegistryShutdownHub ? Below is an example. @ServiceId("connectionManager") public static SageConnectionManager buildSageConnectionManager(RegistryShutdownHub hub) { PooledSageConnectionManager connManager= new PooledSageConn