Richard Eckart de Castilho created UIMA-6206:
------------------------------------------------
Summary: Parameter values with certain non-XML 1.0 characters not
supported
Key: UIMA-6206
URL: https://issues.apache.org/jira/browse/UIMA-6206
Project: UIMA
Issue Type: Improvement
Components: uimaFIT
Reporter: Richard Eckart de Castilho
Assignee: Richard Eckart de Castilho
Fix For: 2.5.0uimaFIT
The CPEBuilder needs to materialize component descriptors to files because the
CPE has no API which accepts descriptors as POJOs - only for reading them from
files.
Currently, these files are written as XML 1.0. If component parameter values
include certain characters that are not valid in XML 1.0, then these
descriptors become invalid.
To support a wider range of characters, write the descriptors as XML 1.1.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)