From dev-return-9911-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Fri Dec 19 20:53:11 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 91675 invoked from network); 19 Dec 2008 20:53:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 20:53:11 -0000 Received: (qmail 80750 invoked by uid 500); 19 Dec 2008 20:53:11 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 80734 invoked by uid 500); 19 Dec 2008 20:53:11 -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 80721 invoked by uid 99); 19 Dec 2008 20:53:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 12:53:10 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED 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; Fri, 19 Dec 2008 20:53:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 365C6234C462 for ; Fri, 19 Dec 2008 12:52:44 -0800 (PST) Message-ID: <819336815.1229719964215.JavaMail.jira@brutus> Date: Fri, 19 Dec 2008 12:52:44 -0800 (PST) From: "Jeremy Bauer (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-840) OpenJPA does not fully support database catalogs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org OpenJPA does not fully support database catalogs ------------------------------------------------ Key: OPENJPA-840 URL: https://issues.apache.org/jira/browse/OPENJPA-840 Project: OpenJPA Issue Type: Bug Affects Versions: 2.0.0 Reporter: Jeremy Bauer While working on a JPA 2.0 feature I found that OpenJPA does not process the catalog attribute on several standard JPA 1.0 annotations or in orm metadata files. Based on the dictionary(ies), it appears that the default catalog is used. Some databases (SQL Server) allow a catalog to be specified within the SQL/DDL - ex. mycatalog.myschema.mytable. OpenJPA should support the use of metadata specified catalog(s) attributes for those databases which support them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.