[
https://issues.apache.org/jira/browse/AXIS2-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nuwan Bandara updated AXIS2-4140:
---------------------------------
Attachment: CodeGenerationUtility.patch
Hi,
I have added the null check to a patch file. plz verify and commit
Regards
/Nuwan
> NPE from WSDL2Java when using complex jibx bindings
> ---------------------------------------------------
>
> Key: AXIS2-4140
> URL: https://issues.apache.org/jira/browse/AXIS2-4140
> Project: Axis2
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.4.1
> Environment: Runnig org.apache.axis2.wsdl.WSDL2Java
> Reporter: Paul Mahoney
> Attachments: CodeGenerationUtility.patch
>
>
> 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]