First of all, I don't see MetaDataService in the XML. Why do you expect it to be available?
Second of all, the way you start it, Ignite will not be aware of application context at all. You need to either provide path to XML directly to Ignition.start() method, or use IgniteSpring factory class which allows to provide external context explicitly. BTW, IgnitionEx is internal class, it is not supposed to be used in your code. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Spring-Bean-Injection-To-IgniteRunnable-Implementation-tp16275p16307.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
