Hi, I have an application scoped bean and want to do some cleanup when the application is shutdown (undeployed). Is there a way to register the bean somehow with the application context like I can register a session scoped bean with the session context?
Regards Helmut