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

Ben Wang bwang at jboss.com
Wed Jul 12 09:25:35 EDT 2006


  User: bwang   
  Date: 06/07/12 09:25:35

  Modified:    src/resources  jboss-aop.xml
  Log:
  Take interceptors for find method.
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- jboss-aop.xml	10 Jul 2006 02:31:29 -0000	1.10
  +++ jboss-aop.xml	12 Jul 2006 13:25:35 -0000	1.11
  @@ -126,10 +126,10 @@
         <interceptor-ref name="Undo"/>
      </bind>
   
  +   <!-- Don't do find method now. Is it necessary? -->
      <bind pointcut="
         execution(* org.jboss.cache.pojo.impl.PojoCacheImpl->attach(..)) OR
  -      execution(* org.jboss.cache.pojo.impl.PojoCacheImpl->detach(..)) OR
  -      execution(* org.jboss.cache.pojo.impl.PojoCacheImpl->find(..))
  +      execution(* org.jboss.cache.pojo.impl.PojoCacheImpl->detach(..))
      ">
         <stack-ref name="Tx"/>
      </bind>
  
  
  



More information about the jboss-cvs-commits mailing list