[jboss-cvs] JBossCache/examples/PojoCache/non-annotated/src ...
Jason Thomas Greene
jgreene at jboss.com
Thu Aug 2 02:52:01 EDT 2007
User: jgreene
Date: 07/08/02 02:52:01
Modified: examples/PojoCache/non-annotated/src user-aop.xml
Log:
fix examples
Revision Changes Path
1.2 +0 -13 JBossCache/examples/PojoCache/non-annotated/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/non-annotated/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 09:25:53 -0000 1.1
+++ user-aop.xml 2 Aug 2007 06:52:01 -0000 1.2
@@ -12,17 +12,4 @@
for both get and set.
-->
<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