The factorybean's javadoc says
Is this still true if the FactoryBean is scoped? Will getObject still participate in the BeanFactory's synchronization?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).


Reply With Quote