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 "Cass Pallansch (JIRA)" <ax...@ws.apache.org> on 2005/03/08 15:50:53 UTC

[jira] Created: (AXIS-1858) Class Not Found Error in Generated Java

Class Not Found Error in Generated Java
---------------------------------------

         Key: AXIS-1858
         URL: http://issues.apache.org/jira/browse/AXIS-1858
     Project: Axis
        Type: Bug
  Components: WSDL processing  
    Versions: 1.2RC3    
 Environment: Windows 2000, JDK 1.4.2
    Reporter: Cass Pallansch


A bug has been introduced in RC3 that causes WSDL processing to fail when processing the following WSDL:

http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl

The exception is a file not found exception when looking for "Con.java" in the output directory (gov\nih\nlm\ncbi\www\soap\eutils\efetch).

This WSDL was processed correctly under RC1.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS-1858) Class Not Found Error in Generated Java

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1858?page=history ]
     
Davanum Srinivas resolved AXIS-1858:
------------------------------------

    Resolution: Fixed

Please run wsdl2java in a clean location (no old files from previous runs of wsdl2java with old axis) and look at the generated code. the new generated code has only Con_type.java (not Con.java)

> Class Not Found Error in Generated Java
> ---------------------------------------
>
>          Key: AXIS-1858
>          URL: http://issues.apache.org/jira/browse/AXIS-1858
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2RC3
>  Environment: Windows 2000, JDK 1.4.2
>     Reporter: Cass Pallansch

>
> A bug has been introduced in RC3 that causes WSDL processing to fail when processing the following WSDL:
> http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl
> The exception is a file not found exception when looking for "Con.java" in the output directory (gov\nih\nlm\ncbi\www\soap\eutils\efetch).
> This WSDL was processed correctly under RC1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira