Search:

Type: Posts; User: ignorantcoder; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thank you for your reply. Yes there were two...

    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...
  2. Spring AOP not working with Autowired Dependencies

    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"...
Results 1 to 2 of 2