[jboss-cvs] JBossAS SVN: r74482 - projects/aop/trunk/aop/docs/examples/after-throwing.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 12 09:07:58 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-06-12 09:07:58 -0400 (Thu, 12 Jun 2008)
New Revision: 74482

Modified:
   projects/aop/trunk/aop/docs/examples/after-throwing/jboss-aop.xml
Log:
[JBAOP-589] Example after-throwing fixed.

Modified: projects/aop/trunk/aop/docs/examples/after-throwing/jboss-aop.xml
===================================================================
--- projects/aop/trunk/aop/docs/examples/after-throwing/jboss-aop.xml	2008-06-12 12:50:49 UTC (rev 74481)
+++ projects/aop/trunk/aop/docs/examples/after-throwing/jboss-aop.xml	2008-06-12 13:07:58 UTC (rev 74482)
@@ -6,6 +6,9 @@
    <bind pointcut="execution(* POJO->*(..))">
       <throwing name="afterThrowing" aspect="Aspect"/>
       <throwing name="afterThrowingJoinPoint" aspect="Aspect"/>
+   </bind>
+   
+   <bind pointcut="execution(* POJO->*(java.lang.String))">
       <throwing name="afterThrowingArg" aspect="Aspect"/>
       <throwing name="afterThrowingJoinPointArg" aspect="Aspect"/>
    </bind>




More information about the jboss-cvs-commits mailing list