Hello,
I have a thread-safe method which uses sqlMapClientTemplate to return a list directly. If I wrap the method using TransactionProxyFactoryBean (PROPAGATION_REQUIRED, readOnly), will it still be thread safe? FYI, the bean is a singleton and will be used in web application.
Please help me, I am a newbie.
Billy


Reply With Quote