2013-10-06 2 views
0

에 나는 ehcache.xml 찾을 수 없습니다 말을 계속 ...하지만 일반 서버에서 찾을 수봄 단위 테스트는 EHCache는

@RunWith(SpringJUnit4ClassRunner.class) 
@ContextConfiguration(locations = { "file:WebContent/WEB-INF/dispatcher-servlet.xml" }) 

<!-- Start of EhCache --> 
    <cache:annotation-driven /> 
    <context:component-scan base-package="caching" /> 
    <bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager" p:cacheManager-ref="ehcache"/> 
    <bean id="ehcache" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean" 
    p:configLocation="/WEB-INF/ehcache.xml" 
    p:shared="true"/> 
    <!-- End of EhCache --> 

을 주석했다. 문제가 무엇인지 알 수 있습니까?

답변

0

스프링 구성과 ehcache 구성이 모두 올바르게 동일한 경우. 그래서 당신이 사용할 수있는 것 같습니다 p:configLocation="ehcache.xml"