]
Van Halbert updated TEIIDDES-2158:
----------------------------------
Assignee: Barry LaFond
Usability: Reduce steps to exposing VDB as a RESTful service
------------------------------------------------------------
Key: TEIIDDES-2158
URL:
https://issues.jboss.org/browse/TEIIDDES-2158
Project: Teiid Designer
Issue Type: Feature Request
Components: VDB & Execution
Affects Versions: 8.5
Reporter: Van Halbert
Assignee: Barry LaFond
Make it quicker for a user to expose a VDB as a restful service.
Add a check box in the VDB editor, such that when checked, it sets the following VDB
property:
<property
name="{http://teiid.org/rest}auto-generate"
value="true"/>.
Only enable it for checking as long as 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.