[ 
https://issues.apache.org/jira/browse/IGNITE-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391466#comment-15391466
 ] 

Semen Boikov commented on IGNITE-3476:
--------------------------------------

Hi Eduard,

I revewed your fix, there were some issues I fixed, please take a look:
- missed apache headers (please setup this in your IDE)
- all tests should be added in some suite, otherwise they are not executed on 
TeamCity

I see that SpringCacheManager/SpringTransactionManager can be configured with 
cfgPath or cfg, could you please extend your tests to verify both cases?

Thanks

> Node started within SpringCacheManager does not inject Spring resources
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-3476
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3476
>             Project: Ignite
>          Issue Type: Bug
>          Components: ignite-spring
>    Affects Versions: 1.6
>            Reporter: Valentin Kulichenko
>            Assignee: Semen Boikov
>            Priority: Critical
>             Fix For: 1.7
>
>
> {{SpringCacheManager}} uses {{Ignition.start(..)}} methods to start the node 
> and therefore this node is not application context aware. {{@SpringResource}} 
> and {{@SpringApplicationContextResource}} annotations do not work.
> To fix this, {{SpringCacheManager}} should implement 
> {{ApplicationContextAware}} interface and start the node using 
> {{IgniteSpring.start(..)}} methods, providing the application context.



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

Reply via email to