I try to run the spring sample app with the Tester which contains:
ApplicationContext ctx = new ClassPathXmlApplicationContext("spring.xml");
and results the infinite loops as seen by log4j.
I can't figure it out.... what can cause this weird problem?


Reply With Quote
