Thank you for your reply.
Yes there were two instances of the service.
I excluded the loading of the servlet.xml during the ContextLoaderListerner execution and let the DispatcherServlet load...
Type: Posts; User: ignorantcoder; Keyword(s):
Thank you for your reply.
Yes there were two instances of the service.
I excluded the loading of the servlet.xml during the ContextLoaderListerner execution and let the DispatcherServlet load...
I encountered weird problem.
I have defined a Proxy for intercepting all service methods to apply some logic.
<bean id="someAdvice" class="com.something.SomeAdvisor" />
<bean id="someProxy"...