First and foremost, the class throwing this error is actually Ehcache's bundled Hibernate cache provider (net.sf.ehcache.hibernate.EhCacheRegionFactory). So the problem is in their class's impl
Hibernate bundles a Ehcache integration meant to work with the Ehcache singleton cache manager (this class is still developed in collab with the Ehcache developers): org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory. Ehcache may bundle their own as well.
3.6 is no longer developed. If you reproduce this using 4.x feel free to open against that version.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Rejecting this for a host of reasons: