Re: Failed to load bean in application context [beanName=dataSource] in ignite.Spring bean doesn't exist

2020-02-03 Thread Denis Magda
gt; System.out.println(">>> Loading cache: ProductLoadCache"); > ignite.cache("ProductLoadCache").loadCache(null); > > System.out.println(">>> ProductLoadCacheis loaded"); > > > } > } > > >

Re: Failed to load bean in application context [beanName=dataSource] in ignite.Spring bean doesn't exist

2020-02-03 Thread Ilya Kasnacheev
>>> Loading cache: ProductLoadCache"); > ignite.cache("ProductLoadCache").loadCache(null); > > System.out.println(">>> ProductLoadCacheis loaded"); > > > } > } > > >5. Upon execution o

Failed to load bean in application context [beanName=dataSource] in ignite.Spring bean doesn't exist

2020-02-02 Thread nithin91
;>> ProductLoadCacheis loaded"); } } 5. Upon execution of the above code i get an error like "Failed to load bean in application context [beanName=dataSource] in ignite.Spring bean doesn't exist". 6. I encountered simil