I have some DAO methods invoked by the Java shutdown hook after the registry is shut down.
Is there a way to do these methods earlier and also to know when the registry is shutdown so the calls can bypass? java.lang.RuntimeException: Exception constructing service 'AuditDAO': Proxy for service AuditDAO is no longer active because the IOC Registry has been shut down. John