threadsafe « Thread « Spring Q&A





1. Is EntityInterceptors Are ThreadSafe?    forum.springsource.org

Hi all, I'm developing Audit Trail. So on any Create,Update,Delete operation on any table will call EntityInterceptor. Now if anytime, 1) Two persons edit diff row in same table or, 2) ...

2. spring-framework-3.0.0.RC3 - Singleton Beans not Threadsafe    forum.springsource.org

spring-framework-3.0.0.RC3 - Singleton Beans not Threadsafe Hi there, I noticed that org.springframework.beans.factory.support. DefaultSingletonBeanRegistry.java uses three methods to get a SingletonBean: 1) public Object getSingleton(String beanName, ObjectFactory singletonFactory) 2) public Object getSingleton(String ...