ok I tried to comment out this part, the exception I saw on server node
before doesn't appear this time...
so it looks like Cache Factory/Store problem... but why...

<property name="readThrough" value="true" />
<property name="writeThrough" value="true" />
<property name="storeKeepBinary" value="true" />
<property name="cacheStoreFactory">
        <bean 
class="com.pingan.pilot.cache.impl.ignite.PIgniteCacheStoreFactory">
                <property name="converter" ref="boConverter" />
                <property name="valueClass">
                        <bean class="java.lang.Class" factory-method="forName">
                                <constructor-arg
                                        
value="com.pingan.pilot.ignite.test.bo.otw.IgniteTestBO_OTW" />
                        </bean>
                </property>
        </bean>
</property>



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to