[
https://issues.jboss.org/browse/TEIIDDES-2010?page=com.atlassian.jira.plu...
]
Barry LaFond resolved TEIIDDES-2010.
------------------------------------
Resolution: Done
Added null node check. Done
NPE when using WSDL with no available response columns in schema
----------------------------------------------------------------
Key: TEIIDDES-2010
URL:
https://issues.jboss.org/browse/TEIIDDES-2010
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.3
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.3.x
* Import theattached wsdl ( WSDL File or URL >> Source and View Model (SOAP)
option) and select the "update" operation.
* On the Procedure Definition page, select the Response Tab and click "Add"
button.
Get following NPE
{code}
Caused by: java.lang.NullPointerException
at
org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.ImportWsdlSchemaHandler.createResponseColumn(ImportWsdlSchemaHandler.java:473)
at
org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.panels.ResponseSchemaContentsGroup.createResponseColumn(ResponseSchemaContentsGroup.java:120)
at
org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.OperationsDetailsPage.createResponseColumn(OperationsDetailsPage.java:785)
at
org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.panels.ColumnsInfoPanel$2$1.run(ColumnsInfoPanel.java:144)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira