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

Ben Wang bwang at jboss.com
Thu Jul 13 02:42:26 EDT 2006


  User: bwang   
  Date: 06/07/13 02:42:26

  Modified:    src/resources  jboss-aop.xml
  Log:
  Changed the interceptor stack to per-method base since 1) methods are few, 2) flexible configuration.
  
  Revision  Changes    Path
  1.14      +2 -2      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- jboss-aop.xml	13 Jul 2006 04:27:26 -0000	1.13
  +++ jboss-aop.xml	13 Jul 2006 06:42:26 -0000	1.14
  @@ -142,11 +142,11 @@
         <stack-ref name="Attach"/>
      </bind>
   
  -   <bind pointcut="execution(* org.jboss.cache.pojo.impl.PojoCacheImpl->@org.jboss.cache.pojo.annotation.TxUndo(..))">
  +   <bind pointcut="execution(* org.jboss.cache.pojo.impl.PojoCacheImpl->@org.jboss.cache.pojo.annotation.Detach(..))">
         <stack-ref name="Detach"/>
      </bind>
   
  -   <bind pointcut="execution(* org.jboss.cache.pojo.impl.PojoCacheImpl->@org.jboss.cache.pojo.annotation.TxUndo(..))">
  +   <bind pointcut="execution(* org.jboss.cache.pojo.impl.PojoCacheImpl->@org.jboss.cache.pojo.annotation.Find(..))">
         <stack-ref name="Find"/>
      </bind>
   </aop>
  
  
  



More information about the jboss-cvs-commits mailing list