Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 85860 invoked from network); 2 Oct 2009 16:23:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Oct 2009 16:23:51 -0000 Received: (qmail 26934 invoked by uid 500); 2 Oct 2009 16:23:51 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 26896 invoked by uid 500); 2 Oct 2009 16:23:50 -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 26830 invoked by uid 99); 2 Oct 2009 16:23:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 16:23:50 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 16:23:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1C8D2234C045 for ; Fri, 2 Oct 2009 09:23:27 -0700 (PDT) Message-ID: <1045426278.1254500607115.JavaMail.jira@brutus> Date: Fri, 2 Oct 2009 09:23:27 -0700 (PDT) From: "Jeremy Bauer (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-1333) Oracle driver returns incorrect update count on batched insert In-Reply-To: <442990733.1254413243483.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Bauer resolved OPENJPA-1333. ----------------------------------- Resolution: Fixed Docs updated under rev 821077. > Oracle driver returns incorrect update count on batched insert > -------------------------------------------------------------- > > Key: OPENJPA-1333 > URL: https://issues.apache.org/jira/browse/OPENJPA-1333 > Project: OpenJPA > Issue Type: Bug > Components: jdbc > Affects Versions: 2.0.0-M3 > Environment: Oracle 10g Server. Oracle 10.2.0.4 JDBC driver. > Reporter: Jeremy Bauer > Assignee: Jeremy Bauer > Fix For: 2.0.0-M3 > > > The org.apache.openjpa.persistence.kernel.TestProxies2 jUnit test fails with an OptimisticLockException when using the 10.2.0.4 Oracle JDBC driver. The source of the failure is that one of the batched insert operations is returning an update count that is less than expected. There is are no SQL exception or SQL warnings. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.