Vladimir Tsanev created VFS-574:
-----------------------------------
Summary: 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
Priority: Minor
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)