You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "wmz7year (JIRA)" <ji...@apache.org> on 2016/01/22 07:44:39 UTC

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

wmz7year created IGNITE-2432:
--------------------------------

             Summary: 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
            Reporter: wmz7year
            Assignee: wmz7year


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)