Hello guys, I am facing an issue during migration from AEM 6.3 to AEM 6.5 on SAML . It seems that com.adobe.granite.auth.saml.util.* library is not supported in AEM 6.5 . Any suggestion? Thanks
Hi All, We have dispatcher configuration in AEM and I could see renders are included in it. Render configuration is something like this, /0 {/hostname "${AUTHOR_HOST}"/port "${AUTHOR_PORT}"/timeout "150000"} Next, we are calling AEM servlet via Rest endpoint from 3rd party application to the Author...
There is a container component developed having a image field to author a Background Image with sling:resourceType --> cq/gui/components/authoring/dialog/fileupload. When images with space in their name are drag and drop into the image field it is stored along with the spaces in the node. As the ima...
How can I resolve this ? java.lang.AssertionError: java.io.IOException: Error while reading cached library: javax.jcr.RepositoryException: Error during assembly of /libs/cq/gui/components/authoring/editors/clientlibs/sites/page.cssCannot serve request to /editor.html/content/myproject/language-maste...
Hi Community Members, I have created AEM SPA (React) project using AEM ArcheType v41. Installed the package on local AEM v6.5.16 environment without making any changes. In "View as Publish" mode, I found some extra divs (Red Marked) on Inspect Element. Anyway to remove those extra divs?Same issue fo...
We have a brand portal functionality where users are able to publish to AEM and vice versa.In AEM, users who are part of certain group are unable to see the below high lighted tab. Other than the below permission, do we need to give any additional permission for users to see the Asset contribution...
Greetings,Is there any way to obtain a list (JSON) of all launch pages in AEM? I've tried using querybuilder to filter along the path of /content/launches and filter by type=cq:Page, but that yields many duplicate pages that don't actually exist. I'm wondering if AEM has a built-in tool that automat...
hi team, We are having 'mvn clean test' command on our pipeline to run the unit testing code. But with the latest maven archetype since ui.apps have dependency on ui.frontend and ui.apps.structure it is failing. We are unable to move to next step. Any way to resolve this issue. Failed to execute goa...