Details
Description
with Sakai 2.9, the ehcache version has been upgraded to 2.5.1.
According to ehcache document (http://ehcache.org/documentation/2.5/configuration/cache-size), the maxElementsInMemory property is replace by maxEntriesOnHeap. However, EhCacheFactoryBean.java code inside kernel is still setting the old property maxElementsInMemory. Need to change it to maxEntriesOnHeap.