]
Barry LaFond commented on TEIIDDES-2593:
----------------------------------------
master:
NPE during Consume SOAP Web Service action set
----------------------------------------------
Key: TEIIDDES-2593
URL:
https://issues.jboss.org/browse/TEIIDDES-2593
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 9.1, 9.0.3
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 9.2, 9.0.4
Executing the Generate Relational Models from WSDL, there's an NPE
{code}
java.lang.NullPointerException
at org.eclipse.jface.wizard.WizardDialog.updateButtons(WizardDialog.java:1379)
at
org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.WsdlDefinitionPage.setPageStatus(WsdlDefinitionPage.java:595)
at
org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.WsdlDefinitionPage.createControl(WsdlDefinitionPage.java:232)
at
org.teiid.designer.ui.common.wizard.AbstractWizard.createPageControls(AbstractWizard.java:153)
at
org.teiid.designer.ui.common.wizard.AbstractWizard.createPageControls(AbstractWizard.java:138)
at
org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.ImportWsdlSoapWizard.createPageControls(ImportWsdlSoapWizard.java:87)
{code}