Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

MIssing hibernate.cache.region.factory_class parameter #13

Open
rblazquez opened this issue Feb 13, 2015 · 0 comments
Open

MIssing hibernate.cache.region.factory_class parameter #13

rblazquez opened this issue Feb 13, 2015 · 0 comments

Comments

@rblazquez
Copy link

Hello,

Im trying to use memcached with grails 2.4.3. I have L2 cache and query cache enabled,

When i run my app i get an error

Caused by: org.hibernate.cache.NoCacheRegionFactoryAvailableException??: Second-level cache is used in the application, but property hibernate.cache.region.factory_class is not given; please either disable second level cache or set correct region factory using the hibernate.cache.region.factory_class setting and make sure the second level cache provider (hibernate-infinispan, e.g.) is available on the classpath.

I clearly states that i need to set up the hibernate.cache.region.factory_class parameter. But i've seen nothing about this in the documentation and i also don't know which class is available to play this role.

Could you give me some hint to solve this?

BTW im using com.googlecode:hibernate-memcached:1.4-SNAPSHOT and hibernate4:4.3.5.5

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant