From dev-return-10531-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Mon Feb 16 16:39:22 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 24729 invoked from network); 16 Feb 2009 16:39:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2009 16:39:22 -0000 Received: (qmail 68879 invoked by uid 500); 16 Feb 2009 16:39:21 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 68712 invoked by uid 500); 16 Feb 2009 16:39:21 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 68701 invoked by uid 99); 16 Feb 2009 16:39:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 08:39:21 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 16:39:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B6DA234C48D for ; Mon, 16 Feb 2009 08:39:00 -0800 (PST) Message-ID: <354294358.1234802340438.JavaMail.jira@brutus> Date: Mon, 16 Feb 2009 08:39:00 -0800 (PST) From: "B.J. Reed (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-922) setByteArrayInputStream being used in stead of setBytes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org setByteArrayInputStream being used in stead of setBytes ------------------------------------------------------- Key: OPENJPA-922 URL: https://issues.apache.org/jira/browse/OPENJPA-922 Project: OpenJPA Issue Type: Bug Affects Versions: 1.2.0, 2.0.0 Environment: DB2 on Windows Reporter: B.J. Reed Assignee: B.J. Reed Fix For: 2.0.0, 1.2.0 I have an Entity and one of its fields is defined as CHAR(16) FOR BIT DATA NOT NULL. When trying to persist the entity, I get the following error: Error: SQLCODE=-301, SQLSTATE=07006, SQLERRMC=1, DRIVER=3.50.152 {prepstmnt 1386959531 INSERT INTO NULLID.TESTTBL (tkiid) VALUES (?) [params=(InputStream) java.io.ByteArrayInputStream@75947594]} It seems that the wrong kind of set is being used to set the parameter on the prepared statement. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.