[ https://issues.apache.org/jira/browse/AXIS2-6043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880458#comment-17880458 ]
Robert Lazarski commented on AXIS2-6043: ---------------------------------------- The Axis team welcomes contributions from the community and creating a PR for this or any other open Jira is a great place to start. There is also no better way to speed up the 1.8.3 release than contributing. To make commits directly to Axis2 could be the next step if so inclined, read below how that works with the "Apache way". https://community.apache.org/contributors/becomingacommitter.html > 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: 1.8.3 > > > 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