Hi, I am trying to use "merge" mode in filter.xml for acs common generic list. When I am adding a new entry, its not getting updated.
<filter root="/etc/acs-commons/lists" mode="merge"/>
Anyone has any context on this one?
Solved! Go to Solution.
Views
Replies
Total Likes
@Shivam153 It worked for me with below code. Can you provide the specific list in filter as shown below
<filter root="/etc/acs-commons/lists/xxxx/comparison_table_values" mode="merge"/>
@Shivam153 It worked for me with below code. Can you provide the specific list in filter as shown below
<filter root="/etc/acs-commons/lists/xxxx/comparison_table_values" mode="merge"/>
Hi @Jagadeesh_Prakash , I have tried this but its not working for me.
Can you share the acs commons version please.
Hi @Himanshu_Jain Its 5.4.0
Try mode="merge_properties"
I am getting following error @Himanshu_Jain
Failed to execute goal org.apache.jackrabbit:filevault-package-maven-plugin:1.1.6:generate-metadata (default-generate-metadata) on project single-app.ui.content: java.io.IOException: org.apache.jackrabbit.vault.fs.config.ConfigurationException: Invalid value given for attribute 'mode': No enum constant org.apache.jackrabbit.vault.fs.api.ImportMode.MERGE_PROPERTIES
try using 'merge_properties' in the filter xml.
merge has been Deprecated, as not handled consistently, use merge_properties
instead, based on the doc below.
I am getting following error when used this:
Failed to execute goal org.apache.jackrabbit:filevault-package-maven-plugin:1.1.6:generate-metadata (default-generate-metadata) on project single-app.ui.content: java.io.IOException: org.apache.jackrabbit.vault.fs.config.ConfigurationException: Invalid value given for attribute 'mode': No enum constant org.apache.jackrabbit.vault.fs.api.ImportMode.MERGE_PROPERTIES
@Shivam153 Did you find any solution to this issue?
Even the new variant mode="merge_properties" is throwing an error.
@AMANATH_ULLAH Mode=update will override all the changed value on the console.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies