Spring AOP ignores some methods of Hessian Service
问题 I have an Aspect with the following pointcut definition @Pointcut("execution(public de.company.project..* *(..))") and a spring configuration containing the following <aop:aspectj-autoproxy /> <bean id="myaspect" class="de.company.project.impl.MyAspect" /> <bean id="someService" class="de.company.project.impl.SomeService" /> <bean name="/SomeService" class="org.springframework.remoting.caucho.HessianServiceExporter"> <property name="service" ref="someService" /> <property name=