[
https://issues.jboss.org/browse/TEIIDDES-1236?page=com.atlassian.jira.plu...
]
Barry LaFond resolved TEIIDDES-1236.
------------------------------------
Resolution: Done
Added a modelClass property to VDB. It's optional, so older VDB's won't be
broken.
vdb.xml file model element should have a metamodel class attribute
------------------------------------------------------------------
Key: TEIIDDES-1236
URL:
https://issues.jboss.org/browse/TEIIDDES-1236
Project: Teiid Designer
Issue Type: Enhancement
Components: VDB & Execution
Affects Versions: 7.7
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 7.7
The GenerateWarAction.selectionChanged() method performs a check on the contents of a VDB
in order to determine if there are Web Service models in it. This is currently a heavy
weight operation that works with ModelResource objects.
If the Model element included a metamodelClass="Web Service" value in it, then
the check would be much lighter weight operation.
Adding a property for Designer's consumption seems pretty straight forward.
The vdb-deploy.xsd schema defines the following element within the "model"
complex type:
<xs:element name="property" type="property"
minOccurs="0" maxOccurs="unbounded"/>
--
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