throw new IllegalArgumentException(
String.format(
"Service scope '%s' requires a proxy, but the service does not have a service interface (necessary to create a proxy). Provide a service interface or select a different service scope.",
def.getServiceScope()));
return creator.createObject();
}
creator = new OperationTrackingObjectCreator(registry, "Invoking " + creator.toString(), creator);
creator = new LifecycleWrappedServiceCreator(lifecycle, resources, creator);