[jboss-cvs] JBossCache/examples/PojoCache/loadtime/src ...
Jason Thomas Greene
jgreene at jboss.com
Tue Aug 7 14:33:50 EDT 2007
User: jgreene
Date: 07/08/07 14:33:50
Modified: examples/PojoCache/loadtime/src user-aop.xml
Log:
Fix JBCACHE-1161
Revision Changes Path
1.2 +0 -12 JBossCache/examples/PojoCache/loadtime/src/user-aop.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: user-aop.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/loadtime/src/user-aop.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- user-aop.xml 24 Sep 2006 08:23:14 -0000 1.1
+++ user-aop.xml 7 Aug 2007 18:33:50 -0000 1.2
@@ -13,16 +13,4 @@
-->
<prepare expr="field(* examples.*->*)" />
- <bind pointcut="set(* examples.*->*)">
- <interceptor class="org.jboss.cache.pojo.observable.SubjectInterceptor"/>
- </bind>
-
- <introduction class="examples.*">
- <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