Hello,Is there a way one could have the binary data of an asset stored elsewhere(outside of AEM, say CDN) and have a reference say a url , stored in metadata property in AEM, pointing to where the asset is stored in CDN. The asset in CDN has the binary data.Thus the asset in AEM has the refernce to...
Hello,I have set up the LDAP and in ldap_login.conf I set up syncCallbackClass="com.test.ldap.LDAPConnector". I then created the bundle that contains the class LDAPConnector that extends the Callback. However, after deploying the bundle I am seeing following error. Looks like it is not finding the c...
Hi,I have configured apache webserver with dispatcher-apache2.2-linux-x86-64-ssl-4.1.5.But when I start the web server its throwing the following exception,httpd: Syntax error on line 998 of /ngs/app/**/apache2/8180/conf/httpd.conf: Cannot load /ngs/app/**/apache2/8180/modules/dispatcher-apache2.2-4...
HiI am trying to create a page activation workflow.Currently i am facing the issue with the assets belongs to the current page is not get activated.(ie) Only the page got activated.My Idea is get all the reference which belongs to current page and activate them.is it a correct way to do?if so how to...
1. To create a java object that has a property holdign the node wehre the properties are stored and then the getter will get the value from the node strucutre?2. or create the object while retrieving all the data from node, and then when getter is triggered it get values directly from java objectIs ...
What I have tried is adding the following snippet in global.jsp,But each time a reguest comes to global.jsp it shows up multiple times when javscript is disabled. Is there any better way to show a warning message in AEM when JS is disabled?<html><head><noscript>Javascript is disabled</noscript></hea...
I want to activate the pages that reference a certain image at the time the image is updated and published. Does CQ 5.6. offer out of the box functionality for that?
Does AEM support CMS feature? Editor can author the article and news on AEM and then provide web service interface to the external application. The article and news won't be shown on the web site via AEM. It will be shown by third-party system.
I need to show all the children template value in Paragraphreference pop up right side.For example : if am in /content/geometrix --> if i click geometrix, it needs to show all child page content under geometrix.Could any one please help me how i can acheive that.