You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Kaushik Mukherjee (JIRA)" <de...@tuscany.apache.org> on 2009/08/27 15:23:59 UTC

[jira] Updated: (TUSCANY-3240) SpringXMLComponentTypeLoader leaves open a file handle to the application-context.xml

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

Kaushik Mukherjee updated TUSCANY-3240:
---------------------------------------

    Attachment: TUSCANY-3240.patch

Patch is for 1.5.1 branch.

Files modified:
https://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.5.1/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java

> SpringXMLComponentTypeLoader leaves open a file handle to the application-context.xml
> -------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3240
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3240
>             Project: Tuscany
>          Issue Type: Bug
>            Reporter: Kaushik Mukherjee
>         Attachments: TUSCANY-3240.patch
>
>
> org.apache.tuscany.sca.implementation.spring.introspect.SpringXMLComponentTypeLoader.loadFromXML() leaves a file handle open to
> the application-context.xml causing an exception when trying to write back to the file.
> Patch adds a reader.close() to the loadFromXML method.

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