RE: [dbcp] Call Oracle stored procedure via DBCP?

2004-12-02 Thread Phillip Qin
: [dbcp] Call Oracle stored procedure via DBCP? Sergey Karpov wrote: > During a call of stored procedure through DBCP there is a mistake of > reduction of type: > > java.lang.ClassCastException That's because you're assuming that dbcp returns you a naked vendor JDBC Connect

Re: [dbcp] Call Oracle stored procedure via DBCP?

2004-12-01 Thread Shankar Unni
Sergey Karpov wrote: During a call of stored procedure through DBCP there is a mistake of reduction of type: java.lang.ClassCastException That's because you're assuming that dbcp returns you a naked vendor JDBC Connection object. It doesn't - it returns you a pooled connection wrapper with forwar