* workaround ehcache bug that causes it to crash on startup if there is an xml entity like & in the system property. Oddly enough this can be fixed by just not using the system property syntax

This commit is contained in:
Reinhard Pointner 2012-10-21 16:19:52 +00:00
parent 1163eb3f17
commit 417d1f6256
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!--
Persistent disk store location
-->
<diskStore path="${ehcache.disk.store.dir}" />
<diskStore path="ehcache.disk.store.dir" />
<!--
Mandatory Default Cache configuration. These settings will be applied to caches