Deployment admin incorrectly takes snapshots of bundle data areas
-----------------------------------------------------------------
Key: FELIX-3270
URL: https://issues.apache.org/jira/browse/FELIX-3270
Project: Felix
Issue Type: Bug
Components: Deployment Admin
Affects Versions: deploymentadmin-0.9.0
Reporter: Marcel Offermans
The deployment admin implementation relies on a SnapshotCommand to make
snapshots of bundle data areas. However, dus to a mistake in the store()
method, these snapshots don't work. The method incorrectly invokes
storeRecursive(). We actually ran into this issue because we saw an update
deployment fail (hanging in this method because it managed to create an
infinity copy).
storeRecursive(target, ... -> storeRecursive(source, ...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira