<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Messages posted by "babltiga"]]></title>
		<link>http://forums.terracotta.org/forums/posts/listByUser/5810.page</link>
		<description><![CDATA[Messages posted by "babltiga"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>maxBytesLocalHeap and defaultCache</title>
				<description><![CDATA[ Hi, my question is why ehcache.xsd prevents me to add maxBytesLocalHeap, maxBytesLocalOffHeap and maxBytesLocalDisk on the defaultCache element. I mean when I add maxBytesLocalHeap, maxBytesLocalOffHeap and maxBytesLocalDisk to defaultCache element in the ehcache.xml the xml validator complain about this entries, same about sizeOfPolicy subelement.  

<span class="genmed"><b>Code:</b></span><br>
		<div>
		<pre bbCodeId="pre-code" style="overflow: auto; width: 95%; max-height: 350px; height:expression(this.scrollHeight > 350 ? '350px' : 'auto');">
	&lt;defaultCache 
		timeToIdleSeconds="0"
		timeToLiveSeconds="0"
		eternal="true"
		overflowToDisk="true"
		maxBytesLocalHeap="100M"
		maxBytesLocalDisk="1G"	
		memoryStoreEvictionPolicy="LRU" &gt;
		
		&lt;!-- The used for counting the object graph size in bytes  --&gt;
		&lt;sizeOfPolicy maxDepthExceededBehavior="abort" maxDepth="1500" /&gt;
		
	&lt;/defaultCache&gt;
</pre>
		</div>
[list]
1. Attribute 'maxBytesLocalDisk' is not allowed to appear in element  'defaultCache'.
2. Attribute 'maxBytesLocalHeap' is not allowed to appear in element 'defaultCache'.
3. Invalid content was found starting with element 'sizeOfPolicy'. One of '{cacheEventListenerFactory, cacheExtensionFactory, cacheLoaderFactory, cacheDecoratorFactory, 
 bootstrapCacheLoaderFactory, cacheExceptionHandlerFactory, pinning, terracotta, cacheWriter, copyStrategy, elementValueComparator}' is expected.
[/list]
]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/6399/32421.page#32421</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/6399/32421.page#32421</link>
				<pubDate><![CDATA[Wed, 14 Dec 2011 01:02:48]]> GMT</pubDate>
				<author><![CDATA[ babltiga]]></author>
			</item>
	</channel>
</rss>