Hi,

we have two nodes server and client

we are using ignite cachestore and native persistence till now worked fine.

But we have changed the cache store package 
.i.e previously cache store implementation classes and cachestore factory
classes are in same package

In Existing:
        com.organization.cachestore.EntitycacheStore
        com.organization.cachestore.EntitycacheStoreFactory

Currently Change to:
     com.organization.cachestore.EntitycacheStore
         com.organization.cachestore.factory.EntitycacheStoreFactory

Then i have copied the jar file to the server node  and restarted ignite.its
throwing the exception like class not found exception
EntitycacheStoreFactory.class. Because It still checking factory class from
package com.organization.cachestore not from
com.organization.cachestore.factory

How to overcome from this issue.




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to