-
Bug
-
Resolution: Fixed
-
Blocker
-
4.6.0
-
None
-
None
-
4.6 M4
I have a search model with a system property on a linked content and I get this error on starting the CMS:
Caused by: org.apache.avalon.framework.configuration.ConfigurationException: Error configuring the system search criterion. @file:/myFilePath/WEB-INF/param/search/mySearcjModel.xml:118:62 at org.ametys.cms.search.ui.model.impl.SystemSearchUICriterion.configure(SystemSearchUICriterion.java:201) at org.apache.avalon.framework.container.ContainerUtil.configure(ContainerUtil.java:202) at org.ametys.runtime.plugin.component.ThreadSafeComponentManager$ComponentFactory.configureAndStart(ThreadSafeComponentManager.java:383) at org.ametys.runtime.plugin.component.ThreadSafeComponentManager$ComponentFactory.newInstance(ThreadSafeComponentManager.java:402) at org.ametys.runtime.plugin.component.ThreadSafeComponentManager.initialize(ThreadSafeComponentManager.java:230) ... 57 more Caused by: org.apache.avalon.framework.configuration.ConfigurationException: 'myMultipleAttribute/contentTypes' is not a valid system search criterion path as 'myMultipleAttribute' does not represent a content. at org.ametys.cms.search.ui.model.impl.SystemSearchUICriterion._configureJoinPaths(SystemSearchUICriterion.java:340) at org.ametys.cms.search.ui.model.impl.SystemSearchUICriterion.configure(SystemSearchUICriterion.java:153) ... 61 more