I have an RCP application that uses a connection to a in-memory database. There is one circumstance that, when shutting down windows, the application is killed without givi
You should override the preShutdown method on your class that extends WorkbenachAdvisor. Return false to halt the shutdown process or true to continue.