Return-Path: Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 36681 invoked from network); 10 Apr 2003 13:07:06 -0000 Received: from mailout10.sul.t-online.com (194.25.134.21) by daedalus.apache.org with SMTP; 10 Apr 2003 13:07:06 -0000 Received: from fwd01.sul.t-online.de by mailout10.sul.t-online.com with smtp id 193blh-0001g1-01; Thu, 10 Apr 2003 15:07:05 +0200 Received: from win (510007636964-0001@[80.145.107.49]) by fmrl01.sul.t-online.com with smtp id 193blX-0KWLIGC; Thu, 10 Apr 2003 15:06:55 +0200 Message-ID: <005f01c2ff62$0d9435d0$6479fea9@win> Reply-To: "Armin Waibel" From: "Armin Waibel" To: "OJB Developers List" References: <20030409204520.89776.qmail@icarus.apache.org> <1049978424.879.14.camel@zacarias> Subject: Re: cvs commit: db-ojb/src/test/org/apache/ojb repository_junit.xml Date: Thu, 10 Apr 2003 15:06:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Sender: 510007636964-0001@t-dialin.net X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Problems after check in of 'extent Aware Path Expressions' Think you shouldn't use DATE as column name (reserved word), ID as column name (reserved word in Postgres I think) regards, Armin project-insert-sql: [torque-insert-sql] Our new url -> jdbc:sapdb://localhost/OJB_1 [torque-insert-sql] Executing file: E:\open_src\db-ojb\db-ojb\target\src\sql\ojbtest-schema.sql [torque-insert-sql] Failed to execute: CREATE TABLE PAPER ( ID INTEGER NOT NULL, DATE VARCHAR (50), AUTHOR VARCHAR (50) ) [torque-insert-sql] com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7006] (at 43): Reserved identifier not allowed [torque-insert-sql] Failed to execute: ALTER TABLE PAPER ADD PRIMARY KEY (ID) [torque-insert-sql] com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:PAPER [torque-insert-sql] Executing file: E:\open_src\db-ojb\db-ojb\target\src\sql\ojbcore-schema.sql [torque-insert-sql] Executing file: E:\open_src\db-ojb\db-ojb\target\src\sql\ojbtest-data.sql [torque-insert-sql] Failed to execute: INSERT INTO PAPER (ID,DATE,AUTHOR) VALUES (10,'today','NONE') [torque-insert-sql] com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:PAPER [torque-insert-sql] Failed to execute: INSERT INTO PAPER (ID,DATE,AUTHOR) VALUES (11,'yesterday','SALES MAN') [torque-insert-sql] com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:PAPER [torque-insert-sql] 424 of 428 SQL statements executed successfully regards, Armin ----- Original Message ----- From: "Leandro Rodrigo Saad Cruz" To: "OJB Developers List" Sent: Thursday, April 10, 2003 2:40 PM Subject: Re: cvs commit: db-ojb/src/test/org/apache/ojb repository_junit.xml > Ooops.. it is on my machine.. sorry ! > > On Wed, 2003-04-09 at 17:45, brj@apache.org wrote: > > brj 2003/04/09 13:45:20 > > > > Modified: src/test/org/apache/ojb repository_junit.xml > > Log: > > fix description of NEWS and PAPER : collection-descriptor is not inherited > > > > Revision Changes Path > > 1.58 +17 -9 db-ojb/src/test/org/apache/ojb/repository_junit.xml > > > > Index: repository_junit.xml > > =================================================================== > > RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository_junit.xml,v > > retrieving revision 1.57 > > retrieving revision 1.58 > > diff -u -r1.57 -r1.58 > > --- repository_junit.xml 9 Apr 2003 13:33:31 -0000 1.57 > > +++ repository_junit.xml 9 Apr 2003 20:45:20 -0000 1.58 > > @@ -124,7 +124,7 @@ > > /> > > > name="allArticlesInGroup" > > - element-class-ref="org.apache.ojb.broker.Article" > > + element-class-ref="org.apache.ojb.broker.AbstractArticle" > > auto-retrieve="true" > > auto-update="true" > > auto-delete="false" > > @@ -3522,7 +3522,11 @@ > > > > > > > > - > > + > > + > > + > > + > > + > > > element-class-ref="org.apache.ojb.broker.Qualifier" > > auto-retrieve="true" > > @@ -3534,15 +3538,19 @@ > > > > > > > > - > > - > > - > > - > > - > > > > > > > > - > > + > > + > + element-class-ref="org.apache.ojb.broker.Qualifier" > > + auto-retrieve="true" > > + auto-update="false" > > + auto-delete="false" > > + indirection-table="CONTENT_QUALIFIER"> > > + > > + > > + > > > > > > > > @@ -3755,4 +3763,4 @@ > > > > > > > > - > > + > > \ No newline at end of file > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org > > For additional commands, e-mail: ojb-dev-help@db.apache.org > > > > > -- > Leandro Rodrigo Saad Cruz > IT - Inter Business Tecnologia e Servicos (IB) > http://www.ibnetwork.com.br > http://jakarta.apache.org/ojb > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org > For additional commands, e-mail: ojb-dev-help@db.apache.org > > >