Compilation errors in Axis2 tools package.
------------------------------------------

         Key: AXIS2-806
         URL: http://issues.apache.org/jira/browse/AXIS2-806
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

  Components: Tools  
    Versions: 1.0    
 Environment: Win XP
    Reporter: Samuel Isokpunwu
    Priority: Blocker


  
1. The org.apache.axis2.tool.codegen.WSDL2JavaGenerator is referencing 
org.apache.axis2.description.WSDL2AxisServiceBuilder builder class that no 
longer exist in the current org.apache.axis2.description package. The 
description package now contains WSDLToAxisServiceBuilder.java as parent 
builder class with WSDL11ToAxisServiceBuilder and  WSDL20ToAxisServiceBuilder 
as subclasses.

2. Also, the following line of code in 
org.apache.axis2.tool.codegen.WSDL2JavaGenerator class --

WSDL2AxisServiceBuilder builder = new 
WSDL2AxisServiceBuilder(url.openConnection().getInputStream());

will not only fail to compile because the class no longer exist in the Axis2 
description package, it will also fail to compile because the one-argument 
Constructor that is being referenced in this line of code does not exist in the 
newly created builder classes.

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


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

Reply via email to