Author: dereed
Date: 2012-07-24 20:18:47 -0400 (Tue, 24 Jul 2012)
New Revision: 8516
Modified:
pojo/branches/3.0/src/main/resources/META-INF/pojocache-aop.xml
Log:
[PCACHE-86] Remove unnecessary name attribute from pojocache-aop.xml
Modified: pojo/branches/3.0/src/main/resources/META-INF/pojocache-aop.xml
===================================================================
--- pojo/branches/3.0/src/main/resources/META-INF/pojocache-aop.xml 2012-07-25 00:17:49
UTC (rev 8515)
+++ pojo/branches/3.0/src/main/resources/META-INF/pojocache-aop.xml 2012-07-25 00:18:47
UTC (rev 8516)
@@ -21,7 +21,7 @@
<introduction
expr="class($instanceof{(a)org.jboss.cache.pojo.annotation.Replicable})">
<interfaces>org.jboss.cache.pojo.impl.ArrayInterceptable</interfaces>
</introduction>
- <arraybind name="pojocache-array" type="READ_WRITE">
+ <arraybind type="READ_WRITE">
<interceptor-ref name="pojocache-array"/>
</arraybind>
</aop>
Show replies by date