Hi, First of all, Ignite object represents an Ignite node. Each such node may run more than one transaction and this object is thread safe. You may start only one transaction in thread, but Ignite object could be safely shared between your threads.
Each transaction is bound to thread that it's started. So you may use common Ignite object per node without worry. And trying to do Ignition.start() you are starting brand new node, that's not what you need in this case. Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
