Re: Making singleton "visible" to valve and web-app <>

2007-11-14 Thread Andrei Tchijov
Please kindly ignore my e-mail. The second I have send it, I discovered that I have 2 copies of XYZFactory jar files (one in common/ lib and one in web-app/WEB-INF/lib). As soon as I nefed web-app version, things work they way they should On Nov 14, 2007, at 12:36 , Andrei Tchijov wrote:

Making singleton "visible" to valve and web-app

2007-11-14 Thread Andrei Tchijov
I am trying to make singleton class (which is essentially factory) available to my valve and my web-app. I thought that all I need to do is to put jar file with this singleton class in common/lib. For some reason it does not work. It looks like my class gets loaded twice (once when servl