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

Jason Thomas Greene jgreene at jboss.com
Sun Apr 22 22:53:22 EDT 2007


  User: jgreene 
  Date: 07/04/22 22:53:22

  Modified:    src/resources  pojocache-aop.xml
  Log:
  Introduce new notification API
  Remove mixin approach
  
  Revision  Changes    Path
  1.2       +0 -16     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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pojocache-aop.xml	13 Jan 2007 15:55:12 -0000	1.1
  +++ pojocache-aop.xml	23 Apr 2007 02:53:22 -0000	1.2
  @@ -145,20 +145,4 @@
      or an interface. All sub-classes or interface implementors will be instrumeneted.
      -->
      <prepare expr="field(* $instanceof{@org.jboss.cache.pojo.annotation.Replicable}->*)" />
  -
  -   <!-- Observer and Observable to monitor field modification -->
  -   <bind pointcut="
  -      set(* $instanceof{@org.jboss.cache.pojo.annotation.Replicable}->*)
  -      ">
  -         <interceptor class="org.jboss.cache.pojo.observable.SubjectInterceptor"/>
  -   </bind>
  -
  -   <introduction class="$instanceof{@org.jboss.cache.pojo.annotation.Replicable}">
  -      <mixin>
  -         <interfaces>org.jboss.cache.pojo.observable.Subject</interfaces>
  -         <class>org.jboss.cache.pojo.observable.SubjectImpl</class>
  -         <construction>new org.jboss.cache.pojo.observable.SubjectImpl(this)</construction>
  -      </mixin>
  -   </introduction>
  -
   </aop>
  
  
  



More information about the jboss-cvs-commits mailing list