Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 45300 invoked from network); 17 Mar 2008 21:10:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2008 21:10:13 -0000 Received: (qmail 83548 invoked by uid 500); 17 Mar 2008 21:10:07 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 83509 invoked by uid 500); 17 Mar 2008 21:10:07 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 83475 invoked by uid 99); 17 Mar 2008 21:10:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 14:10:06 -0700 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; Mon, 17 Mar 2008 21:09:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7D1B6234C0A0 for ; Mon, 17 Mar 2008 14:08:24 -0700 (PDT) Message-ID: <27178192.1205788104511.JavaMail.jira@brutus> Date: Mon, 17 Mar 2008 14:08:24 -0700 (PDT) From: "Mike Rheinheimer (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-3610) [Break] ParallelAsyncTests In-Reply-To: <940867286.1205516909193.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/AXIS2-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579604#action_12579604 ] Mike Rheinheimer commented on AXIS2-3610: ----------------------------------------- All ParallelAsyncTests are failing for the same reason: testService_isAlive(org.apache.axis2.jaxws.sample.ParallelAsyncTests) Time elapsed: 0.735 sec <<< ERROR! javax.xml.ws.WebServiceException: The Endpoint description validation failed to validate due to the following errors: :: Invalid Endpoint Interface :: :: The number of operations in the WSDL portType does not match the number of methods in the SEI or Web service implementation class. at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:173) at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:70) at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:118) at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.updateEndpoint(DescriptionFactoryImpl.java:329) at org.apache.axis2.jaxws.description.DescriptionFactory.updateEndpoint(DescriptionFactory.java:177) at org.apache.axis2.jaxws.spi.ServiceDelegate.getPort(ServiceDelegate.java:527) at org.apache.axis2.jaxws.spi.ServiceDelegate.getPort(ServiceDelegate.java:452) at javax.xml.ws.Service.getPort(Service.java:40) at org.apache.axis2.jaxws.sample.parallelasync.server.AsyncService.getAsyncPort(AsyncService.java:76) Looks like a simple thing to fix, hopefully. I can take this item Tuesday (3/18) morning if no one has touched it by then. > [Break] ParallelAsyncTests > --------------------------- > > Key: AXIS2-3610 > URL: https://issues.apache.org/jira/browse/AXIS2-3610 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Reporter: Davanum Srinivas > Assignee: Rich Scheuerle > Fix For: 1.4 > > > Please uncomment in jaxws-integration's pom.xml -- 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org