You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Fay Wang (JIRA)" <ji...@apache.org> on 2010/10/21 00:02:23 UTC

[jira] Closed: (OPENJPA-1837) ElementCollection contains Embeddable with blob value fails in Oracle

     [ https://issues.apache.org/jira/browse/OPENJPA-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fay Wang closed OPENJPA-1837.
-----------------------------


> 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:
> <openjpa-2.1.0-SNAPSHOT-runknown fatal user error> org.apache.openjpa.persistence.ArgumentException: "org.apache.openjpa.persistence.jdbc.annotations.EmbedOwner.embedCollection<element:class org.apache.openjpa.persistence.jdbc.annotations.EmbedValue>" 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.