-
Bug
-
Resolution: Done
-
Critical
-
4.2.0.Final, 4.2.1.CR4
-
None
Configuring HotRot caches to use BdbjeCacheStore as a cache store does not work:
- try to put a value (string) for a key (string)
- CacheLoaderInterceptor.loadIfNeeded() is invoked
- BdbjeCacheStore.load(Object key) throws as the key is an ByteArrayKey and not serializable