From dev-return-10510-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Feb 12 19:09:21 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 81368 invoked from network); 12 Feb 2009 19:09:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2009 19:09:21 -0000 Received: (qmail 22850 invoked by uid 500); 12 Feb 2009 19:09:21 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 22827 invoked by uid 500); 12 Feb 2009 19:09: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 22815 invoked by uid 99); 12 Feb 2009 19:09:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 11:09: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; Thu, 12 Feb 2009 19:09:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B7F4A234C498 for ; Thu, 12 Feb 2009 11:08:59 -0800 (PST) Message-ID: <2090137676.1234465739752.JavaMail.jira@brutus> Date: Thu, 12 Feb 2009 11:08:59 -0800 (PST) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-917) stored procedures throw InvalidStateException when using getSingleResult() or getResultList() In-Reply-To: <221959716.1234278061689.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-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick resolved OPENJPA-917. ---------------------------------- Resolution: Fixed Fix Version/s: (was: 1.2.0) 2.0.0 1.3.0 1.2.1 Thanks for the patch B.J! > stored procedures throw InvalidStateException when using getSingleResult() or getResultList() > --------------------------------------------------------------------------------------------- > > Key: OPENJPA-917 > URL: https://issues.apache.org/jira/browse/OPENJPA-917 > Project: OpenJPA > Issue Type: Bug > Components: query > Affects Versions: 1.2.0 > Reporter: B.J. Reed > Fix For: 1.2.1, 1.3.0, 2.0.0 > > Attachments: OPENJPA-917.patch > > > Currently, org.apache.openjpa.persistence.QueryImpl throws an InvalidStateException when any stored procedure is called. The code needs to be updated to allow native queries to continue without the exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.