Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.9
-
Fix Version/s: None
-
Component/s: CACHE
-
Labels:None
-
Environment:spring-framework-3.0.0.M2
Description
When using caching annotations like @Cacheable an exception is thrown:
Caused by: java.lang.NoClassDefFoundError: org/springframework/metadata/Attributes
This class is part of Spring 2.5.6; but not in Spring 3.0.0. Is this a compatibility issue of Spring Modules?
Is there a way getting Spring Modules Cache working with Spring 3.0.0? As long as not using annotations caching works fine.