Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 39791 invoked from network); 17 Apr 2007 18:17:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2007 18:17:47 -0000 Received: (qmail 5020 invoked by uid 500); 17 Apr 2007 18:17:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 4970 invoked by uid 500); 17 Apr 2007 18:17:49 -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 4952 invoked by uid 99); 17 Apr 2007 18:17:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 11:17:49 -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, 17 Apr 2007 11:17:42 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 747C0714045 for ; Tue, 17 Apr 2007 11:17:15 -0700 (PDT) Message-ID: <4109674.1176833835445.JavaMail.jira@brutus> Date: Tue, 17 Apr 2007 11:17:15 -0700 (PDT) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-3045) Unable to run jax-rpc war test with Axis2 In-Reply-To: <2359303.1175228125138.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/GERONIMO-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMO-3045. ----------------------------- This has been checked in and seem to work well. > Unable to run jax-rpc war test with Axis2 > ----------------------------------------- > > Key: GERONIMO-3045 > URL: https://issues.apache.org/jira/browse/GERONIMO-3045 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: webservices > Affects Versions: 2.0-M5 > Environment: 1.5 SUN SDK + WIN XP > Reporter: Lin Sun > Fix For: 2.0-M5 > > Attachments: G3045-latest.patch, G3045-new.patch, G3045.patch > > > When running the jax-rpc war test with axis2, both test failed due to an exception thrown when parseWebServiceDescriptor is called. > from reading the code, if webservices.xml doesn't exist, we call discoverwebservices, which will check if the class has annotation. if webservices.xml exists, we 'll just call parseWebServiceDescriptor, which caused the error for axis2 because axis2 moved to xbeans. > The fix is to check if annotation exists when webservices.xml exists also. Tested the fix and able to pass the 2 jax-rpc war test test with them. Will attach the patch after a full build. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.