Thanks a lot, Kristian, That's it. Just for the record, the final form of the service registration method, on AppModule:
public DataService buildDataService(RegistryShutdownHub hub) { DataService ds = new DataServiceImpl(); hub.addRegistryShutdownListener((RegistryShutdownListener) ds); return ds; } -- View this message in context: http://www.nabble.com/configuring-a-service-for-shutdown-notification-tp17959487p17995884.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]