You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Aki Yoshida (Created) (JIRA)" <ji...@apache.org> on 2011/10/25 10:36:32 UTC

[jira] [Created] (CXF-3880) TransformReader's append-child option should insert the child as the last element

TransformReader's append-child option should insert the child as the last element
---------------------------------------------------------------------------------

                 Key: CXF-3880
                 URL: https://issues.apache.org/jira/browse/CXF-3880
             Project: CXF
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.4.3
            Reporter: Aki Yoshida
            Assignee: Aki Yoshida
             Fix For: 2.4.4, 2.5


This is a modification to the enhancement introduced with CF-3692.

The append-post-include mode previous inserted the specified new element as the first child element. This option did not add any value as the same result could be attained using the append-pre-include usage on the first child (i.e., inserting the specified new element in front of the first child). 

Therefor, this patch changes the behavior of append-post-include to insert the specified new element as the last child element. This operation was previously not possible.





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

        

[jira] [Resolved] (CXF-3880) TransformReader's append-child option should insert the child as the last element

Posted by "Daniel Kulp (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-3880.
------------------------------

    Resolution: Fixed
    
> TransformReader's append-child option should insert the child as the last element
> ---------------------------------------------------------------------------------
>
>                 Key: CXF-3880
>                 URL: https://issues.apache.org/jira/browse/CXF-3880
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.4.3
>            Reporter: Aki Yoshida
>            Assignee: Aki Yoshida
>             Fix For: 2.4.4, 2.5
>
>
> This is a modification to the enhancement introduced with CF-3692.
> The append-post-include mode previous inserted the specified new element as the first child element. This option did not add any value as the same result could be attained using the append-pre-include usage on the first child (i.e., inserting the specified new element in front of the first child). 
> Therefor, this patch changes the behavior of append-post-include to insert the specified new element as the last child element. This operation was previously not possible.

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