Hi All,We are using CXF API 3.2.0 for accessing SOAP webservice in AEM.We are have included below given dependency for cxf-rt-frontend-jaxws with default scope.<dependency><groupId>org.apache.cxf</groupId><artifactId>cxf-rt-frontend-jaxws</artifactId><version>3.2.0</version></dependency> While inv...
Hi everyone,I have encountered some interesting thing in Sling. I have this model, for example ExampleModel.java · GitHub.I set defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL for this model, and create field marked as @ChildResource. And this field leave required in spite of this. My q...
Hi All,I downloaded UGC cleanup tool from https://github.com/andrewmkhoury/communities-srp-tools and build it and deploy.But I don't how to use. where I need to fire "curl -X POST http://localhost:4502/services/social/srp/cleanup?path=/content/usergenerated/asi/jcr -uadmin:admin" command. Can any on...
Hi,I created a custom workflow for the request activation of a page. It's equals at the default workflow, but before activate the page, I added a custom step.My question is what's the correct way to call my workflow instead of that default.The solution I thinked and I'm implementing is to override "...
Component list is not appearing on page. I have added these components in design mode. still it's not working. below is the error i'm getting while adding components.Uncaught TypeError: Cannot read property 'getPath' of undefined at ns.ui.EditableDragAndDrop.isInsertAllowed (core.js:27946) at...
Hi All,I am using conditional comment to check browser version.Is there a way to check wcmmode of the instance in conditional comments?I want to show the message in author/edit mode.Following is my piece of code in component:<!--[if lt IE 9]> <div class="upgrade-browser-banner" role="alert"> ...
Dear AEM Community members,I am attempting to use context hub to resolve a few segments based on query parameters in the URL. The approach is as below:Create a few segments that produce that will read query parameters in URL and accordingly form a resolutionCreated few variations of the teasers that...
Hello Community! For the better understanding of OSGi and Sling Model, I was working on this tutorial Adobe Experience Manager Help | Creating a HTML Template Language and Sling Model DOM parser component At the Deploy the bundle to AEM section, I have a problem install Jsoup.On the note, If I get ...
Hello Everyone,I have added rte plugins for text area within a dialog in AEM 6.3 touch UI. I see that the rte toolbar is displayed only when you click inside the text area.Is there a configuration which will always display the toolbar?Following are the screenshots for your reference:1) When the dial...