|
From: Rajeev K. <Ra...@cu...> - 2003-12-05 23:34:27
|
Never mind. I found I could use the = PropertiesTransactionAttributeSource to achieve this. ----- Original Message -----=20 From: Rajeev Kaul=20 To: spr...@li...=20 Sent: Friday, December 05, 2003 3:10 PM Subject: [Springframework-developer] Centralized Transaction = Attributes for transaction interceptor in BeanNameAutoProxyCreator 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 |