[ 
https://issues.apache.org/jira/browse/UIMA-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor updated UIMA-993:
--------------------------------

    Affects Version/s: 2.3AS

defer past 2.3.0

> [DDE] Improving the readability of XML Deployment Descriptor source generated 
> by AEDeploymentDescriptor.toXML()
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-993
>                 URL: https://issues.apache.org/jira/browse/UIMA-993
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>    Affects Versions: 2.2.2AS, 2.3AS
>            Reporter: Tong Fin
>            Assignee: Tong Fin
>            Priority: Minor
>
> Currently, the XML source generated by DDE contains some XML elements that 
> can be omitted when their attributes have the "default" values. For example, 
> the following element can be omitted from the XML source for Delegate AE:
>             <asyncAggregateErrorConfiguration>
>               <getMetadataErrors maxRetries="0" timeout="0" 
> errorAction="terminate"/>
>               <processCasErrors maxRetries="0" timeout="0" 
> continueOnRetryFailure="false" thresholdCount="0" thresholdWindow="0" 
> thresholdAction="terminate"/>
>               <collectionProcessCompleteErrors timeout="0" 
> additionalErrorAction="terminate"/>
>             </asyncAggregateErrorConfiguration>
> By supporting not to generate XML elements having default values, it will 
> improve the readability of the XML source of the Deployment Descriptor.
> As the first step, we will start the elimination of the XML elements related 
> to error handling.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to