jack wrote > when i tried change this "Connection conn = ses.attachment();" to > "Connection conn = ses.attach(null)", > the exception is not happed,but i don't understand why?
It's not failing because this way you're removing connection from the session before listener is called, therefore commit() is not called. But I'm curious why commit() is failing for you. Are you using your own store implementation or one of provided by Ignite? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Failed-to-start-store-session-tx-null-tp1906p1913.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
