Paul Richardson created TEIIDDES-2156:
-----------------------------------------
Summary: Building Vdbs in eclipse should not throw runtime exceptions
Key: TEIIDDES-2156
URL:
https://issues.jboss.org/browse/TEIIDDES-2156
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Affects Versions: 8.3.2, 8.5
Reporter: Paul Richardson
Assignee: Paul Richardson
Fix For: 8.5, 8.3.3
When the VdbBuilder is initialised, it starts looking for all the vdb files in the
workspace and synchronizes them and other housekeeping tasks. Such tasks involve the
creation of a Designer Vdb pojo which uses the OperationUtil.perform(Unreliable) method.
This method will throw a runtime exception if an exception occurs within Unreliable's
operations. However, should an exception be thrown, all building in Eclipse will cease as
a runtime exception is not handled by the BuilderManager.
Runtime exceptions in this case should be replaced with normal exceptions which will be
properly handled in code and allow other builder tasks to continue.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)