RE: @SpringApplicationContextResource / ApplicationContext / getBeansOfType()

2018-02-09 Thread Navnet Kachroo
, 2018 6:25 PM To: user@ignite.apache.org Subject: Re: @SpringApplicationContextResource / ApplicationContext / getBeansOfType() Hi Navnet, Could you please share a reproducer for this issue? Some small mvn based project on github or as zip archive that will show the issue. Thanks, Mike. 2018

Re: @SpringApplicationContextResource / ApplicationContext / getBeansOfType()

2018-02-08 Thread Michael Cherkasov
Hi Navnet, Could you please share a reproducer for this issue? Some small mvn based project on github or as zip archive that will show the issue. Thanks, Mike. 2018-02-08 15:00 GMT-08:00 NK : > Hi, > > I have a Spring Boot app using Ignite 2.3.0. > > I am invoking

@SpringApplicationContextResource / ApplicationContext / getBeansOfType()

2018-02-08 Thread NK
Hi, I have a Spring Boot app using Ignite 2.3.0. I am invoking Ignite in a class called IgniteStarter using "IgniteSpring.start(springAppCtx)" where springAppCtx is my app's Spring Application Context. When I look for beans of a specific type in the main IgniteStarter class, I get the