Re: @SpringResource annotation is not injecting

2019-09-20 Thread Igor Belyakov
Hi, According to the documentation, Ignite resource injection should be used for injecting into the Ignite compute tasks, jobs, closures or SPIs. In your example you're just trying to inject Spring Bean in your custom class, it's not related to Ignite. For this case you should use Spring's annotat

@SpringResource annotation is not injecting

2019-09-19 Thread vitalys
hi, I am trying to Inject an object in my Ignite application using @SpringResource annotation. On the startup of the application I can see ( in debug mode ) that an object that I define in my "ignite-server-config.xml" is being initialized. However when I am trying to inject it in my application i