Re: Understanding peerclassloading

2017-06-16 Thread Helge Waastad
gt; Code creating classnotfound:  > > > > > > FluidGridItem item = new FluidGridItem(UUID.randomUUID());  > > > > > > List ll = new ArrayList<>();  > > > > > > ll.add(item);  > > > > > > cache.put(key, ll);  > > > > &g

Re: Understanding peerclassloading

2017-06-16 Thread Helge Waastad
; > > > > Code loading class ok: (INFO: Class locally deployed: class  > > > > > org.primefaces.extensions.model.fluidgrid.FluidGridItem)  > > > > > FluidGridItem item = new FluidGridItem(UUID.randomUUID());  > > > > > List ll = new ArrayList<

Re: Understanding peerclassloading

2017-06-15 Thread Helge Waastad
t; > >  > > > > Can someone please explain why this is?  > > > > (It's been a headache resolving this - been trying to get a > > JCS  > > > > project migrated to Ignite)  > > > >  > > > > br hw  > > > >  > &

Re: Understanding peerclassloading

2017-06-15 Thread afedotov
been trying to get a JCS > > > project migrated to Ignite) > > > > > > br hw > > > > > > > > > > > > If you reply to this email, your message will be added to the > > > discussion below: > > > http://apache-ignite-users.70518.x6.na

Re: Understanding peerclassloading

2017-06-15 Thread Helge Waastad
> > (It's been a headache resolving this - been trying to get a JCS > > project migrated to Ignite) > > > > br hw > > > > > > > > If you reply to this email, your message will be added to the > > discussion below: > > http://apac

Re: Understanding peerclassloading

2017-06-15 Thread afedotov
rrays.asList(ll.toArray())); > > > Can someone please explain why this is? > (It's been a headache resolving this - been trying to get a JCS project > migrated to Ignite) > > br hw > > > > -- > If you reply to this email, your message

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 FluidGridItem(UUID.ra