I need to add a new menu item to siteadmin under create->menu of /libs/wcm/core/content/siteadmin. Now, one way to do that might be to make a complete copy under apps/<my-app>/wcm/core/content/siteadmin which works fine. But, I would like to NOT do a deep/complete copy of siteadmin instead have my a...
Hi,Is there anyway to connect an ADFS server with AEM, similar to the way LDAP works, and what is the best approach to take.Thanks,Christopher Tompkinson
Hi,I am trying to achieve autocomplete feature on JSP in eclipse. I have followed the page http://dev.day.com/docs/en/cq/aem-how-tos/development/howto-develop-aem-projects-using-eclipse.html but still not able to accomplish. Here is a sample jsp I have prepared :<%@ include file="/libs/foundation/gl...
Hello, I've read the following documentation:http://dev.day.com/docs/en/crx/current/administering/ldap_authentication.html#Configuringhttp://helpx.adobe.com/cq/kb/LdapConfig.htmlBut they seem to only pertain to Author instances. I'm looking to use SSO and ActiveDirectory for users to log into an ext...
I am trying to create Scene7 ImageSet from script. For this, it is required to use com.day.cq.dam.commons.util.S7SetHelper & com.day.cq.dam.api.s7dam.set.ImageSet. I came to know that these classes will be present in 5.6.8 day commons bundle. I am unable to find this package in package share. Could ...
Hello,I'd like to use a command:vlt.bat -v --credentials admin:admin import http://localhost:4503/crx . /Above example imports all files and directories in jcr_root. I'd like to specify local path to import just one/several folders. I tried many ways to put the local path as argument, but I always g...
We have created a google map component. Which is works fine in all browser except IE8. When we see the component in IE in author mode it does not load the google map. However it works in the publish mode for the same browser,It seems it is CQ5 script which is used to control the author experienc...
Hello,I am planning on using Jackson to process JSON. How can I include Jackson libraries in to the OSGI bundle? I am using IntelliJ. Adding the Jackson library as a Maven dependency does not work.Thank you.Cheers,Viren.