Have your issue resolved? @SuprithaN1 If you are using two core bundles , check if you are exporting the model classes twice. that was the cause for us.
After we discussed with the Engineering team , we found the solution. we had other bundles included in our repo as submodules. One of the model Impl class from the other bundle has been exported in the their bundle manifest header and as well as our manifest header. Due to this, it had conflict inte...
@touseefk2181136 Since you are creating the node programatically on author, you can even publish it from author to publisher in code itself using replication apireplicator.replicate(session, ReplicationActionType.ACTIVATE, "your_path");
Hi team, we have written a commit hook by creating a service class implementing EditorProvider, here is the class @component(service = EditorProvider.class) public class AssetMetadataEditorProvider implements EditorProvider { private static final Logger log = LoggerFactory.getLogger(AssetMetadataE...
Hi Team,I want to search partial text over my custom property. when i search with fullvalue, it works but when i tried partial value , its not working. Even I have tried with property.operation=like. and also added * wildcard at starting and ending of the text. Nothing works. Only in fulltext its wo...
Hi @Jörg_Hoh Please find the page.html where we have included other html too. <!DOCTYPE HTML><html data-sly-use.page="com.adobe.cq.wcm.core.components.models.Page" lang="${page.language.toLowerCase}" data-sly-use.pwa="com.adobe.cq.wcm.core.components.models.PWA" data-sly-use.head="head.html" dat...