-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.5
-
Fix Version/s: 5.1.6
-
Component/s: None
FSCustomVersioningService itself depends on classes from nuxeo-core-jcr-connector then deployment is more complex, we must have the order:
- load nuxeo-core-jcr-connector
- load nuxeo-core-folder-versioning
- activate in whatever order
In the MANIFEST.MF of nuxeo-core-folder-versioning you should use the header Require-Bundle for that, not Nuxeo-Require (which doesn't exist, only Nuxeo-RequiredBy exists).