|
Use
the Java Reflections utilities. Issue myObject.getClass().getName() on the
object that you are trying to cast to something and print it out... the variable
you call statement... is that a JDBC statement? If it is you should not cast it
to whatever the jdbc driver vendor has implemented it as.
regards,
Patrik
Andersson
|
- ClassCastException servletproblem Erik Sundberg
- Re: ClassCastException servletproblem Patrik Andersson
- Re: ClassCastException servletproblem Erik Sundberg
