Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 3900 invoked from network); 14 Nov 2008 15:30:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 15:30:29 -0000 Received: (qmail 71197 invoked by uid 500); 14 Nov 2008 15:30:35 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 71173 invoked by uid 500); 14 Nov 2008 15:30:35 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 71159 invoked by uid 99); 14 Nov 2008 15:30:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 07:30:35 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.127.3.27] (HELO mail07.allianz.de) (194.127.3.27) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 15:29:14 +0000 Received: from naimucka.allianzde.rootdom.net (naimucka.allianzde.rootdom.net [10.99.150.45] (may be forged)) by mail07.allianz.de with ESMTP id mAEFTGn3019817 for ; Fri, 14 Nov 2008 16:29:44 +0100 (MET) Received: from naimuckh.allianzde.rootdom.net ([10.99.150.61]) by naimucka.allianzde.rootdom.net with Microsoft SMTPSVC(6.0.3790.1830); Fri, 14 Nov 2008 16:29:24 +0100 Received: from naimucvl.allianzde.rootdom.net ([10.99.150.117]) by naimuckh.allianzde.rootdom.net with Microsoft SMTPSVC(6.0.3790.1830); Fri, 14 Nov 2008 16:29:23 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: Continnum 1.2.2 doesn't work with Oracle Date: Fri, 14 Nov 2008 16:29:23 +0100 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Continnum 1.2.2 doesn't work with Oracle Thread-Index: AclGWnvneNvnmMQqQBitndDy4d7y9gAEwSaA References: From: "Lustig, Marc (Allianz Deutschland, externer Mitarbeiter)" To: X-OriginalArrivalTime: 14 Nov 2008 15:29:23.0979 (UTC) FILETIME=[C5BF2DB0:01C9466D] X-Virus-Checked: Checked by ClamAV on apache.org If it's not possible to define the dialect, then how to make use of any = package-somedatabase.orm ? With hibernate, no such issues would = exist.... -----Urspr=FCngliche Nachricht----- Von: Emmanuel Venisse [mailto:emmanuel.venisse@gmail.com]=20 Gesendet: Freitag, 14. November 2008 14:11 An: users@continuum.apache.org Betreff: Re: Continnum 1.2.2 doesn't work with Oracle ok, you can overwrite length values by adding an orm file specific to = Oracle in the classpath. We already have one for mssql [1] and it is packaged in continuum-model = jar When you'll have one, can you create an issue in Jira and attach it so = we'll can include it in next releases. Emmanuel [1] https://svn.apache.org/repos/asf/continuum/tags/continuum-1.2.2/continuum= -model/src/main/resources/package-mssql.orm On Fri, Nov 14, 2008 at 10:53 AM, Lustig, Marc (Allianz Deutschland, externer Mitarbeiter) wrote: > > > 2008-11-14 09:34:13,476 [main] ERROR JPOX.RDBMS - Error thrown = executing > CREATE TABLE CHANGESET > ( > CHANGESET_ID NUMBER NOT NULL, > AUTHOR VARCHAR2(255) NULL, > CHANGECOMMENT VARCHAR2(8192) NULL, > CHANGEDATE NUMBER NOT NULL, > ID VARCHAR2(255) NULL, > MODEL_ENCODING VARCHAR2(255) NULL, > CHANGES_SCMRESULT_ID_OID NUMBER NULL, > CHANGES_INTEGER_IDX NUMBER(10) NULL > ) : ORA-00910: specified length too long for its datatype > > java.sql.SQLSyntaxErrorException: ORA-00910: specified length too long = for > its datatype > > > --> for Oracle, VARCHAR2 max size is 4000 > > I was unable to find the JDO entity-definition in the continuum = webapp. > > Please give a hint for the quick-fix. >