[infinispan-issues] [JBoss JIRA] (ISPN-3526) Inject dependecies into the marshaller used for compatibility mode
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Thu Sep 19 05:41:03 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-3526:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2081
> Inject dependecies into the marshaller used for compatibility mode
> ------------------------------------------------------------------
>
> Key: ISPN-3526
> URL: https://issues.jboss.org/browse/ISPN-3526
> Project: Infinispan
> Issue Type: Feature Request
> Affects Versions: 6.0.0.Alpha4
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 6.0.0.Beta1
>
>
> Interoperability between remote query and embedded mode requires a special marshaller to be specified (CompatibilityProtoStreamMarshaller) which has a dependency on the CacheManager. It should not be the user's responsibility to inject this dependency because that could only work with programmatic configuration and would be impossible with xml config.
> Probably the best way to solve this is to automatically wire all user provided marshaller _instances_ if they are annotated for injection.
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list