Hibernate L2C + Jcache #11631
Unanswered
UbiquitousBear
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Why are you not using our native Hibernate 2LC provider instead ? https://infinispan.org/docs/stable/titles/hibernate/hibernate.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Infinispan via Jcache to provide L2C support to Hibernate. I've enabled query cache.
When querying, I'm receiving a marshal exception:
No marshaller registered for object of Java type org.hibernate.cache.spi.QueryKey : org.hibernate.cache.spi.QueryKey@539e5071.
How do I configure the serialization/marshaller for QueryKey?
Beta Was this translation helpful? Give feedback.
All reactions