Hi All,I am creating content nodes grammatically using Java and I want to zip that folder and deploy it to AEM using Java. Is there a way to do this in Java? Please help.Thanks
Hi All,We are planning our project from 5.6.1 to 6.1Questions:1. Do i need to upgrade first to 6.0 using Inplace upgrade or Can i do direct inplace upgrade in 6.1?Please Suggest.Thanks
Per the Target/AEM documentation (https://docs.adobe.com/docs/en/aem/6-1/administer/integration/marketing-cloud/target.html), I believe I need to install Feature Pack 6985. Could you let me know how to procure this pack? Thanks!
Hi,Dispatcher cache flush issues,I am trying to clear cache of specific folder using HttpClient and PostMethod, if I specify full page path in cq-handle then page cache deleted, but if I give folder path cache is not getting deleted.Stat file issue:I am setting the statfileslevel to multiple values(...
Hi all,I have developed a new AEM App, and one of the features I would like to include is to allow authors to manage their language copies to help them with the translation for different languages. So following the documentation (https://docs.adobe.com/docs/en/aem/6-0/administer/sites/languages.html...
Hello, We are facing a issue with i18n in our component dialogs in AEM6.1It display the key instead of the values.We followed the documentation (code sample below)<componentName.key jcr:primaryType="sling:MessageEntry" sling:key="componentName.key" sling:message="The component value"/> Restarting th...
Hello,I try to add a slideshow component into my webpage. I can configur it in the Author instance. But when I see the result as an internet use (on the publish) I get the followingGET XHR https://www.[......]..fr/content/[...]/_jcr_content/parsys_main1/titreparsys/parsys_partial_body2/slideshow.3.j...
Hi,I've some components that can be dragged on a page using parsys. What I want is to restrict the parsys for some component only i.e only banner, carousel component can be dragged but teaser should not. Also, I don't to overlay parsys and make changes in jsp accordingly. So, can we do something in ...
HII have to integrate SSO for my project, I have gone through some videos using SAML. For SAML integration, need Idp.cert from SSO team. But my client is proving SSO web service for integration. Normally in web applications, need to make changes in web.xml for SSO integration. But in AEM, any other ...