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 bu...@apache.org on 2003/10/15 18:01:04 UTC

DO NOT REPLY [Bug 23844] New: - Duplicated and misplaced code in BasicProvider

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23844>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23844

Duplicated and misplaced code in BasicProvider

           Summary: Duplicated and misplaced code in BasicProvider
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: bayer@oio.de


The code in the methods generateWSDL in BasicProvider and in the subclass
JavaProvider is allmost identical. The method in BasicProvider is only called
for providers without a Java class as backend. For example if WSDL is requested
for a service using BSFProvider the method in BasicProvider is called but will
of cause fail.
The code in generateWSDL in BasicProvider is also displaced cause it belongs to
JavaProviders.