Easy Commons

XMLOutputFactory not released when creating a new XMLStreamWriter

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 2.0
  • Fix Version/s: 2.1.0
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    The XMLOutputFactory taked inside the block try of the method com.ebmwebsourcing.easycommons.xml.XMLOutputFactories.createXMLStreamWriter(OutputStream) is not released in the block finally and another XMLOutputFactory is taken.

    I think that:

    • the creation of the XMLStreamWriter should be move in the block try
    • in the block finally, the second takeXMLOutputFactory should be replaced by releaseXMLOutputFactory.
    Show
    The XMLOutputFactory taked inside the block try of the method com.ebmwebsourcing.easycommons.xml.XMLOutputFactories.createXMLStreamWriter(OutputStream) is not released in the block finally and another XMLOutputFactory is taken. I think that:
    • the creation of the XMLStreamWriter should be move in the block try
    • in the block finally, the second takeXMLOutputFactory should be replaced by releaseXMLOutputFactory.
  • Environment:
    -

Activity

Christophe DENEUX made changes - Wed, 2 May 2012 - 11:29:38 +0200
Field Original Value New Value
Assignee Christophe DENEUX [ cdeneux ]
Christophe DENEUX made changes - Wed, 2 May 2012 - 11:29:49 +0200
Status New [ 10000 ] Open [ 10002 ]
Priority Critical [ 2 ]
Christophe DENEUX made changes - Wed, 2 May 2012 - 11:29:52 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Hide
Christophe DENEUX added a comment - Wed, 2 May 2012 - 11:30:29 +0200

Fixed in trunk by noddoux.

Show
Christophe DENEUX added a comment - Wed, 2 May 2012 - 11:30:29 +0200 Fixed in trunk by noddoux.
Christophe DENEUX made changes - Wed, 2 May 2012 - 11:30:29 +0200
Status In Progress [ 10003 ] Resolved [ 10004 ]
Fix Version/s 2.1.0 [ 10358 ]
Resolution Fixed [ 1 ]
Transition Status Change Time Execution Times Last Executer Last Execution Date
New New Open Open
7d 23h 8m
1
Christophe DENEUX
Wed, 2 May 2012 - 11:29:49 +0200
Open Open In Progress In Progress
3s
1
Christophe DENEUX
Wed, 2 May 2012 - 11:29:52 +0200
In Progress In Progress Resolved Resolved
37s
1
Christophe DENEUX
Wed, 2 May 2012 - 11:30:29 +0200

People

Dates

  • Created:
    Tue, 24 Apr 2012 - 12:21:07 +0200
    Updated:
    Wed, 2 May 2012 - 11:30:29 +0200
    Resolved:
    Wed, 2 May 2012 - 11:30:29 +0200