RE: ClassCastException servletproblem

2000-11-15 Thread Patrik Andersson
it as. regards, Patrik Andersson -Original Message-From: Erik Sundberg [mailto:[EMAIL PROTECTED]]Sent: den 14 november 2000 22:10To: Orion-InterestSubject: ClassCastException servletproblem hi, Just started doing servlet programming and using Orion. I made

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

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");