I was going thru the tutorial for AEM Backend development workshop by James Talbot.I was looking into installing and configuring eclipse under the first module.I did not find the Company project specific settings.xml in the tutorial in the code snippets. Can you please send the settings.xml file or ...
List Component:I am using out of the box List component and facing the issue when Tags are selected to build the list (Build List Using : Tags).Issue: Some of the content pages are not displayed, even though the selected tags are matching with the page tag. Observed that the pages whi...
Hi All, I am trying to follow https://helpx.adobe.com/experience-manager/using/first-osgi.htmland ended up in the error as attached. Can some one help me on this. Thanks,Jai
How to get the correct tags count for the aem tags? The current option to retrieve the count using the "Count Usuage" button in the tagging console, only returns the count of the tags authored in the Tags/Keywords field for the page. It does not includes the tagging done for the customized tag field...
In AEM 6.0 SP2, when using the touch UI on a component that uses the "Component Styles" functionality, the component does not apply the new class to the component until after a page refresh. To reproduce this issue:Go to the "Discover Geometrixx" sample page (http://localhost:4502/editor.html/conte...
Hi guys,This is my first post here!Well, I want to know something about the Session Timeout on the Day CQSE HTTP Service. Is it possible to handle the exception that is thrown knowing that it is actually a Session Timeout Exception? I mean, on the controller part of the system (I use Java Spring), t...
Hi,Need help for customizing request.log and access.log files for CQ 5.6.1. I need to add Session ID attribute to the log files for some monitoring purpose. Read the documentation for CQ 5.6.1 and its mentioned that customizing these 2 files is possible. But didn't find any details or examples of ho...
I am working on AEM 6.0 SP2.I have a component which includes other components. I need to refresh the page on edit of any of the components. I have CQ:LISTENERS configured as REFRESH_PAGE for afteredit event for parent as well as all child components. Refresh page works fine on classic UI but not wo...
I have website that is https protocol. Now i need to embedded an iframe in a cq page the 3 party url supports only http. So the page does not render as it is mixed content. http://stackoverflow.com/questions/3144986/http-and-https-iframe Could some one suggest as what could be the best approach i ...