[infinispan-issues] [JBoss JIRA] Updated: (ISPN-969) Key/value wrappers not supported by some cache stores
SBS JIRA Integration (JIRA)
jira-events at lists.jboss.org
Fri Jun 10 07:47:00 EDT 2011
[ https://issues.jboss.org/browse/ISPN-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
SBS JIRA Integration updated ISPN-969:
--------------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/202 (was: https://github.com/infinispan/infinispan/pull/202)
Forum Reference: http://community.jboss.org/message/589782#589782
> Key/value wrappers not supported by some cache stores
> -----------------------------------------------------
>
> Key: ISPN-969
> URL: https://issues.jboss.org/browse/ISPN-969
> Project: Infinispan
> Issue Type: Bug
> Components: Cache Server
> Affects Versions: 4.2.0.Final, 4.2.1.CR4
> Reporter: Octavian Florescu
> Assignee: Galder ZamarreƱo
> Priority: Critical
> Fix For: 4.2.1.FINAL
>
>
> 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
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list