Re: Get by key only working on .net for certain long literal values

2017-06-08 Thread Gordon Reid (Nine Mile)
8 June 2017 6:55 PM To: user@ignite.apache.org<mailto:user@ignite.apache.org> Subject: Re: Get by key only working on .net for certain long literal values I've tried to use your class as a cache key and it seems to work, see attached program. * How do you add these objects to cache? Is it

Re: Get by key only working on .net for certain long literal values

2017-06-08 Thread Pavel Tupitsyn
;> } >> >> >> >> >> >> cfg.BinaryConfiguration = new BinaryConfiguration(binaryType >> s) >> >> { >> >> NameMapper = new BinaryBasicNameMapper { IsSimpleName = >>

Re: Get by key only working on .net for certain long literal values

2017-06-08 Thread Pavel Tupitsyn
; cfg.BinaryConfiguration = new BinaryConfiguration(binaryTypes) > > { > > NameMapper = new BinaryBasicNameMapper { IsSimpleName = > true } > > }; > > > > > > > > *From:* Pavel Tupitsyn [mailto:ptupit...@apache.or

RE: Get by key only working on .net for certain long literal values

2017-06-08 Thread Gordon Reid (Nine Mile)
{ IsSimpleName = true } }; From: Pavel Tupitsyn [mailto:ptupit...@apache.org] Sent: Thursday, 8 June 2017 6:55 PM To: user@ignite.apache.org Subject: Re: Get by key only working on .net for certain long literal values I've tried to use your class as a cache key and it seems to work

Re: Get by key only working on .net for certain long literal values

2017-06-08 Thread Pavel Tupitsyn
:* user@ignite.apache.org > *Subject:* Re: Get by key only working on .net for certain long literal > values > > Hi Gordon, > > Seems like all your threads are related: > http://apache-ignite-users.70518.x6.nabble.com/BinaryIdentityResolver-is- > gone-in-2-0-but-default-seems-

Re: Get by key only working on .net for certain long literal values

2017-06-07 Thread Gordon Reid (Nine Mile)
Hi. Yes, I am on 2.0. Get Outlook for Android<https://aka.ms/ghei36> From: Pavel Tupitsyn Sent: Thursday, June 8, 2017 12:26:41 AM To: user@ignite.apache.org Subject: Re: Get by key only working on .net for certain long literal values Hi Gordon, Seems li

Re: Get by key only working on .net for certain long literal values

2017-06-07 Thread Pavel Tupitsyn
Hi Gordon, Seems like all your threads are related: http://apache-ignite-users.70518.x6.nabble.com/BinaryIdentityResolver-is-gone-in-2-0-but-default-seems-to-have-a-problem-td13444.html http://apache-ignite-users.70518.x6.nabble.com/UPDATED-BinaryIdentityResolver-is-gone-in-2-0-but-default-seems-t

Get by key only working on .net for certain long literal values

2017-06-07 Thread Gordon Reid (Nine Mile)
Hi There, This one is very strange. I have a .NET client, Java client and Java server. All running locally on windows desktop. On the server side I have some cache entries, SecurityKey,Security I have two Security objects, one with id=4 and one with id=953 On the Java client, this works no pr