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 45658 invoked from network); 4 Mar 2003 20:01:08 -0000 Received: from unknown (HELO eng.werken.com) (66.216.68.111) by daedalus.apache.org with SMTP; 4 Mar 2003 20:01:08 -0000 Received: from eng.werken.com (localhost [127.0.0.1]) by eng.werken.com (8.11.6/8.11.6) with ESMTP id h24LAjL26328; Tue, 4 Mar 2003 15:10:45 -0600 Message-ID: <5033862.1046812245068.JavaMail.jmcnally@localhost> Date: Tue, 4 Mar 2003 15:10:45 -0600 (CST) From: abhay bhavsar Reply-To: Scarab Admistrator To: abhay bhavsar Subject: [OJB] Issue #OJB138 modified Cc: "ojb-dev@db.apache.org" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Issue OJB138 has just been modified by user abhaybhavsar You can view the issue detail at the following URL: The following modifications were made to this issue: Additional Comments. On trying the following 2 lines, no object was returned. Identity oid = (Identity ) manager.getObjectId( toBeEdited ); toBeEdited = ( Product) manager.getObjectById( oid, false );