Hello, how can i integrate an interceptor extending org.springframework.web.servlet.handler.HandlerInt erceptorAdapter ?
In combination with org.springframework.aop.framework.autoproxy.BeanNa meAutoProxyCreator i get an exception:
Thanks, FelixCode:nested exception is org.springframework.aop.framework.adapter.UnknownAdviceTypeException: Advice object is neither a supported subinterface of [org.aopalliance.aop.Advice] nor an [org.springframework.aop.Advisor]


Reply With Quote