Ravi,

Ignite is not using Hibernate in this case. It's up to you how to implement
the cache store and which version of Hibernate to use within this
implementation to access the database.

However, the store will not be functional unless you add your version of
Hibernate JARs to the classpath. On server nodes you can simply put them
into 'libs' folder and they will be picked up by the nodes started with
'ignite.sh' script. You should make sure that all nodes in topology (clients
and servers) have only one version of Hibernate. Currently it looks like you
have some discrepancies.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3522.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to