Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 83591 invoked from network); 13 Jul 2005 04:47:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2005 04:47:41 -0000 Received: (qmail 13458 invoked by uid 500); 13 Jul 2005 04:47:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 13383 invoked by uid 500); 13 Jul 2005 04:47:24 -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 13342 invoked by uid 99); 13 Jul 2005 04:47:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 21:47:07 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A518DEF for ; Wed, 13 Jul 2005 06:46:53 +0200 (CEST) Message-ID: <1686356871.1121230013535.JavaMail.jira@ajax.apache.org> Date: Wed, 13 Jul 2005 06:46:53 +0200 (CEST) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-749) GBeanNotFoundException handling in MBeanServerDelegate.invoke Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N GBeanNotFoundException handling in MBeanServerDelegate.invoke ------------------------------------------------------------- Key: GERONIMO-749 URL: http://issues.apache.org/jira/browse/GERONIMO-749 Project: Geronimo Type: Bug Components: kernel Versions: 1.0-M3 Reporter: Aaron Mulder Assigned to: Aaron Mulder MBeanServerDelegate.invoke needs to determine whether a GBeanNotFoundException actually applies to the object being "invoked", or whether the method was invoked successfully but threw a GBeanNotFoundException on something else. In order to do this, the GBeanNotFoundException needs some way other than the message to indicate which GBean was not found. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira