ref.getProperty("service.pid"),
ref.getBundle().getSymbolicName()
};
LOGGER.error("service-has-been-unregistered", params);
} else {
Operation operation =
(Operation) service;
result = operation.execute(
localDescriptor, request, response);
}
}
if (result == Result.UNSUPPORTED) {
throw new OperationNotFoundException(