As a test, I set my xml config file to a max of 10 nodes. but I can insert past 
it with no error or problem. 

Here are my relevant xml settings. Maybe someone can tell me if Im doing 
something wrong. 

Thanks in advance,
Sean Gildea

       <attribute 
name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  |        <attribute name="EvictionPolicyConfig">
  |             <config>
  |                     <attribute name="wakeUpIntervalSeconds">60</attribute>
  | 
  |                     <region name="/_default_">
  |                      <attribute name="maxNodes">10</attribute>
  |                      <attribute name="timeToIdleSeconds">1000</attribute>
  |                     </region>
  |                             <region name="/atpcore/fares">
  |                      <attribute name="maxNodes">10</attribute>
  |                      <attribute name="timeToIdleSeconds">60</attribute>
  |                     </region>
  |             </config>
  | 
  |         </attribute>
  | 
  |        <attribute name="FetchStateOnStartup">true</attribute>
  |        <attribute 
name="CacheLoaderClass">org.jboss.cache.loader.FileCacheLoader</attribute>
  |        <attribute name="CacheLoaderConfig">
  |          location=c:\\tmp\\oodb
  |        </attribute>
  |        <attribute name="CacheLoaderShared">false</attribute>
  |        <attribute name="CacheLoaderPreload">/atpcore/fares</attribute>
  |        <attribute name="CacheLoaderFetchTransientState">false</attribute>
  |        <attribute name="CacheLoaderFetchPersistentState">true</attribute>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878915#3878915

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


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to