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 don't need to figure that out right now, thank goodness. Michael On March 12, 2004 01:59 pm, Shapira, Yoav wrote: > 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. None of the classes I wrote are marked 'final'. > > You're likely extending a class that's marked as final in a library > whose version on your home machine is different than on your server. > It's tough to tell which class from this stack trace, so the thing to do > is make very sure all the libraries at home and on the server are the > same, including extras like Xerces etc, and that you can compile your > app at home against these libraries. > > Yoav Shapira > > > > This e-mail, including any attachments, is a confidential business > communication, and may contain information that is confidential, > proprietary and/or privileged. This e-mail is intended only for the > individual(s) to whom it is addressed, and may not be saved, copied, > printed, disclosed or used by anyone else. If you are not the(an) intended > recipient, please immediately delete this e-mail from your computer system > and notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
