From dev-return-9354-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Oct 16 05:09:35 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 42235 invoked from network); 16 Oct 2008 05:09:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2008 05:09:35 -0000 Received: (qmail 67202 invoked by uid 500); 16 Oct 2008 05:09:36 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 67175 invoked by uid 500); 16 Oct 2008 05:09:36 -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 67164 invoked by uid 99); 16 Oct 2008 05:09:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 22:09:36 -0700 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, 16 Oct 2008 05:08:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 59E6C234C226 for ; Wed, 15 Oct 2008 22:08:44 -0700 (PDT) Message-ID: <1134104967.1224133724353.JavaMail.jira@brutus> Date: Wed, 15 Oct 2008 22:08:44 -0700 (PDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Commented: (OPENJPA-742) Add line number and column number to QueryMetaData In-Reply-To: <825262296.1223582924179.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-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640067#action_12640067 ] Pinaki Poddar commented on OPENJPA-742: --------------------------------------- Should such tracking be added to SourceTracker instead? QueryMetaData implements SourceTracker. > Add line number and column number to QueryMetaData > -------------------------------------------------- > > Key: OPENJPA-742 > URL: https://issues.apache.org/jira/browse/OPENJPA-742 > Project: OpenJPA > Issue Type: Improvement > Components: kernel > Affects Versions: 1.2.0 > Reporter: Fay Wang > Assignee: Fay Wang > Fix For: 1.2.1, 1.3.0 > > Attachments: openjpa.patch > > > QueryMetaData currently has information on the source orm file, but not the line number or column number that a named query can be located. Information on the line/column number will help problem determination. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.