Marshall Schor created UIMA-5712:
------------------------------------
Summary: uv3 have ComponentDescriptorEditor not load user JCas
classes
Key: UIMA-5712
URL: https://issues.apache.org/jira/browse/UIMA-5712
Project: UIMA
Issue Type: Improvement
Components: Eclipse plugins
Reporter: Marshall Schor
Assignee: Marshall Schor
Fix For: 3.0.0SDK
Richard noticed that the Component Descriptor Editor (CDE) was loading
user-defined JCas classes. This may cause problems while editing, if the edits
result in some structural change (super class inheritance for example) which
invalidates the "offsets" assigned when JCas classes are loaded.
There's no need to load these classes, due to the running of the Component
Descriptor Editor, because the only reason they were loaded in the first place
was as part of Cas Creation, which in turn was only done to "validate" the
Component Descriptor, not to run it.
Add a capability to have the CDE create CASs without loading user-defined JCas
classes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)