Return-Path: Delivered-To: apmail-jakarta-bsf-dev-archive@www.apache.org Received: (qmail 3839 invoked from network); 30 Oct 2007 05:11:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2007 05:11:23 -0000 Received: (qmail 67823 invoked by uid 500); 30 Oct 2007 05:11:10 -0000 Delivered-To: apmail-jakarta-bsf-dev-archive@jakarta.apache.org Received: (qmail 67732 invoked by uid 500); 30 Oct 2007 05:11:10 -0000 Mailing-List: contact bsf-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Bean Scripting Framework developers" Reply-To: "Bean Scripting Framework developers" Delivered-To: mailing list bsf-dev@jakarta.apache.org Received: (qmail 67721 invoked by uid 99); 30 Oct 2007 05:11:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 22:11:10 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 05:11:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0343771418F for ; Mon, 29 Oct 2007 22:10:51 -0700 (PDT) Message-ID: <5599900.1193721051010.JavaMail.jira@brutus> Date: Mon, 29 Oct 2007 22:10:51 -0700 (PDT) From: "Sanka Samaranayake (JIRA)" To: bsf-dev@jakarta.apache.org Subject: [jira] Resolved: (BSF-4) The invokeMethod and invokeFunction methods of javax.script.Invocable should declare java.lang.NoSuchMethodExcept as a checked exception In-Reply-To: <9756792.1187238690670.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BSF-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanka Samaranayake resolved BSF-4. ---------------------------------- Resolution: Fixed Fixed in trunk. Thanks, Sanka > The invokeMethod and invokeFunction methods of javax.script.Invocable should declare java.lang.NoSuchMethodExcept as a checked exception > ---------------------------------------------------------------------------------------------------------------------------------------- > > Key: BSF-4 > URL: https://issues.apache.org/jira/browse/BSF-4 > Project: BSF > Issue Type: Bug > Affects Versions: BSF-3.0 > Reporter: Sanka Samaranayake > Assignee: Sanka Samaranayake > > The invokeMethod and invokeFunction methods of javax.script.Invocable should declare java.lang.NoSuchMethodExcept as a checked exception but they don't so the Tuscany code doesn't catch that, but when building with JDK6 its using the jsr223 api's from the jdk thus gives the error. > The class with the bug: > https://svn.apache.org/repos/asf/jakarta/bsf/trunk/bsf3/bsf-api/src/main/java/javax/script/Invocable.java > JSR 223 doc: > http://jcp.org/aboutJava/communityprocess/edr/jsr223/ > see: http://marc.info/?l=tuscany-dev&m=118174058517123&w=2 > http://marc.info/?l=bsf-dev&m=118180905819707&w=2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: bsf-dev-help@jakarta.apache.org