Unfortunately, there is more than one file and it will look unreadable here. All code can be accessed on github via the link I've provided earlier.
Evgenii 2018-01-30 7:10 GMT+03:00 Amir Akhmedov <[email protected]>: > You need to register a bean as follow > > <bean id="transactionManager" > class="org.apache.ignite.transactions.spring.SpringTransactionManager"> > <property name="transactionConcurrency" value="OPTIMISTIC"/> > <property name="igniteInstanceName" value="testGrid"/> > </bean> > > > Please check the link a sent you earlier it has tests with all required > configurations. It can serve as a good example. > >
