[jboss-cvs] JBossAS SVN: r107427 - branches/infinispan-int/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 4 22:44:59 EDT 2010


Author: pferraro
Date: 2010-08-04 22:44:59 -0400 (Wed, 04 Aug 2010)
New Revision: 107427

Removed:
   branches/infinispan-int/cluster/src/etc/pojocache-aop.xml
Log:
Obsolete

Deleted: branches/infinispan-int/cluster/src/etc/pojocache-aop.xml
===================================================================
--- branches/infinispan-int/cluster/src/etc/pojocache-aop.xml	2010-08-05 02:43:32 UTC (rev 107426)
+++ branches/infinispan-int/cluster/src/etc/pojocache-aop.xml	2010-08-05 02:44:59 UTC (rev 107427)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<aop xmlns="urn:jboss:aop-beans:1.0">
-
-   <!--======================================================================--> 
-   <!--  Deploys the aspects needed for use of POJO Cache.                   -->
-   <!--  Deprecated. POJO Cache will be removed from a future release.       -->
-   <!--  The standard application services do not use POJO Cache, so this    -->
-   <!--  file can be removed if end user services do not require POJO Cache. -->
-   <!--======================================================================--> 
-    
-   <!-- If a POJO has Replicable annotation, it will be aspectized. -->
-   <!--
-   Supports inheritance and polymorphism. It can either be a concrete class
-   or an interface. All sub-classes or interface implementors will be instrumeneted.
-   -->
-   <prepare expr="field(* $instanceof{@org.jboss.cache.pojo.annotation.Replicable}->*)" />
-   
-   <!--  Work around that ensures annotated classes which do not access fields are instrumented -->
-   <introduction expr="class($instanceof{@org.jboss.cache.pojo.annotation.Replicable})"/>
-      
-   <!-- Array support -->
-   <!-- Comment entire section to disable -->
-   <arrayreplacement expr="class($instanceof{@org.jboss.cache.pojo.annotation.Replicable})"/>
-   <interceptor name="pojocache-array" class="org.jboss.cache.pojo.interceptors.dynamic.ArrayInterceptor"/>
-   <introduction expr="class($instanceof{@org.jboss.cache.pojo.annotation.Replicable})">
-       <interfaces>org.jboss.cache.pojo.impl.ArrayInterceptable</interfaces>
-   </introduction>
-   <arraybind name="pojocache-array-binding" type="READ_WRITE">
-      <interceptor-ref name="pojocache-array"/>
-   </arraybind>
-   
-</aop>



More information about the jboss-cvs-commits mailing list