|
If the "net.sf.ehcache.configurationResourceName" property is defined in hibernate.cfg.xml and loaded with .configure(), it will have "hibernate." prepended.
When EhCacheRegionFactory attempts to find that property, it doesn't look for "hibernate.net.sf.ehcache.configurationResourceName" and fails to find the property.
|