"': Target type could not be determined at the time of proxy creation.");
}
// Add an introduction that implements only the methods on ScopedObject.
// Not sure if this is useful...
ScopedObject scopedObject = new DefaultScopedObject(cbf, scopedTargetSource.getTargetBeanName());
pf.addAdvice(new DelegatingIntroductionInterceptor(scopedObject));
// Add the AopInfrastructureBean marker to indicate that the scoped proxy
// itself is not subject to auto-proxying! Only its target bean is.
// Not sure if this is needed....