Hi folks,
I'm wondering if there is a known issue or just an intended sharing of properties when trying to use both <aop:aspectj-autoproxy /> and <ehcache:annotation-driven />?
I have the autoproxy set to proxy-target-class="false" and the ehcache set to proxy-target-class="true", but setting the value on ehcache is causing problems with AOP on classes that are not annotated with @Cacheable. Is it possible to have these properties set this way?