after some days of trying and waitin\' for answers on the springsource forums I\'ll try it here. Running my application results in these exception:
org.sprin
I have similar trouble in test config, because of using AOP. I added this line of code in spring-config.xml
<aop:config proxy-target-class="true"/>
And it works !
I had a similar issue but I was missing the (@Service or @Component) from the implementation of com.example.my.services.myUser.MyUserServiceImpl