I had to sub class AnnotationAwareAspectJAutoProxyCreator (to customize selection of proxy mechanism, CGlib vs. JDK proxy).
I have a bean of my subclass in my Spring AppContext, but Sping IDE does not seem to recognize my subclass as an aspect weaver.
Any suggestions on how I can tell Spring IDE that my sub class is actually a weaver so that AOP support is enabled in the IDE.


Reply With Quote