이상 증강 오류에 대한 처리 errorat::0 formal unbound in pointcut

2223 단어
<bean id="ServiceAdvice" class="cn.bdqn.ioc.advice.ServiceAdvice">bean>
      <aop:config>
      <aop:pointcut expression="execution(* cn.bdqn.ioc.impl.*.*(..))" id="pointcut2"/>
      <aop:aspect ref="ServiceAdvice">
      <aop:after-throwing method="afterthrowing" pointcut-ref="pointcut2" />
      
      <aop:after method="after" pointcut-ref="pointcut2" />
      aop:aspect>
      aop:config> 

이 오류는 매개 변수가 입력되지 않아서 발생한 것입니다. 관건적인 던지기 이상throwing="e"
      method="afterthrowing" pointcut-ref="pointcut2" throwing="e"/>

좋은 웹페이지 즐겨찾기