From dev-return-10429-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Mon Feb 09 19:55:23 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 97938 invoked from network); 9 Feb 2009 19:55:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 19:55:23 -0000 Received: (qmail 71105 invoked by uid 500); 9 Feb 2009 19:55:22 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 70959 invoked by uid 500); 9 Feb 2009 19:55:22 -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 70948 invoked by uid 99); 9 Feb 2009 19:55:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 11:55:22 -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, 09 Feb 2009 19:55:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 90639234C4A9 for ; Mon, 9 Feb 2009 11:54:59 -0800 (PST) Message-ID: <1571738696.1234209299577.JavaMail.jira@brutus> Date: Mon, 9 Feb 2009 11:54:59 -0800 (PST) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Assigned: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements In-Reply-To: <1542520924.1234208822156.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned OPENJPA-916: ------------------------------------ Assignee: (was: Donald Woods) Unassigning so a committer can review and hopefully commit. > DistributedTemplate is incorrectly setting some attributes on the statements > ---------------------------------------------------------------------------- > > Key: OPENJPA-916 > URL: https://issues.apache.org/jira/browse/OPENJPA-916 > Project: OpenJPA > Issue Type: Bug > Components: slice > Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0 > Reporter: Donald Woods > Priority: Minor > Fix For: 1.1.1, 1.2.1, 1.3.0, 2.0.0 > > Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch > > > DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.