[jboss-cvs] JBossCache/src/resources ...

Ben Wang bwang at jboss.com
Wed Aug 2 11:35:34 EDT 2006


  User: bwang   
  Date: 06/08/02 11:35:34

  Modified:    src/resources  jboss-aop.xml
  Log:
  Added interceptor to check for recursive Collection toString
  
  Revision  Changes    Path
  1.18      +2 -7      JBossCache/src/resources/jboss-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/resources/jboss-aop.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- jboss-aop.xml	2 Aug 2006 10:29:26 -0000	1.17
  +++ jboss-aop.xml	2 Aug 2006 15:35:34 -0000	1.18
  @@ -145,14 +145,9 @@
         <interceptor-ref name="CheckId"/>
      </stack>
   
  -   <!-- TODO. Not working yet. This bind the jointpoint to specific in-memory operations. Currently in PojoUtil. -->
  -   <!--bind pointcut="execution(*
  -      @org.jboss.cache.pojo.annotation.Reentrant->toString())">
  -      <interceptor-ref name="Reentrant"/>
  -   </bind-->
  -
  +   <!-- This bind the jointpoint to specific in-memory operations. Currently in PojoUtil. -->
      <bind pointcut="execution(*
  -      org.jboss.cache.pojo.collection.*->toString())">
  +      @org.jboss.cache.pojo.annotation.Reentrant->toString())">
         <interceptor-ref name="Reentrant"/>
      </bind>
   
  
  
  



More information about the jboss-cvs-commits mailing list