Greetings to all;
Please help me how to configure the EHcache in our project, I have the folloiwng Qs:
[1] We already have Spring version 2.0.6, do I have to install further Jars to use it (Do I have to install further Jars to use EHcache). Please note that there is a package already there related to ehcahe:
org.springframework.cache.ehacahe
[2] There is a schema defintion error when defining xml file. MyEclispe does not recoginze the <ehcache > tag and point an error.
"Your time in helping others is greatly appreciated"Code:<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:ehcache="http://www.springmodules.org/schema/ehcache" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd http://www.springmodules.org/schema/ehcache http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd"> </beans>
Thanks



