|
From: Rajeev K. <Ra...@cu...> - 2003-12-05 23:12:16
|
I want to use a single BeanNameAutoProxyCreator to create Transaction = proxies for several DAO beans, as opposed to using a = TransactionProxyFactoryBean for each. Is there a way to centralize the = transaction attributes for these beans, or do you have to implement your = own TransactionInterceptor for this purpose? Rajeev Kaul |