I change strategy by setting cacheStoreSessionListener to my ignit config
<bean abstract="true" id="ignite.cfg"
class="org.apache.ignite.configuration.IgniteConfiguration">
<property name="cacheStoreSessionListenerFactories">
<list>
<bean
class="javax.cache.configuration.FactoryBuilder$SingletonFactory">
<constructor-arg>
<bean
class="org.apache.ignite.cache.store.hibernate.CacheHibernateStoreSessionListener">
<property name="hibernateConfigurationPath"
value="/home/s1dprd01/services/ignite-2.7.5/config/hibernate_cfg.xml"/>
</bean>
</constructor-arg>
</bean>
</list>
</property>
=> ignite cluster started : now i check if i can load date from client :
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/