You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Nikhil Thaker (JIRA)" <ji...@apache.org> on 2007/06/28 21:34:04 UTC

[jira] Resolved: (AXIS2-2875) Relative client lookup of schema fails

     [ 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.<init>(EndpointDescriptionImpl.java:213
> )
>         at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.<init>(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