Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 3704 invoked from network); 29 May 2009 09:52:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 May 2009 09:52:55 -0000 Received: (qmail 17342 invoked by uid 500); 29 May 2009 09:53:08 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 17264 invoked by uid 500); 29 May 2009 09:53:07 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 17254 invoked by uid 99); 29 May 2009 09:53:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2009 09:53:07 +0000 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; Fri, 29 May 2009 09:53:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 99964234C004 for ; Fri, 29 May 2009 02:52:45 -0700 (PDT) Message-ID: <1056305769.1243590765611.JavaMail.jira@brutus> Date: Fri, 29 May 2009 02:52:45 -0700 (PDT) From: "S. Ali Tokmen (JIRA)" To: dev@felix.apache.org Subject: [jira] Commented: (FELIX-1183) iPOJO JMX handler doesn't rethrow exceptions In-Reply-To: <1896059544.1243416546036.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714381#action_12714381 ] S. Ali Tokmen commented on FELIX-1183: -------------------------------------- Thanks, Pierre I'll get you a pint at O'Callaghan shortly > iPOJO JMX handler doesn't rethrow exceptions > --------------------------------------------- > > Key: FELIX-1183 > URL: https://issues.apache.org/jira/browse/FELIX-1183 > Project: Felix > Issue Type: Bug > Components: iPOJO > Affects Versions: iPOJO-1.4.0 > Environment: SNAPSHOT version, SVN revision 37639 > Reporter: S. Ali Tokmen > Attachments: JMX-handler-rethrow-exceptions.patch > > > When we create an MBean with iPOJO (metadata-based dynamic MBean), if any method invoke throws an exception, the exception is not rethrown to the caller. > Instead, the exception's stack trace is printed back on the OSGi gateway's system.out and the JMX caller gets a "null" return. > Normally, we expect the JMX call to throw an exception if the MBean has thrown one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.