Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
deploymentadmin-0.9.0
-
None
-
None
Description
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, ...