[ 
https://issues.apache.org/jira/browse/VFS-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14905088#comment-14905088
 ] 

Bernd Eckenfels edited comment on VFS-574 at 9/23/15 7:28 PM:
--------------------------------------------------------------

Fixed with http://svn.apache.org/viewvc?rev=1704920&view=rev
(for the record my proposed patch does not work)


was (Author: b.eckenfels):
Fixed with http://svn.apache.org/viewvc?rev=1704920&view=rev

> warning about not closed OperationProviders when calling 
> DefaultFilesystemManager.close
> ---------------------------------------------------------------------------------------
>
>                 Key: VFS-574
>                 URL: https://issues.apache.org/jira/browse/VFS-574
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Vladimir Tsanev
>            Assignee: Bernd Eckenfels
>            Priority: Minor
>              Labels: patch
>             Fix For: 2.1
>
>         Attachments: vfs-closeop.diff
>
>
> I see a warning on application shutdown.
> {code}
> WARN : DefaultFilesystemManager.close: not all components are closed: 
> [com.intridea.io.vfs.provider.s3.operations.S3FileOperationsProvider@30b544a5]
> {code}
> I am using common-vfs2 version 2.1.1660580.1 and an s3 provider is on the 
> classpath that defines a OperationProvider implementation.
> looking at the code seems that operation providers are added in components 
> collection on setup, but closeCompoent is not invoked for operation providers 
> on close().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to