koen.serneels: what about the SpringSessionContext.currentSession L89 and the SpringFlushSynchronization class itself?
<code>
else if (this.jtaSessionContext != null) {
Session session =...
Type: Posts; User: alysson.rodrigues; Keyword(s):
koen.serneels: what about the SpringSessionContext.currentSession L89 and the SpringFlushSynchronization class itself?
<code>
else if (this.jtaSessionContext != null) {
Session session =...
I´m having almost the same problem.
I´ve set hibernate.transaction.factory_class to org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory and hibernate.transaction.jta.platform to...