Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 59200 invoked from network); 15 May 2008 09:14:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 09:14:20 -0000 Received: (qmail 60438 invoked by uid 500); 15 May 2008 09:14:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 60384 invoked by uid 500); 15 May 2008 09:14:20 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 60368 invoked by uid 99); 15 May 2008 09:14:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 02:14:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 09:13:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9927B234C10F for ; Thu, 15 May 2008 02:13:55 -0700 (PDT) Message-ID: <1573502990.1210842835618.JavaMail.jira@brutus> Date: Thu, 15 May 2008 02:13:55 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4020) ResourceBinding doesn't actually override preprocessValue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org ResourceBinding doesn't actually override preprocessValue --------------------------------------------------------- Key: GERONIMO-4020 URL: https://issues.apache.org/jira/browse/GERONIMO-4020 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: naming Affects Versions: 2.1.1 Reporter: David Jencks Assignee: David Jencks Fix For: 2.1.x, 2.2 Somehow the signature of ResourceBinding preprocessValue doesn't match that of the method it's trying to override, so we are binding the gbeans rather than the datasources/destinations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.