[jboss-cvs] JBossAS SVN: r63711 - projects/aop/trunk/aop/src/resources/test/stress/batf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 28 12:22:19 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-06-28 12:22:18 -0400 (Thu, 28 Jun 2007)
New Revision: 63711

Modified:
   projects/aop/trunk/aop/src/resources/test/stress/batf/jboss-aop.xml
Log:
Some more stress tests for lightweight vs around when accessing arguments (Forgot to commit this before)

Modified: projects/aop/trunk/aop/src/resources/test/stress/batf/jboss-aop.xml
===================================================================
--- projects/aop/trunk/aop/src/resources/test/stress/batf/jboss-aop.xml	2007-06-28 12:55:28 UTC (rev 63710)
+++ projects/aop/trunk/aop/src/resources/test/stress/batf/jboss-aop.xml	2007-06-28 16:22:18 UTC (rev 63711)
@@ -29,5 +29,12 @@
 	   <before aspect="org.jboss.test.aop.stress.batf.SimpleAspect" name="before"/>
    </bind>
    
+   <bind pointcut="execution(* org.jboss.test.aop.stress.batf.POJO->methodWithAroundArguments(..))">
+	   <around aspect="org.jboss.test.aop.stress.batf.SimpleAspect" name="aroundWithAroundArguments"/>
+   </bind>
+
+   <bind pointcut="execution(* org.jboss.test.aop.stress.batf.POJO->methodWithTypedArguments(..))">
+	   <before aspect="org.jboss.test.aop.stress.batf.SimpleAspect" name="beforeWithTypedArguments"/>
+   </bind>
 </aop>
 




More information about the jboss-cvs-commits mailing list