Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When trying to install a DP containing two bundles that are not unique (= same BSN, different versions) will cause the DA to throw an exception, this is correct as resources need to be unique in context of a DP.
However, when trying to install a DP containing two bundles that are not unique but where one of those bundles is already installed on the system does not cause the DA to throw an exception. This is because the DA currently assumes that the already installed bundle is present for "reference only" and ignores it during the installation, but will upgrade it once its finds the new version. So, although the DP was incorrect, the result of its installation is correct.
The expected result is: DA should always fail when a DP contains non-unique resources.
Attachments
Issue Links
- is related to
-
ACE-368 More than one version of a bundle can end up in a deployment package
- Resolved