Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 53020 invoked from network); 3 Dec 2010 15:43:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Dec 2010 15:43:35 -0000 Received: (qmail 31555 invoked by uid 500); 3 Dec 2010 15:43:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 30948 invoked by uid 500); 3 Dec 2010 15:43:32 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 30448 invoked by uid 99); 3 Dec 2010 15:43:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 15:43:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 15:43:31 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB3FhB5w027376 for ; Fri, 3 Dec 2010 15:43:11 GMT Message-ID: <17736214.94521291390991284.JavaMail.jira@thor> Date: Fri, 3 Dec 2010 10:43:11 -0500 (EST) From: "alina joshi (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (DBCP-349) Insert clob or blob with oracle connection crashes software MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Insert clob or blob with oracle connection crashes software ------------------------------------------------------------ Key: DBCP-349 URL: https://issues.apache.org/jira/browse/DBCP-349 Project: Commons Dbcp Issue Type: Bug Affects Versions: 1.3 Environment: windows XP , JDK 1.6, oracle 10g, oracle driver 10.2.0.2 Reporter: alina joshi Priority: Critical 1> tomcat 6.0.26 has tomcat-dbcp.jar that works completely fine. 2> tomcat 6.0.28, tomcat 6.0.29, tomcat 5.0.30, tomcat 5.0.31 has tomcat-dbcp.jar file that doesn't work and throws following error : java.lang.ClassCastException: org.apache.tomcat.dbcp.dbcp.PoolableConnection cannot be cast to oracle.jdbc.OracleConnection at oracle.sql.CLOB.createTemporary(CLOB.java:754) at oracle.sql.CLOB.createTemporary(CLOB.java:716) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) Would like to know if there was any changes to the commons dbcp package for tomcat version 6.0.29? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.