[infinispan-issues] [JBoss JIRA] Updated: (ISPN-279) Avoid instance MarshalledValue accross the code
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Mon Apr 19 09:05:49 EDT 2010
[ https://jira.jboss.org/jira/browse/ISPN-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreno updated ISPN-279:
----------------------------------
Fix Version/s: 5.0.0.BETA1
(was: 4.1.0.BETA1)
> Avoid instance MarshalledValue accross the code
> -----------------------------------------------
>
> Key: ISPN-279
> URL: https://jira.jboss.org/jira/browse/ISPN-279
> Project: Infinispan
> Issue Type: Task
> Reporter: Galder Zamarreno
> Assignee: Galder Zamarreno
> Fix For: 5.0.0.BETA1
>
>
> Avoid doing things like this in EntryFactoryImpl or EventImpl and instead provide a way for key to be extracted when it somehow needs to be exported to the outside world when lazy serialization is on.
> if (key instanceof MarshalledValue) {
> key = ((MarshalledValue) key).get();
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list