[jboss-cvs] jbosstest/src/resources/aop/META-INF ...

Kabir Khan kkhan at jboss.com
Tue Jul 18 12:38:11 EDT 2006


  User: kkhan   
  Date: 06/07/18 12:38:11

  Modified:    src/resources/aop/META-INF  jboss-aop.xml
  Log:
  Add some tests to capture the move of the annotation creator from aop to the container module
  
  Revision  Changes    Path
  1.50      +8 -0      jbosstest/src/resources/aop/META-INF/jboss-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/aop/META-INF/jboss-aop.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -b -r1.49 -r1.50
  --- jboss-aop.xml	5 Sep 2004 13:55:06 -0000	1.49
  +++ jboss-aop.xml	18 Jul 2006 16:38:11 -0000	1.50
  @@ -416,4 +416,12 @@
         </mixin>
      </introduction>
   
  +   <!-- Test that we are able to access functionality moved to the container module -->
  +   <annotation expr="class(org.jboss.test.aop.bean.POJO)">
  +      @org.jboss.test.aop.bean.OverriddenAnnotation(data="Overridden")
  +   </annotation>
  +   
  +   <bind pointcut="execution(* org.jboss.test.aop.bean.POJO->overriddenAnnotatedMethod())">
  +      <interceptor class="org.jboss.test.aop.bean.OverriddenAnnotationInterceptor"/>
  +   </bind>
   </aop>
  
  
  



More information about the jboss-cvs-commits mailing list