Hi Val,
Thanks for the reply. Basically its a very small fix (below); however, I am
new to Ignite and hence not sure if this covers all the scenarios. Also,
this is the first time I would be contributing anything to ignite community,
so please let me know the process as well (in case the below code make
sense).
@Override
protected void doSetRollbackOnly(DefaultTransactionStatus status) throws
TransactionException {
Transaction txn =
((Ignite)this.getResourceFactory()).transactions().tx();
if (txn!=null) txn.setRollbackOnly();
}
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/SpringTransactionManager-Participating-in-existing-transactions-is-not-supported-tp7305p10947.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.