Details
-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
-
None
Description
There are 2 xml files in mgnl-bootstrap/cache/setup folder of magnolia-module-cache-4.3.1.jar file (config.modules.cache.config.configurations.default.executors.store.cacheContent.compressible.xml and config.modules.cache.config.configurations.default.executors.store.serveContent.xml). These files define exactly the same content that is previously defined in config.modules.cache.config.configurations.default.xml file in the parent mgnl-bootstrap/cache folder.
This causes problems when initializing the module using ModeShape JCR repository instead standard Jackrabbit one. After removing both files from the setup subdirectory, the initialization proceeds OK.
This causes problems only with ModeShape repo which I am developing, and the real problem is in ModeShape itself (see https://jira.jboss.org/browse/MODE-788), but the duplicity is IMHO unnecessary.