[jboss-dev-forums] [Design of Kosmos] - Re: serviceResultUpdaterJob not traversing repository

sstuart4 do-not-reply at jboss.com
Tue Jul 25 16:49:54 EDT 2006


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#3960802

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960802



More information about the jboss-dev-forums mailing list