NPE from WSDL2Java when using complex jibx bindings
---------------------------------------------------

                 Key: AXIS2-4140
                 URL: https://issues.apache.org/jira/browse/AXIS2-4140
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.4.1
         Environment: Runnig org.apache.axis2.wsdl.WSDL2Java
            Reporter: Paul Mahoney


Duing to included binding, already include by another top-level binding file, I 
was gettng a NPE in org.apache.axis2.jibx.CodeGenerationUtility

The following diff show the fix:

1077,1081c1077,1079
<                 BindingElement includeBinding = include.getBinding();
<                 if (includeBinding != null) {
<                     collectTopLevelComponents(include.getBinding(), defaultns,
<                                               elementMap, complexTypeMap, 
simpleTypeMap, bindingMap);
<                 }
---
>                 collectTopLevelComponents(include.getBinding(), defaultns,
>                                           elementMap, complexTypeMap, 
> simpleTypeMap, bindingMap);
> 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to