ServiceBuilderResources resources = new ServiceResourcesImpl(_registry, this, def, log);
// Build up a stack of operations that will be needed to instantiate the service
// (by the proxy, at a later date).
ObjectCreator creator = def.createServiceCreator(resources);
creator = new LifecycleWrappedServiceCreator(lifecycle, resources, creator);
// Don't allow the tapestry.ioc services to be decorated.