]
Barry LaFond resolved TEIIDDES-919.
-----------------------------------
Resolution: Done
Changed isApplicable() to dive into all model EObjects so Create Web Service action shows
up in Modeling menu if no root tables or procedures.
Create Web Service action is not present for source model with schema
root objects
----------------------------------------------------------------------------------
Key: TEIIDDES-919
URL:
https://issues.jboss.org/browse/TEIIDDES-919
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.3
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Critical
Fix For: 7.4
If a source model is created (import or otherwise) that has only schema or catalog root
elements, the Create Web Service action returns isApplicable() == FALSE and does not show
up in Modeling menu
Debugging revealed that the modelResource.getEObjects() call was assuming the returned
list was ALL the EObjects in the model and it actually only returns the primary
"root" EObjects.
Need to add a model visitor to dive into the contents to discover Table and Procedure
objects.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: