Re: Scanquery and Peer classloading

2017-06-28 Thread Helge Waastad
e.withKeepBinary().query(new ScanQuery<String, > BinaryObject>((k, v) -> k.startsWith("666"))) > ) { > cursor.forEach(entry -> { > // Do your thing >     }); > } > > Kind regards, > Alex. > > On Tue, Jun 27, 2017 at 11:57 AM, Helge W

Re: Scanquery and Peer classloading

2017-06-27 Thread Helge Waastad
.java:340) at org.apache.ignite.internal.binary.BinaryContext.descriptorForTypeId(Bin aryContext.java:692) ma., 26.06.2017 kl. 09.11 -0700, skrev afedotov: > Hi, could you please describe your case and elaborate a bit on your > concern. > > Kind regards, > Alex. > > On Fri, Jun 23, 2017 at 1:17 PM, Helge Waastad [via A

Scanquery and Peer classloading

2017-06-23 Thread Helge Waastad
Hi, Is it correct that scanquery will not work using Peer classloading? If so, will this ever be possible? /hw Sendt fra min iPhone

Re: Understanding peerclassloading

2017-06-16 Thread Helge Waastad
+0200, skrev Helge Waastad: > After some more testing it seems to be related to ear and > classloading. > > a war deployment seems to be OK, but in an ear I need the "toArray" > workaround. > > I can also check with the tomee guys. > > /hw > > t

Re: Understanding peerclassloading

2017-06-16 Thread Helge Waastad
After some more testing it seems to be related to ear and classloading. a war deployment seems to be OK, but in an ear I need the "toArray" workaround. I can also check with the tomee guys. /hw to., 15.06.2017 kl. 15.38 +0200, skrev Helge Waastad: > Hi, > running 2.0 > &

Re: Understanding peerclassloading

2017-06-15 Thread Helge Waastad
, skrev afedotov: > Hi, please share the full log containing the error. > Which version of Ignite do you use? > It's not reproducible on my side. > > Kind regards, > Alex. > > On Thu, Jun 15, 2017 at 2:46 PM, Helge Waastad [via Apache Ignite > Users] <[hidden email]> wro

Re: Understanding peerclassloading

2017-06-15 Thread Helge Waastad
loyment-modes#section-con > figuration > > > > Kind regards, > Alex. > > On Thu, Jun 15, 2017 at 10:42 AM, Helge Waastad [via Apache Ignite > Users] <[hidden email]> wrote: > > Hi, > > I'm pretty new to the Apache Ignite. > > I'm wo

Understanding peerclassloading

2017-06-15 Thread Helge Waastad
Hi, I'm pretty new to the Apache Ignite. I'm working with peerclassloading and need to understand a couple of thing. Scenario: 1x server and 1x client Cache: CacheConfiguration cc = new CacheConfiguration<>("my- cache"); Code creating classnotfound: FluidGridItem item = new