Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E40E9F66 for ; Thu, 9 Aug 2012 13:07:21 +0000 (UTC) Received: (qmail 85015 invoked by uid 500); 9 Aug 2012 13:07:20 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 84944 invoked by uid 500); 9 Aug 2012 13:07:20 -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 84721 invoked by uid 99); 9 Aug 2012 13:07:19 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 13:07:19 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 427A214281B for ; Thu, 9 Aug 2012 13:07:19 +0000 (UTC) Date: Thu, 9 Aug 2012 13:07:19 +0000 (UTC) From: "Guillaume Chauvet (JIRA)" To: dev@openjpa.apache.org Message-ID: <626295852.1304.1344517639277.JavaMail.jiratomcat@issues-vm> In-Reply-To: <891171508.1301.1344517639150.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (OPENJPA-2250) Generic embeddable entity 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-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Chauvet updated OPENJPA-2250: --------------------------------------- Attachment: GenericEmbeddable.zip JUnit test bundled in a maven project > Generic embeddable entity > ------------------------- > > Key: OPENJPA-2250 > URL: https://issues.apache.org/jira/browse/OPENJPA-2250 > Project: OpenJPA > Issue Type: Bug > Components: UnenhancedClasses > Affects Versions: 2.1.1 > Reporter: Guillaume Chauvet > Attachments: GenericEmbeddable.zip > > > I found a problem when create & use a generic embeddable entity. When javaagent parse classes we can see these messages : > 1181 TEST WARN [main] openjpa.MetaData - OpenJPA cannot map field "org.apache.test.embeddable.TraceEntity.traceability.org.apache.test.embeddable.Tracer.next" efficiently. It is of an unsupported type. The field value will be serialized to a BLOB by default. > 1615 TEST WARN [main] openjpa.MetaData - OpenJPA cannot map field "org.apache.test.embeddable.TraceEntity.traceability.org.apache.test.embeddable.Tracer.next" efficiently. It is of an unsupported type. The field value will be serialized to a BLOB by default. > I attached a maven project whit a unit test for reproducing these logs. (Tested with Netbeans 7.2RC) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira