From 312b1aa3d688d65069431dd1210c148c134e95ee Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 8 Dec 2011 13:20:01 +0000 Subject: [PATCH] + add cache aspectj aspect --- .../src/main/resources/META-INF/aop.xml | 1 + .../cache/config/annotation-cache-aspectj.xml | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/org.springframework.aspects/src/main/resources/META-INF/aop.xml b/org.springframework.aspects/src/main/resources/META-INF/aop.xml index d21ef49b9b5..ae76c4db95c 100644 --- a/org.springframework.aspects/src/main/resources/META-INF/aop.xml +++ b/org.springframework.aspects/src/main/resources/META-INF/aop.xml @@ -13,6 +13,7 @@ + diff --git a/org.springframework.aspects/src/test/java/org/springframework/cache/config/annotation-cache-aspectj.xml b/org.springframework.aspects/src/test/java/org/springframework/cache/config/annotation-cache-aspectj.xml index 5ef8152e472..b91de318b09 100644 --- a/org.springframework.aspects/src/test/java/org/springframework/cache/config/annotation-cache-aspectj.xml +++ b/org.springframework.aspects/src/test/java/org/springframework/cache/config/annotation-cache-aspectj.xml @@ -2,11 +2,15 @@ + xmlns:cache="http://www.springframework.org/schema/cache" + xmlns:context="http://www.springframework.org/schema/context" + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd + http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"> - - + + + + +