Re: final class problem

2004-03-13 Thread Michael Davis
Thanks again, Yoav. I lucked out. I had installed the newest stable version of Hibernate, the persistence library. I just went back to using the previous version, and my app magically worked again. It will take me a while to figure out which of about 12 jar files caused the problem, but I do

RE: final class problem

2004-03-12 Thread Shapira, Yoav
Hi, >machine at home. But when I try to install it on my server, using the >tomcat manager init >command, I get this error. If I knew which class it was trying to >instanciate, I might be >able to fix it, but I'm basically hoping that someone has seen this before >and knows what >the problem is.

final class problem

2004-03-12 Thread Michael Davis
Hi, I have a web app which was working fine. I made a lot of changes, and it works fine on my machine at home. But when I try to install it on my server, using the tomcat manager init command, I get this error. If I knew which class it was trying to instanciate, I might be able to fix it, but