I added <bean id="h2DataSource" class="org.h2.jdbcx.JdbcDataSource">
<property name="url" value="jdbc:h2:mem:test;DB_CLOSE_DELAY=-1"/>
<property name="user" value="sa"/>
</bean>
to second node (api-node.xml), and it worked.
Does this mean Ignite nodes have a non-isolated application context?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
