Re: ClassCastException servletproblem

2000-11-15 Thread Erik Sundberg
- Original Message - From: Patrik Andersson To: Orion-Interest Sent: Wednesday, November 15, 2000 4:54 PM Subject: RE: ClassCastException servletproblem Use the Java Reflections utilities. Issue myObject.getClass().getName() on the object that you are

ClassCastException servletproblem

2000-11-14 Thread Erik Sundberg
hi, Just started doing servlet programming and using Orion. I made this servlet which compiles just fine but at runtime the server responde with a ClassCastException and I just canĀ“t understand why. Here is where I get the errors: cpool = (ConnectionPool)context.getAttribute("cpool");