Re: Hibernate connection inspite of jdbc?

2016-03-25 Thread Ravi Puri
function of CacheHibernatePersonStore class but it never hits the function. it automatically throws error.. please tell me what is the statement about cache.loadcache()??? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc

Re: Hibernate connection inspite of jdbc?

2016-03-22 Thread vkulichenko
Hi Ravi, Do you have IGNITE_HOME environment variable? If so, please make sure it points to the correct folder and that it's the same for all participating processes. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc

Re: Hibernate connection inspite of jdbc?

2016-03-22 Thread Ravi Puri
yes .. its the same issue -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3618.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate connection inspite of jdbc?

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

Re: Hibernate connection inspite of jdbc?

2016-03-14 Thread Denis Magda
http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3491.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate connection inspite of jdbc?

2016-03-14 Thread Ravi Puri
r.run(Unknown Source) at java.lang.Thread.run(Unknown Source) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3490.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate connection inspite of jdbc?

2016-03-11 Thread vkulichenko
Hi, It looks like your Hibernate configuration file is broken (most likely has invalid XML). Did you modify the one provided in the example? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3460.html Sent from

Re: Hibernate connection inspite of jdbc?

2016-03-10 Thread Ravi Puri
itionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1297) at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110) at java.lang.Thread.run(Unknown Source) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-con

Re: Hibernate connection inspite of jdbc?

2016-03-09 Thread vkulichenko
connection, Hibernate session, etc.). If there is no transaction or if the cache is ATOMIC, session will always include only one operation. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3424.html Sent from the Apache

Hibernate connection inspite of jdbc?

2016-03-08 Thread Ravi Puri
conn = ses.attachment();??? <http://apache-ignite-users.70518.x6.nabble.com/file/n3412/JDBCSTORE.jpg> -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412.html Sent from the Apache Ignite Users mailing list a