From dev-return-17701-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Wed Oct 20 22:02:44 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 88261 invoked from network); 20 Oct 2010 22:02:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 22:02:44 -0000 Received: (qmail 98988 invoked by uid 500); 20 Oct 2010 22:02:44 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 98956 invoked by uid 500); 20 Oct 2010 22:02:44 -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 98947 invoked by uid 99); 20 Oct 2010 22:02:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 22:02:44 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 22:02:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9KM2MOb004562 for ; Wed, 20 Oct 2010 22:02:23 GMT Message-ID: <4216022.20311287612142957.JavaMail.jira@thor> Date: Wed, 20 Oct 2010 18:02:22 -0400 (EDT) From: "Fay Wang (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-1837) ElementCollection contains Embeddable with blob value fails in Oracle In-Reply-To: <16268988.171271287181113541.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang resolved OPENJPA-1837. ------------------------------- Resolution: Fixed > ElementCollection contains Embeddable with blob value fails in Oracle > --------------------------------------------------------------------- > > Key: OPENJPA-1837 > URL: https://issues.apache.org/jira/browse/OPENJPA-1837 > Project: OpenJPA > Issue Type: Bug > Components: jdbc > Affects Versions: 2.0.1 > Reporter: Fay Wang > Assignee: Fay Wang > Fix For: 2.0.1 > > Attachments: Openjpa-1837-1.patch, OPENJPA-1837.patch > > > An element collection which contains Embeddable with Lob field fails with Oracle: > org.apache.openjpa.persistence.ArgumentException: "org.apache.openjpa.persistence.jdbc.annotations.EmbedOwner.embedCollection" is mapped as embedded, but embedded field "org.apache.openjpa.persistence.jdbc.annotations.EmbedOwner.embedCollection.org.apache.openjpa.persistence.jdbc.annotations.EmbedValue.blob" is not embeddable. Embedded element/key/value types are limited to simple fields and direct relations to other persistent types. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.