Witam
Próbuję uruchomić ehcache lecz mam problem z tym, że on nie widzi pliku konfiguracyjnego, mimo iż podawałem go na różne sposoby.
Dostaje ostrzeżenie z którym wiążą sie późniejsze Wyjątki.

WARNING: No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath:

poniżej plik persistence.xml w którym podaje ścieżkę do pliku

<property name="hibernate.cache.use_second_level_cache" value="true"/>
      <property name="hibernate.cache.use_query_cache" value="true"/>
      <property name="hibernate.hbm2ddl.auto" value="update"/>
      <property name="hibernate.cache.region_prefix" value=""/>
      <property name="net.sf.ehcache.configurationResourceName" value="WEB-INF/ehcache.xml"/>
      <property name="hibernate.cache.provider_class" value="net.sf.ehcache.hibernate.SingletonEhCacheProvider"/>
      <property name="hibernate.format_sql" value="true"/>

Gdyby ktoś miał doczynienia z ehcache lub miał podobny problem proszę o pomoc. Pozdrawiam.