Re: Understanding peerclassloading

2017-06-16 Thread Helge Waastad
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 ArrayLi

Re: Understanding peerclassloading

2017-06-15 Thread Helge Waastad
> > > > > > If you reply to this email, your message will be added to the  > > > > discussion below:  > > > > http://apache-ignite-users.70518.x6.nabble.com/Understanding- > > peercl > > > > assloading-tp13805.html  > > > >

Re: Understanding peerclassloading

2017-06-15 Thread afedotov
en 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.n

Re: Understanding peerclassloading

2017-06-15 Thread Helge Waastad
n 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 will be added to the > > discussion below: > > http

Re: Understanding peerclassloading

2017-06-15 Thread afedotov
Hi, If I get your problem right you need either enable peer class loading on both the client and the server or make sure that all required class definitions are available on the classpath of the client. https://apacheignite.readme.io/v2.0/docs/deployment-modes#section-configuration Kind