[infinispan-issues] [JBoss JIRA] Commented: (ISPN-986) Dynamic Externalizer discovery
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Fri Apr 1 10:07:38 EDT 2011
[ https://issues.jboss.org/browse/ISPN-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593234#comment-12593234 ]
Galder Zamarreño commented on ISPN-986:
---------------------------------------
Actually, it's not possible to have an annotation on the Externalizer itself, cos the framework will receive the object to be externalize, so how's it gonna figure out which, if any externalizers to use dynamically without any other hint? The annotation needs to be part of the class being externalized. This brings the following limitation:
- JBMAR Externalizer cannot be used with objects that cannot be modified by the user. To deal with such situations, the more advanced Infinispan Inner Externalizer method needs to be used where the externalizers are pre-registered.
> Dynamic Externalizer discovery
> ------------------------------
>
> Key: ISPN-986
> URL: https://issues.jboss.org/browse/ISPN-986
> Project: Infinispan
> Issue Type: Feature Request
> Components: Marshalling
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Critical
> Fix For: 5.0.0.BETA1, 5.0.0.FINAL
>
>
> Look into how JBMAR sends Externalizers can be sent via the wire so that receiving side does not need to know about Externalizers in advance.
--
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