Hi Keith,

Description1001 should report a warning in this case. Looks like we'll 
have to dig into this ASAP.

Can you please open a Jira and include any other relevant environmental 
factors such as OS, connectivity, and JRE provider and version?

Thanks,

Lawrence





"keith chapman" <[EMAIL PROTECTED]> 
03/27/2008 07:31 AM
Please respond to
[email protected]


To
[email protected], [EMAIL PROTECTED]
cc

Subject
WSDL 2.0 codegeration fails due to Woden assertion






Hi Devs,

We are having a bit of a problem in Axis2 (codegeration) due to an 
assertion woden has made. I have attached the wsdl2 of the version service 
 hearwith.  As you will note the target namespace of the wsdl is 
http://axisversion.sample and woden tries to resolve this and failes cause 
its not a resource that exist.  The complete stack trace is given below

Exception in thread "main" 
org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL
    at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159)
    at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
    at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: 
axisversion.sample: java.net.UnknownHostException: axisversion.sample
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792)
    at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744)
    at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
    at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at java.net.URL.getContent(URL.java:1021)
    at 
org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28)
    at 
org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)
    at 
org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77)
    at 
org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207)
    at 
org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233)
    at 
org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268)
    at 
org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127)
    at 
org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181)
    at 
org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151)
    at 
org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53)
    at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102)
    at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
    at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)

    at 
org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42)
    at 
org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)
    at 
org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77)
    at 
org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207)
    at 
org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233)
    at 
org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268)
    at 
org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127)
    at 
org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181)
    at 
org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151)
    at 
org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53)
    at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102)
    ... 7 more


Thanks,
Keith.
-- 
Keith Chapman
Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Attachment: Version.wsdl2
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to