Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 47135 invoked from network); 31 Oct 2005 05:13:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Oct 2005 05:13:19 -0000 Received: (qmail 26826 invoked by uid 500); 31 Oct 2005 05:13:18 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 26809 invoked by uid 500); 31 Oct 2005 05:13:18 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 26798 invoked by uid 99); 31 Oct 2005 05:13:18 -0000 X-ASF-Spam-Status: No, hits=1.3 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; Sun, 30 Oct 2005 21:13:16 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 082E2598 for ; Mon, 31 Oct 2005 06:12:56 +0100 (CET) Message-ID: <747775570.1130735576031.JavaMail.jira@ajax.apache.org> Date: Mon, 31 Oct 2005 06:12:56 +0100 (CET) From: "Eddie O'Neil (JIRA)" To: dev@beehive.apache.org Subject: [jira] Resolved: (BEEHIVE-877) WebService / WebMethod rules changed in latest spec 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 [ http://issues.apache.org/jira/browse/BEEHIVE-877?page=all ] Eddie O'Neil resolved BEEHIVE-877: ---------------------------------- Fix Version: 1.1 Resolution: Fixed Fixed in SVN 329714. > WebService / WebMethod rules changed in latest spec > --------------------------------------------------- > > Key: BEEHIVE-877 > URL: http://issues.apache.org/jira/browse/BEEHIVE-877 > Project: Beehive > Type: Bug > Components: Web Services (181) > Versions: v1m1 > Environment: dist built from SVN > Reporter: Jeremiah Johnson > Assignee: Eddie O'Neil > Fix For: 1.1 > Attachments: BEEHIVE-877-patch.txt > > The JSR-181 specification has a change that defines the rules for when a method should be exposed as a Web method. > --- JSR-181 v0.9.2 (Dec '04) > If the implementation bean does not implement a service endpoint > interface, it must include @WebMethod annotations on each method that is > to be exposed as a Web Service operation. More information on the > @WebMethod annotation may be found in section 5.2. > > --- JSR-181 v1.0 (June '05) > If the implementation bean does not implement a service endpoint > interface, all public methods other than those inherited from > java.lang.Object will be exposed as Web Service operations. This > behavior can be overridden by using the WebMethod annotation to specify > explicitly those public methods that are to be exposed. If a WebMethod > annotation is present, only the methods to which it is applied are > exposed. -- 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