I know I can use JmsTemplate and participate in the JTA transaction. My question is does Spring 1.1.5 support an Interceptor based approach (just like HibernateInterceptor etc) so that I can declare...
Type: Posts; User: vramanlal; Keyword(s):
I know I can use JmsTemplate and participate in the JTA transaction. My question is does Spring 1.1.5 support an Interceptor based approach (just like HibernateInterceptor etc) so that I can declare...
Found my issue.
I was using XmlBeanFactory when I should have been using an ApplicationContext.
I am trying to use the BeanNameAutoProxyCreator to apply some interceptors to all beans in a given context.
However I cannot get it to work. I must be doing something wrong.
Can someone send...