Hello.
I was using the ProxyFactoryBean but now I need transactions, so let's change for TransactionProxyFactoryBean.
The problem is that TransactionProxyFactoryBean does not have the property interceptorNames like ProxyFactoryBean and I need to declare some interceptors in every bean.
Is there any alternative?
Thanks.


Reply With Quote