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

Jason Thomas Greene jgreene at jboss.com
Wed May 30 02:08:03 EDT 2007


  User: jgreene 
  Date: 07/05/30 02:08:03

  Modified:    src/resources  pojocache-aop.xml
  Log:
  Switch to new notification system
  Resolve jmx test failure
  ensure that the pojo package is api only
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/src/resources/pojocache-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/resources/pojocache-aop.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pojocache-aop.xml	23 Apr 2007 02:53:22 -0000	1.2
  +++ pojocache-aop.xml	30 May 2007 06:08:03 -0000	1.3
  @@ -113,7 +113,7 @@
      </bind>
   
      <bind pointcut="execution(*
  -      org.jboss.cache.pojo.PojoUtil->@org.jboss.cache.pojo.annotation.TxUndo(..))">
  +      org.jboss.cache.pojo.impl.PojoUtil->@org.jboss.cache.pojo.annotation.TxUndo(..))">
         <interceptor-ref name="Undo"/>
      </bind>
   
  
  
  



More information about the jboss-cvs-commits mailing list