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 "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/07/27 22:39:20 UTC

[jira] Resolved: (AXIS-1987) JAVA2WSDL ant task with document/literal style ignore classpath element for dependancies

     [ http://issues.apache.org/jira/browse/AXIS-1987?page=all ]
     
Davanum Srinivas resolved AXIS-1987:
------------------------------------

    Resolution: Fixed

I think this has been fixed in latest CVS. Please try that and comment here if it is not fixed.

thanks,
dims

> JAVA2WSDL ant task with document/literal style ignore classpath element for dependancies
> ----------------------------------------------------------------------------------------
>
>          Key: AXIS-1987
>          URL: http://issues.apache.org/jira/browse/AXIS-1987
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2
>     Reporter: Ephemeris Lappis
>  Attachments: WS-for-J2me05-Jonas.zip
>
> This issue is a duplicate of the old 1734 that has been closed.
> The ant task java2wsdl doesn't take into account the inner classpath to find dependant classes for complex types mapping. As a work-around, the build script must include the project's classes directory to the task defefinition classpath.
> Note that when a simple service with no dependant class such as beans or exceptions is processed, the task effectively finds the main service class using the inner classpath.
> The attached zip is a full project with its the build.xml. The taskdef explicitly add the project's compiled classes to the java2wsdl classpath to force the complex type mapping resolution. This is not correct, since a same taskdef may be used to process many services using distinct directories. Each target using the java2wsdl should be free to specify its own classpath.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira