From dev-return-11902-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu May 14 22:43:08 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 83260 invoked from network); 14 May 2009 22:43:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 May 2009 22:43:08 -0000 Received: (qmail 67268 invoked by uid 500); 14 May 2009 22:43:07 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 67217 invoked by uid 500); 14 May 2009 22:43:07 -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 67207 invoked by uid 99); 14 May 2009 22:43:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 22:43:07 +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; Thu, 14 May 2009 22:43:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 84CCF234C004 for ; Thu, 14 May 2009 15:42:45 -0700 (PDT) Message-ID: <1998535121.1242340965529.JavaMail.jira@brutus> Date: Thu, 14 May 2009 15:42:45 -0700 (PDT) From: "Catalina Wei (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-1064) JPA2 Query comparisons over instances of embeddable class are not supported In-Reply-To: <201781075.1241554896352.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-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalina Wei resolved OPENJPA-1064. ----------------------------------- Resolution: Fixed Fix Version/s: 2.0.0 JPA2 spec section 4.12 clearly stated that comparisons over instances of embeddable class are not supported. An ArgumentException is reported if JPQL query is detected to contain conditional expression over embeddable classes. Fix commited at revision r774928 > JPA2 Query comparisons over instances of embeddable class are not supported > --------------------------------------------------------------------------- > > Key: OPENJPA-1064 > URL: https://issues.apache.org/jira/browse/OPENJPA-1064 > Project: OpenJPA > Issue Type: Sub-task > Components: query > Affects Versions: 2.0.0 > Reporter: Catalina Wei > Assignee: Catalina Wei > Fix For: 2.0.0 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.