Kevin, This exception is thrown if Ignite node was started without knowing about the Spring app context. Generally it works if it is started using Ignition.start(..) method which gets a Spring configuration file, or if default Ignition.start() is used. The latter looks like your case, so I don't understand why it doesn't work for you.
Can you provide the exact piece of code that started the node? Or maybe you have the test that I can run to reproduce the issue? Also do you use any Spring integration classes like SpringCacheManager or IgniteSpringBean? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignite-Spring-application-context-resource-is-not-injected-problem-tp6377p6403.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
