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 91149 invoked from network); 6 Jun 2003 12:50:33 -0000 Received: from eng.werken.com (66.216.68.111) by daedalus.apache.org with SMTP; 6 Jun 2003 12:50:33 -0000 Received: from eng.werken.com (localhost [127.0.0.1]) by eng.werken.com (8.11.6/8.11.6) with ESMTP id h56D4Oi29353; Fri, 6 Jun 2003 08:04:24 -0500 Message-ID: <8283789.1054904664556.JavaMail.jmcnally@localhost> Date: Fri, 6 Jun 2003 08:04:24 -0500 (CDT) From: Alex Hudspith Reply-To: Scarab Admistrator To: Alex Hudspith Subject: [OJB] Issue #OJB177 - IndirectionHandler should use equality not identity test for... 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 You can view the issue detail at the following URL: Type : Defect Issue Id : OJB177 Reported by: Alex Hudspith ahuds - (alexhudspith@hotmail.com) Details: Platform: All Operating system: windows NT Summary: IndirectionHandler should use equality not identity test for toString method name Description: org.apache.ojb.broker.accesslayer.IndirectionHandler.invoke use == to test if the method name is "toString". This should be 'equals', since the name is not necessarily interned. This bug causes the subject to be materialized for toString invocations. Status: New Priority: Undecided