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)