Hi Could you please provide source code as example?
On Tue, Oct 25, 2016 at 4:18 PM, Labard <[email protected]> wrote: > I have already enabled this event into configuration > > <bean id="ignite.cfg" > class="org.apache.ignite.configuration.IgniteConfiguration"> > > <property name="clientMode" value="true"/> > > <property name="peerClassLoadingEnabled" value="true"/> > > <property name="includeEventTypes"> > <util:constant > static-field="org.apache.ignite.events.EventType.EVT_CACHE_OBJECT_PUT"/> > </property> > > <property name="cacheConfiguration"> > <list> > <bean > class="org.apache.ignite.configuration.CacheConfiguration"> > <property name="name" value="CTL_FILES"/> > <property name="cacheMode" value="REPLICATED"/> > <property name="indexedTypes"> > <list> > > <value>ru.at_consulting.dmp.vip.georgia.ignite.CTL_File.Key</value> > > <value>ru.at_consulting.dmp.vip.georgia.ignite.CTL_File</value> > </list> > </property> > </bean> > > <bean > class="org.apache.ignite.configuration.CacheConfiguration"> > <property name="name" value="CTL_FILE_TYPES"/> > <property name="cacheMode" value="REPLICATED"/> > <property name="indexedTypes"> > <list> > > <value>ru.at_consulting.dmp.vip.georgia.ignite.CTL_File_Type.Key</value> > > <value>ru.at_consulting.dmp.vip.georgia.ignite.CTL_File_Type</value> > </list> > </property> > </bean> > </list> > </property> > > this work for server node but still does not work for client node. > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Cant-events-listen-from-client-Node-tp8470p8472.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov
