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 "Rich Scheuerle (JIRA)" <ax...@ws.apache.org> on 2007/09/20 15:17:31 UTC

[jira] Resolved: (AXIS-293) Java2WSDL --all is ignored

     [ https://issues.apache.org/jira/browse/AXIS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS-293.
---------------------------------

    Resolution: Won't Fix
      Assignee:     (was: Axis Developers Mailing List)

This is a stale defect, and I don't need this functionality.

> Java2WSDL --all is ignored
> --------------------------
>
>                 Key: AXIS-293
>                 URL: https://issues.apache.org/jira/browse/AXIS-293
>             Project: Axis
>          Issue Type: Bug
>          Components: Deployment / Registries
>    Affects Versions: current (nightly)
>         Environment: Operating System: Other
> Platform: Other
>            Reporter: Rich Scheuerle
>
> The default behaviour of Java2WSDL is to only look in the specified
> interface/class for Methods.  The --all option is used to indicate
> that all of the inherited interfaces/classes (excluding java/javax)
> should be searched.
> Apparently after Java2WSDL was switched to use a ServiceDesc implementation,
> this functionality was broken.  The current behaviour always searches
> all inherited interfaces/classes, and the --all option is never queried.
> So there are a couple choices for fixing this.
> 1) Remove the --all option alltogether. 
>    I don't like this choice because I think it may be useful to only
>    export methods from a derived interface/class.  
> 2) Support the --all option (actually I would like to change the option
>    to something better like --considerInherits)
>    To support the option, changes would be needed to ServiceDesc
>    so that one could tell the ServiceDesc to never dive into the super classes
>    to construct OperationDescs.  Changes would also be needed in
>    WSDDService to get the option.
> Any comments ?

-- 
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