1. mixing autoproxycreator and proxyfactories in spring stackoverflow.comHow do I mix BeanNameAutoProxyCreator and (Transaction)ProxyFactoryBean in such a way that there is only one proxy? I want to create a proxy with JamonInterceptor, but some have also an transaction interceptor/factory ... |
2. Sub-classes AutoProxyCreator - SpringIDE AOP support gone forum.springsource.orgI 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 ... |