You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Michael Baessler (JIRA)" <ui...@incubator.apache.org> on 2007/03/30 08:49:25 UTC

[jira] Closed: (UIMA-365) call tae.destroy() in AnalysisEngine_implTest to close open file handles

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

Michael Baessler closed UIMA-365.
---------------------------------

    Resolution: Fixed

> call tae.destroy() in AnalysisEngine_implTest to close open file handles 
> -------------------------------------------------------------------------
>
>                 Key: UIMA-365
>                 URL: https://issues.apache.org/jira/browse/UIMA-365
>             Project: UIMA
>          Issue Type: Bug
>          Components: Build, Packaging and Test
>    Affects Versions: 2.1
>            Reporter: Michael Baessler
>         Assigned To: Michael Baessler
>            Priority: Minor
>             Fix For: 2.2
>
>
> call tae.destroy() in AnalysisEngine_implTest to close open file handles.
> The used CasConsumer open a file in the initialize method and close it in the destroy() or collectionComplete() method. If the destroy() method is not called, the file cannot be deleted since it is still open. Sometimes this cause the testProcess() testcase in AnalysisEngine_implTest to fail.

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