-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF26, 5.8
-
Component/s: Nuxeo Drive
-
Backlog priority:600
In order to hot-deploy/undeploy activeTopLevelFolderItemFactory and activeFileSystemItemFactories contributions.
We should be able to do so by calling:
Framework.getRuntime().getContext().deploy(URL url) Framework.getRuntime().getContext().undeploy(URL url)
and
Framework.getLocalService(ReloadService.class).reload()