Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 3731 invoked from network); 28 Jun 2007 19:37:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2007 19:37:39 -0000 Received: (qmail 82946 invoked by uid 500); 28 Jun 2007 19:34:59 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 82890 invoked by uid 500); 28 Jun 2007 19:34:58 -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 82852 invoked by uid 99); 28 Jun 2007 19:34:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 12:34:57 -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; Thu, 28 Jun 2007 12:34:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A3BF71404B for ; Thu, 28 Jun 2007 12:34:04 -0700 (PDT) Message-ID: <20037653.1183059244589.JavaMail.jira@brutus> Date: Thu, 28 Jun 2007 12:34:04 -0700 (PDT) From: "Nikhil Thaker (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-2875) Relative client lookup of schema fails In-Reply-To: <23637957.1183058944497.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-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker resolved AXIS2-2875. ---------------------------------- Resolution: Fixed revision 551676 > Relative client lookup of schema fails > -------------------------------------- > > Key: AXIS2-2875 > URL: https://issues.apache.org/jira/browse/AXIS2-2875 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Nikhil Thaker > Assignee: Nikhil Thaker > > Exception when reading wsdl schema. Following Stack trace is received when a relative path is used to read the wsdl definition. > org.apache.axis2.AxisFault: org.apache.ws.commons.schema.XmlSchemaException: C:\AvailabilityService_schema1.xsd (The system cannot find the file specified.); > nested exception is: java.lang.RuntimeException: org.apache.ws.commons.schema.XmlSchemaException: C:\AvailabilityService_schema1.xsd > (The system cannot find the file specified.) > org.apache.axis2.AxisFault: org.apache.ws.commons.schema.XmlSchemaException: C:\AvailabilityService_schema1.xsd > (The system cannot find the file specified.); nested exception is: > java.lang.RuntimeException: org.apache.ws.commons.schema.XmlSchemaException: C:\AvailabilityService_schema1.xsd > (The system cannot find the file specified.) > at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService(WSDL11ToAxisServiceBuilder.java:293) > at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.buildAxisServiceFromWSDL(EndpointDescriptionI > mpl.java:771) > at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.setupAxisService(EndpointDescriptionImpl.java > :636) > at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.(EndpointDescriptionImpl.java:213 > ) > at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.(EndpointDescriptionImpl.java:182 > ) > at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.updateEndpointDescription(ServiceDescriptionIm > pl.java:275) > at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.updateEndpoint(DescriptionFactoryImpl.java:218 > ) > at org.apache.axis2.jaxws.description.DescriptionFactory.updateEndpoint(DescriptionFactory.java:96) > at org.apache.axis2.jaxws.spi.ServiceDelegate.getPort(ServiceDelegate.java:220) > at javax.xml.ws.Service.getPort(Service.java:37) > I will provide the fix for this issue. > -- 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