You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Tong Fin (JIRA)" <ui...@incubator.apache.org> on 2008/04/16 17:59:21 UTC

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

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
            Reporter: Tong Fin
            Assignee: Tong Fin
            Priority: Minor
             Fix For: 2.2.2AS


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.


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

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ 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.


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

Posted by "Tong Fin (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tong Fin updated UIMA-993:
--------------------------

    Summary: [DDE] Improving the readability of XML Deployment Descriptor source generated by AEDeploymentDescriptor.toXML()  (was: Improving the readability of XML Deployment Descriptor source generated by AEDeploymentDescriptor.toXML())

Just would like to include "[DDE]" in the subject

> [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
>            Reporter: Tong Fin
>            Assignee: Tong Fin
>            Priority: Minor
>             Fix For: 2.2.2AS
>
>
> 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.


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

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Fix Version/s:     (was: 2.2.2AS)

> [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
>            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.