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 EDE7E104A9 for ; Mon, 17 Feb 2014 20:39:25 +0000 (UTC) Received: (qmail 19662 invoked by uid 500); 17 Feb 2014 20:39:21 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 19536 invoked by uid 500); 17 Feb 2014 20:39: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 19523 invoked by uid 99); 17 Feb 2014 20:39:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 20:39:20 +0000 Date: Mon, 17 Feb 2014 20:39:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@openjpa.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OPENJPA-2022) Reversemappingtooltask with oracle is failing like in OPENJPA-1940 previous bug 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-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13903492#comment-13903492 ] ASF subversion and git services commented on OPENJPA-2022: ---------------------------------------------------------- Commit 1569106 from [~curtisr7] in branch 'openjpa/trunk' [ https://svn.apache.org/r1569106 ] OPENJPA-2022 : Minor change to SchemaGenerator. Patch contributed by Jason Zwolak. > Reversemappingtooltask with oracle is failing like in OPENJPA-1940 previous bug > ------------------------------------------------------------------------------- > > Key: OPENJPA-2022 > URL: https://issues.apache.org/jira/browse/OPENJPA-2022 > Project: OpenJPA > Issue Type: Bug > Components: tooling > Affects Versions: 2.1.0, 2.1.1, 2.2.0 > Environment: Woking on a windows pc with a oracle 10g express database, eclipse helios, using oracle 11.2.0.2 driver. > Reporter: sebastien morissette > Assignee: Rick Curtis > Fix For: 2.4.0 > > Attachments: OPENJPA-2022-trunk.patch > > > When running either of the versions of the reversemappingtool as reported in the 1940 bug as fixed, i get the same error as in 2.1.0 : > [reversemappingtool] 2363 openjpa INFO [main] openjpa.Tool - ReverseMappingTool : generating classes. > [reversemappingtool] 2365 openjpa INFO [main] openjpa.MetaData - Table "RMTOOLS."AppUsers"" could not be reverse mapped. This means that the table does not have a primary key (primary keys are required to establish unique identifiers for all persistent objects) and does not match a known pattern for a table used for cross-reference or value collections. > [reversemappingtool] 2366 openjpa INFO [main] openjpa.MetaData - Table "RMTOOLS."CredentialTypes"" could not be reverse mapped. This means that the table does not have a primary key (primary keys are required to establish unique identifiers for all persistent objects) and does not match a known pattern for a table used for cross-reference or value collections. > [reversemappingtool] 2366 openjpa INFO [main] openjpa.MetaData - Table "RMTOOLS."Credentials"" could not be reverse mapped. This means that the table does not have a primary key (primary keys are required to establish unique identifiers for all persistent objects) and does not match a known pattern for a table used for cross-reference or value collections. > this happens for all my tables. Is it possible this bug was reintroduced? > thanks -- This message was sent by Atlassian JIRA (v6.1.5#6160)