Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-30 Thread jcalahor
? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-29 Thread jcalahor
i forgot to mention that my starting params is: Apache.Ignite.exe -Assembly=C:\apache_ignite\_net\ignite_shared\ignite_shared\bin\Debug\ignite_shared.dll -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-26 Thread jcalahor
i made the config changes, and now the filter was is not found, the filter was working earlier. C:\apache_ignite\platforms\dotnet\bin>Apache.Ignite.exe -Assembly=C:\apache_igni te\_net\ignite_shared\ignite_shared\bin\Debug\ignite_shared.dll Oct 26, 2018 10:02:49 AM org.springframework.beans.factor

Re: remote filter for ContinuousQuery on C#

2018-10-25 Thread jcalahor
that helped, thx! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-25 Thread jcalahor
H, i'm getting exception on the server nodes when a new City record is added . The c# code is below: namespace ignite_test { class Program { class CityEventListener : ICacheEntryEventListener { public void OnEvent(IEnumerable> evts) {

remote filter for ContinuousQuery on C#

2018-10-23 Thread jcalahor
hi, how i can subscribe to just 1 object? The documentation is not clear about how to create Remote Filters/Scan Filters. Below is is my code. i just need to be notified to 1 particular object(id = 1), not all. using Apache.Ignite.Core; using Apache.Ignite.Core.Binary; using Apache.Ignite.Core