I have a Spring based web application that I am trying to load in my local
Tomcat. (Spring 3.0.5, Tomcat 6)
Right now when the application is starting up on Tomcat, while it is trying to initialize the Spring Web application context, it is going into an infinite loop trying to create the beans I have defined in my XML config files. For example one of the beans bathTransactionManager, you can see below how it gets created and destroyed over and over again...
Any ideas what is causing this?
Thanks in advance for any help.