The factorybean's javadoc says
Code:
 * <p><b>NOTE:</b> FactoryBean objects participate in the containing
 * BeanFactory's synchronization of bean creation. There is usually no
 * need for internal synchronization other than for purposes of lazy
 * initialization within the FactoryBean itself (or the like).
Is this still true if the FactoryBean is scoped? Will getObject still participate in the BeanFactory's synchronization?