Hi
I'm trying to get a bean from the web application context from a listener class but I get the problem that the application blocks after the getBean method. Has anyone had this same problem?
Hi
I'm trying to get a bean from the web application context from a listener class but I get the problem that the application blocks after the getBean method. Has anyone had this same problem?
Could you post your web.xml file - and the code fragments from the listener around the getBean call?
--Jing Xue