The basic problem I have here is that I have one xml file that is being used as a utility file and imported into other xml files. It defines a series ...
In my application I have circular dependencies among objects . Due to this I am getting error 'FactoryBean which is currently in creation returned null from getObject'. Is there a way ...