You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/10/15 18:22:31 UTC

[jira] Resolved: (CXF-2473) StaxDataBinding.write(Object, XMLStreamWriter) does not close an XMLStreamReader

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

Daniel Kulp resolved CXF-2473.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.5
                   2.1.8
         Assignee: Daniel Kulp

> StaxDataBinding.write(Object, XMLStreamWriter) does not close an XMLStreamReader
> --------------------------------------------------------------------------------
>
>                 Key: CXF-2473
>                 URL: https://issues.apache.org/jira/browse/CXF-2473
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.2.4, 2.2.5
>            Reporter: Michael Allman
>            Assignee: Daniel Kulp
>             Fix For: 2.1.8, 2.2.5
>
>         Attachments: StaxDataBinding.patch
>
>
> The StaxDataBinding.write(Object, XMLStreamWriter) method does not close a provided XMLStreamReader.  Shouldn't it?  Or perhaps StaxUtils.copy(XMLStreamReader, XMLStreamWriter) should.
> Not closing the stream reader does present a bug for my use case.

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