//probably wss4j isn't found or something. We'll ignore this
//as the policy framework will then not find the providers
//and error out at that point. If nothing uses ws-securitypolicy
//no warnings/errors will display
}
ServerLifeCycleManager m = b.getExtension(ServerLifeCycleManager.class);
if (m != null) {
m.registerListener(new ServerLifeCycleListener() {
public void startServer(Server server) {
}
public void stopServer(Server server) {
shutdownResources(server.getEndpoint().getEndpointInfo());
}