You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2012/05/29 16:38:23 UTC

[jira] [Commented] (UIMA-993) [DDE] Improving the readability of XML Deployment Descriptor source generated by AEDeploymentDescriptor.toXML()

    [ https://issues.apache.org/jira/browse/UIMA-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284855#comment-13284855 ] 

Jerry Cwiklik commented on UIMA-993:
------------------------------------

Defer beyond 2.4.0 release
                
> [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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira