|
From: Patrick B. <pbu...@gm...> - 2004-12-21 16:30:38
|
I upgraded our app to use Spring 1.1.3 yesterday and started getting a FactoryBeanCircularReferenceException during startup. This error does not occur with Spring 1.1.1, haven't tried 1.1.2 just yet. As far as I can tell, I don't see any circular dependencies in our config. It's almost as if the factory forgot to go back and mark one of our FactoryBeans as being complete before moving on to the next Factory bean. I know that sounds impossible, and it probably is, but I at least wanted to get this out there. I'm going to try and figure out exactly why it thinks there's a circular dependency, but it might take some time. Thanks, Patrick |