[JBoss-user] [Installation, Configuration Deployment] - Re: Log4jRepositorySelector undeployment problem

2006-06-22 Thread phanir
I'm also facing the same problem. Anobody from jboss can help us resolve this? Looks like something related to cleaning up/destroying some logger related objects. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952562#3952562 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Log4jRepositorySelector undeployment problem

2006-06-22 Thread phanir
Though I couldn't find the clean solution, I was able to get around the problem. The problem was for some reason, the class variable repositories didnt get initialized properly though its been assigned value(new Hashmap()) while declaring it. I had to do 2 changes here to get around: 1.Made the