Failed to convert property value of type ‘java.lang.String’ to required type ‘net.sf.ehcache.CacheManager’ for property ‘cacheManager’
<bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager" p:cache-manager="ehcache"/>
<!-- Ehcache library setup -->
<bean id="ehcache" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean" p:config-location="classpath:com/spring/test/ehcache/config/ehcache.xml"/>
p:cache-managerwon’t work for a bean reference. Try this instead: