Hi, I have tried with version 5.3.1
<property name="hibernate.javax.cache.uri" value="classpath:jcache.xml"/>
without success. But works only when:
<property name="hibernate.javax.cache.uri" value="file:/very/long/absolute/path/jcache.xml"/>
Unfortunately, this is not very useful |