Tuesday, 15 July 2014

java - GridCacheStore operations are not eligible to join JTA transaction with write-behind disabled -



java - GridCacheStore operations are not eligible to join JTA transaction with write-behind disabled -

from testing have found time methods in gridcachestore implementation invoked gridgain jta tx in committing state changes made through cache store (jpa operations w/ hibernate) fail commit database. reference using gridgain 6.1.6 spring 4.0.5 , hibernate 4.3.5 (jpa 2.1). tx manager narayana (jboss) 5.0.2 using jta 1.2.

relevant code , config at: http://pastebin.com/jzvzyi11 relevant log at: http://pastebin.com/kcaxkazc

has used jpa jta implementation of gridcachestore?

java spring jpa jta gridgain

No comments:

Post a Comment