Details
-
Task
-
Resolution: Unresolved
-
Neutral
-
None
-
1.0, 1.1
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
JCR workspaces, name-spaces and node-types defined in datasources of content type definitions (CTs) are not properly initialized / registered during the start-up phase of the module which contains the CTs.
Example / use case
- Have a custom module which contains some CTs defining JCR workspaces, namespaces and node-types
- Have another custom module containing bootstrap data for the workspaces which are defined in (1).
- Define dependencies accordingly
- Module-1 depends on content-types and ui-framework-core
- Module-2 depends on content-types , ui-framework-core and module-1.
The dependencies as shown in 3.1 probably are a bit "too much".
I (hopefully) should be sufficient to define only the dependency between the 2 custom modules.
However, I have defined it as shown above in my "test-example".
Checklists
Acceptance criteria