SimpleServiceManager.stop() is not calling 'stop' on any RA
This lookup is throwing a NamingException, and thus never lists the adapters to close on shutdown:
namingEnumeration = containerSystem.getJNDIContext().listBindings("openejb/resourceAdapter");
Does anyone know the correct lookup string? Andy
