You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2016/01/28 09:21:39 UTC

[jira] [Resolved] (IGNITE-2432) Ignite cache CacheObjectImpl should inject resource after unmarshal

     [ https://issues.apache.org/jira/browse/IGNITE-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Magda resolved IGNITE-2432.
---------------------------------
    Resolution: Not A Problem

As discussed on the dev list this is not an issue and there is no sense to support this kind of functionality due to performance reasons.

More details can be found on the discussion name "ignite cache process entry should inject source?" happend on the dev list.

> Ignite cache CacheObjectImpl should inject resource after unmarshal
> -------------------------------------------------------------------
>
>                 Key: IGNITE-2432
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2432
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.5.0.final
>            Reporter: wmz7year
>            Assignee: wmz7year
>              Labels: easyfix
>             Fix For: 1.6
>
>
> Ignite cache elements not inject resources.
> example :
>     class Entey implements Externalizable {
>        @SpringSource(“springSource")
>         private Service service;
>         public void read… and write...
>     }
> IgniteCache.get(key)    Entey.service null be null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)