Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-2156

Building Vdbs in eclipse should not throw runtime exceptions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.5, 8.3.3
    • 8.3.2, 8.5
    • Eclipse Integration
    • None

      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.

            parichar@redhat.com Paul Richardson
            parichar@redhat.com Paul Richardson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: