You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2018/01/22 01:40:00 UTC

[jira] [Created] (JCRVLT-263) installing a newer version of a "multi-package" might fail with extracted sub-packages.

Tobias Bocanegra created JCRVLT-263:
---------------------------------------

             Summary: installing a newer version of a "multi-package" might fail with extracted sub-packages.
                 Key: JCRVLT-263
                 URL: https://issues.apache.org/jira/browse/JCRVLT-263
             Project: Jackrabbit FileVault
          Issue Type: Bug
          Components: Packaging
            Reporter: Tobias Bocanegra


- consider the package: A-1.0, with the sub-package, S-1.0.
- consider the package: A-2.0, with the sub-package, S-1.0.
- A also has content, so it is not a pure container package

perform: 
- extract subpackages will add a dependency to A-1.0 on S (because A is not a pure container package).
- install A and S

now perform the "update":
- extract subpackages will add a dependency to A-2.0 on S (because A is not a pure container package).
- install A and S, but S will fail, because A is no longer on version 1.0




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)