dynamical class loading

2005-10-12 Thread dumbQuestionsAsker _
hi everybody, I asked a question on the users mailing list about classloading and someone advised me to ask it to a tomcat's developper. So this is my situation : I got 2 interfaces that have to be loaded dynamically according a request made to a JSP. I know the name of the interfaces and by

Re: dynamical class loading

2005-10-12 Thread Yoav Shapira
Hi, I know the name of the interfaces and by default I have a wrong version of these interfaces in my WEB-INF/classes/ path. Don't have a wrong version by default, that's a bad practice. I tried to load theses interfaces using a URLClassLoader unsuccessfully. I also tried to replace the