[
https://issues.apache.org/jira/browse/AXIS2-6043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895227#comment-17895227
]
Christian Ortlepp commented on AXIS2-6043:
------------------------------------------
I drafted the changes that you suggested
[here|[https://github.com/apache/axis-axis2-java-core/pull/797],] is there
anything else that needs to be done for this issue [~mehmudjan] ?
> StackOverflowError in org.apache.axis2.client.Options.getSoapVersionURI()
> --------------------------------------------------------------------------
>
> Key: AXIS2-6043
> URL: https://issues.apache.org/jira/browse/AXIS2-6043
> Project: Axis2
> Issue Type: Bug
> Components: kernel
> Affects Versions: 1.7.8
> Reporter: Ralf Hauser
> Priority: Major
> Fix For: 2.0.0
>
>
> The problem still persists on line 489 of
>
> [https://github.com/apache/axis-axis2-java-core/blob/master/modules/kernel/src/org/apache/axis2/client/Options.java]
>
> currently:
>
> if (soapVersionURI == null && parent != null) {
>
> better:
>
> if (null == soapVersionURI && null != parent && this != parent) {
>
>
> see also AXIS2-3441
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]