Michael Baessler wrote:
Thilo Goetz (JIRA) wrote:
CDE is unable to create PEAR descriptor as delegate
---------------------------------------------------
Key: UIMA-802
URL: https://issues.apache.org/jira/browse/UIMA-802
Project: UIMA
Issue Type: Improvement
Components: Eclipse plugins
Affects Versions: 2.2.1
Reporter: Thilo Goetz
Fix For: 2.2.2
If you insert the PEAR descriptor into the XML by hand, the CDE accepts this.
It seems there is some custom code in CDE that knows what kinds of descriptors
can be added to a flow. This needs to be extended to include PEAR specifiers
Is the CDE able to handle CustomResourceSpecifiers?
No, I don't think so. But "handle" may mean 2 things. One, covered by
this Jira, is to only allow a descriptor of this kind to be added to the
flow. The other, not covered by any Jira, might be for extending the
CDE so that it could create/edit a "CustomResourceSpecifier".
I'll take a look at making fixing the issue in this Jira; the other
would take more work...
-Marshall
-- Michael