[
https://issues.apache.org/jira/browse/AXIS2-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502503
]
Jarek Gawor commented on AXIS2-2783:
------------------------------------
Actually, there is a small problem with this change. The null value here is
used in this case to indicate that the same input element maps to two or more
operations. Problem with map.get() is that it returns null whether the key is
not present or the value of the key is null. So that's why containsKey() must
be explicitly done. I'm attaching a new patch and a test case for it.
> Better checking for overloaded operations in AxisService
> addMessageElementQNameToOperationMapping()
> ---------------------------------------------------------------------------------------------------
>
> Key: AXIS2-2783
> URL: https://issues.apache.org/jira/browse/AXIS2-2783
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: jaxws
> Reporter: Jarek Gawor
> Attachments: AXIS2-2783.patch, AXIS2-2783.patch
>
>
--
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]