I am creating a cache with a CacheStoreFactory implementation and a CacheStoreSessionListener. If I set the CacheConfiguration with these fields and then call createCache but in an INSTANCE method I get this exception:
Exception in thread "main" javax.cache.CacheException: class org.apache.ignite.IgniteCheckedException: Failed to validate cache configuration (make sure all objects in cache configuration are serializable): LongCache In a static method, this does not occur. This can be easily reproduced by modifying the CacheJdbcStoreExample.java in examples. This is happening under Ignite 1.30 -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/createCache-fails-in-non-static-method-tp1186.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
