Hi , Thanks for the reply

Did you restart all nodes after updating jar-files?
Ans) Yes i have restarted client and server node after updated the jar file.

I have shared a sample project on github ,so you can have look at through
following link

Link: 
https://github.com/cvakarna/springboot-Ignite/tree/master/IgniteSample
<https://github.com/cvakarna/springboot-Ignite/tree/master/IgniteSample>  

==>In this sample project "createOrGetCacheForSchema" and
"createOrGetCacheForCompany" are using the cachestore classes
"ItemcachestoreFactory" and "CompanyCachestorefactory" in the package 
"com.cva.demo.cachestore.factory"

==>"createOrGetCacheForItem" using the ignite native persistence

==>If build the project  and run the program it will work fine 

==>But If i move "CompanyCachestorefactory" class  to some other package
,lets say "com.cva.demo.cachestore.factory" to "com.cva.demo.cachestore" and
if i start the program it will through the exception like
"CompanyCachestorefactory" class not found exception in
"com.cva.demo.cachestore.factory" since we have moved that class to the
"com.cva.demo.cachestore".



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

Reply via email to