Hi All, I have a sling model and I am using @SlingObject SlingHttpServletReponse reponse to get a reference to the response objectsame works fine in author but in publisher the response object is nullAny thoughts on why this might be?
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 ...