Open rblazquez opened 9 years ago
Hello,
Im interested into get the fully configured GFlyway to use it programatically.
I've tried with
GFlyway f = (GFlyway) grailsApplication.mainContext.getBean("gFlyway");
But i get NoSuchBeanDefinitionException: No bean named 'gFlyway' is defined
I am using a wrong name or is the bean no available in the spring context?
Thanks
Hello,
Im interested into get the fully configured GFlyway to use it programatically.
I've tried with
GFlyway f = (GFlyway) grailsApplication.mainContext.getBean("gFlyway");
But i get NoSuchBeanDefinitionException: No bean named 'gFlyway' is defined
I am using a wrong name or is the bean no available in the spring context?
Thanks