Details
Description
Spring Modules cache extension relies on Spring 2.0 functionality - uses org.springframework.util.ReflectionUtils.findMethod() which is only available since in Spring 2.0.
As a result, when trying to use caching with Spring 1.2.x, a java.lang.NoSuchMethodException:ReflectionUtils.findMethod() gets thrown while initializing the cache manager.