I forgot, I was going to send my ehcache.xml in the previous post. Here it is:
| <ehcache>
| <diskStore path="java.io.tmpdir"/>
|
| <!-- durations need to set longer than the "repeatInterval" property of
the "serviceResultUpdateTrigger" bean -->
| <defaultCache name="hu.midori.kosmos.server.defaultCache"
maxElementsInMemory="1024" eternal="false"
| timeToIdleSeconds="14400" timeToLiveSeconds="14400"
overflowToDisk="true" diskPersistent="true"/>
|
| <cache name="hu.midori.kosmos.server.cache"
maxElementsInMemory="1024" eternal="false"
| timeToIdleSeconds="14400" timeToLiveSeconds="14400"
overflowToDisk="true" diskPersistent="true"/>
| </ehcache>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960802#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...