From dev-return-8729-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Jul 24 15:18:23 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 38825 invoked from network); 24 Jul 2008 15:18:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 15:18:23 -0000 Received: (qmail 87292 invoked by uid 500); 24 Jul 2008 15:18:22 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 87269 invoked by uid 500); 24 Jul 2008 15:18:22 -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 87255 invoked by uid 99); 24 Jul 2008 15:18:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 08:18:22 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 15:17:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CEB3F234C17F for ; Thu, 24 Jul 2008 08:17:31 -0700 (PDT) Message-ID: <1069423273.1216912651845.JavaMail.jira@brutus> Date: Thu, 24 Jul 2008 08:17:31 -0700 (PDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-664) OpenJPA should prohibit when the name of a schema components such as Table, Column, Constraint exceeds maximum permissible length for the database platform 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 should prohibit when the name of a schema components such as Table, Column, Constraint exceeds maximum permissible length for the database platform ------------------------------------------------------------------------------------------------------------------------------------------------------------ Key: OPENJPA-664 URL: https://issues.apache.org/jira/browse/OPENJPA-664 Project: OpenJPA Issue Type: Bug Components: jdbc Reporter: Pinaki Poddar Assignee: Pinaki Poddar Priority: Minor Fix For: 1.2.0 Names of schema components can be user specified, generated following JPA convention or heuristics. If a name is longer than maximum limit imposed by the database platform, OpenJPA mapping tool fails at SQL DDL execution rather than being detected such violation earlier by the implementation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.