[ 
https://issues.apache.org/jira/browse/AXIS2-6043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Lazarski resolved AXIS2-6043.
------------------------------------
    Resolution: Fixed

> 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: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to