[
https://jira.jboss.org/browse/JBIDE-6694?page=com.atlassian.jira.plugin.s...
]
Brian Fitzpatrick updated JBIDE-6694:
-------------------------------------
Attachment: TesterWSDLUtils.java.patch
This patch addresses the issue you discovered and should fix the same issue for other
simple XSD types. Your test for JBIDE-6694 now passes with this patch.
[tester] StackOverflowError when reading WSDL
---------------------------------------------
Key: JBIDE-6694
URL:
https://jira.jboss.org/browse/JBIDE-6694
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
Attachments: TesterWSDLUtils.java.patch
-set
http://www.webservicex.net/convertMetricWeight.asmx?wsdl to WebService tester ->
Get from WSDL -> URL... dialog and press OK
=> java.lang.StackOverflowError
at org.jdom.Verifier.checkCharacterData(Verifier.java:181)
at org.jdom.Text.setText(Text.java:187)
at org.jdom.Text.<init>(Text.java:99)
at org.jdom.DefaultJDOMFactory.text(DefaultJDOMFactory.java:101)
at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java:288)
at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java:280)
at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java:280)
at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java:280)
at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java:280)
at org.jdom.input.DOMBuilder.build(DOMBuilder.java:147)
at
org.jboss.tools.ws.ui.utils.TesterWSDLUtils.getNamedSchemaElement(TesterWSDLUtils.java:289)
at
org.jboss.tools.ws.ui.utils.TesterWSDLUtils.getNamedSchemaElement(TesterWSDLUtils.java:365)
at org.jboss.tools.ws.ui.utils.TesterWSDLUtils.processType(TesterWSDLUtils.java:569)
at org.jboss.tools.ws.ui.utils.TesterWSDLUtils.processChild(TesterWSDLUtils.java:623)
at org.jboss.tools.ws.ui.utils.TesterWSDLUtils.processType(TesterWSDLUtils.java:575)
at org.jboss.tools.ws.ui.utils.TesterWSDLUtils.processChild(TesterWSDLUtils.java:623)
at org.jboss.tools.ws.ui.utils.TesterWSDLUtils.processType(TesterWSDLUtils.java:575)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira