Return-Path: Mailing-List: contact ojb-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ojb-dev@jakarta.apache.org Received: (qmail 91930 invoked from network); 31 Jan 2003 08:14:21 -0000 Received: from unknown (HELO ex5.xmx.kiev.ua) (213.186.201.98) by daedalus.apache.org with SMTP; 31 Jan 2003 08:14:21 -0000 Subject: RE: Column: 'id' in where clause is ambiguous Date: Fri, 31 Jan 2003 10:18:22 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable Message-ID: X-MS-Has-Attach: Disposition-Notification-To: content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 X-MS-TNEF-Correlator: Thread-Topic: Column: 'id' in where clause is ambiguous Thread-Index: AcLIco/Rip9LfgHHQEq+TQ9bLI8ihwAjpUtg From: To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Index: PersistenceBrokerImpl.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/jakarta-ojb/src/java/org/apache/ojb/broker/singlevm/Persi= stenceBrokerImpl.java,v retrieving revision 1.117 diff -r1.117 PersistenceBrokerImpl.java 2022,2023c2022,2023 < cod.getIndirectionTable() + "." + = itemClassFks[i].toString(), < refCld.getPkFields()[i].getAttributeName()); --- > refCld.getPkFields()[i].getAttributeName()), > cod.getIndirectionTable() + "." + = itemClassFks[i].toString()); -----Original Message----- From: Sander Hofstee [mailto:sander.hofstee@topicus.nl] Sent: Thursday, January 30, 2003 5:10 PM To: OJB Developers List Subject: Column: 'id' in where clause is ambiguous Sorry, put it in the wrong thread. I downloaded the latest CVS version of ojb and tried to make this work. But when I try to load an object with an indirection table I get an = error: General error: Column: 'id' in where clause is ambiguous