|| annotation != null) {
try {
if (annotation != null) {
initFilteredServiceManager(annotation);
}
serviceManager = new ServiceManagerProxy(false);
serviceManager.start();
} catch (ServiceManagerProxy.AlreadyStartedException e) {
throw new OpenEJBRuntimeException(e);
}
}