I want to test overflow to off heap feature in trial license. It won't let me. I get this error below. Is it even possible to test that feature in a trial license of BigMemory Go??
Caused by: net.sf.ehcache.CacheException: Cache xxx cannot be configured because the enterprise features manager could not be found. You must use an enterprise version of Ehcache to successfully enable overflowToOffHeap.
at net.sf.ehcache.Cache.initialise(Cache.java:1081)
at net.sf.ehcache.CacheManager.initializeEhcache(CacheManager.java:1298)
at net.sf.ehcache.CacheManager.addCacheNoCheck(CacheManager.java:1329)
at net.sf.ehcache.CacheManager.addCache(CacheManager.java:1227)
at net.sf.ehcache.CacheManager.addCache(CacheManager.java:1194)
You need to get an Enterprise version of Ehcache in order to test this.
For that you can download BigMemory Go. You cannot use the ehcache jar found in Maven.
You will then have to add the ehcache-ee jar found under <KIT_ROOT>/lib to your classpath instead of the OSS ehcache jar.
So I cannot test the feature in trial license? That is interesting. I wanted to make a buying decision based on how effectively the off heap feature works for me.