I am thinking of using tangosol coherence as cache with hibernate.
I have looked at the article on:
http://www.hibernate.org/132.html
that provides implementation of integration with Tangosol Coherence replicated cache.
I have tried it with Hibernate 2.1.8 and 3 but could not compile the code because I need to implement start() and stop() methods defined in CacheProvider interface. It claims that this code works with hibernate 2.1 beta 2 or later. The only versions that seem to mach that spec available on hibernate site are 2.1.8 and 3 and none of them work with that code.
What should I do? Shell I implement the required methods with empty bodies or keep on looking around for hibernate 2.1 beta 2?
Your help is really appreciated.
Thank you