Barry LaFond created TEIIDDES-1232:
--------------------------------------
Summary: SWT Thread access error in Transformation Editor.
Key: TEIIDDES-1232
URL:
https://issues.jboss.org/browse/TEIIDDES-1232
Project: Teiid Designer
Issue Type: Bug
Components: Editors, Transformations
Affects Versions: 7.6, 7.7
Reporter: Barry LaFond
Processing the results of a new JDBC Import into View model, the following error occurred.
Need to wrap updateUpdateTabs() within the SWT thread
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:4282)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.SWT.error(SWT.java:4168)
at org.eclipse.swt.widgets.Widget.error(Widget.java:466)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:404)
at org.eclipse.swt.custom.CTabItem.setImage(CTabItem.java:358)
at
com.metamatrix.modeler.transformation.ui.editors.TransformationObjectEditorPage.updateUpdateTabs(TransformationObjectEditorPage.java:1138)
at
com.metamatrix.modeler.transformation.ui.editors.TransformationObjectEditorPage.setEditorContent(TransformationObjectEditorPage.java:1116)
at
com.metamatrix.modeler.transformation.ui.editors.TransformationObjectEditorPage.handleTransformationStatusChangeEvent(TransformationObjectEditorPage.java:1612)
at
com.metamatrix.modeler.transformation.ui.editors.TransformationObjectEditorPage.processEvent(TransformationObjectEditorPage.java:2606)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira