]
Ted Jones resolved TEIIDDES-2158.
---------------------------------
Resolution: Done
Refactored REST procedure validation and added check to the auto-generation REST WAR
checkbox on the VDB editor. Will prompt user to add REST procedure if they select the
checkbox without a valid REST procedure included in the VDB and set the checkbox to
false.
Also changed the checkbox label from Generate REST WAR to Auto-generate REST WAR.
Add check to ensure procedure has REST metadata
-----------------------------------------------
Key: TEIIDDES-2158
URL:
https://issues.jboss.org/browse/TEIIDDES-2158
Project: Teiid Designer
Issue Type: Enhancement
Components: VDB & Execution
Affects Versions: 8.5
Reporter: Van Halbert
Assignee: Ted Jones
Fix For: 8.5
When in the VDB editor and selecting to have the war auto-generated, add checking to
ensure there is at least one procedure with REST based extension metadata, which is
required to generate a REST WAR file. Also, the procedure needs to return result set with
single column of either XML, Clob, Blob or String.