I'm trying to build an AEM6 project using the new AEM6.1 dependencies. However I'm stuck with some pretty nasty build errors...When I use the following new AEM6.1 dependency (why is this moved (the other way around again) from com.adobe.aem to com.day.cq?) :<dependency> <groupId>com.day.cq</group...
Hi,Is it possible to customize the AEM in order to make only the DAM functionalities available to the users?Saying that I have only the DAM license, is it possible to do this?Thanks,
Hi,I am trying to compile and build the below servlet in CRXde lite and it is not getting built (though it is not recommended). package foo.bar;import java.io.IOException;import javax.servlet.ServletException;import org.apache.felix.scr.annotations.Component;import org.apache.felix.scr.annotations.s...
Hi,In our project we use HttpSession to store data that is used throughout the site. We have a setup which has 2 publish intsances and the dispatcher is configured to have sticky session. Everything works fine on most of the browsers except Safari and iOS devices. We observed that JSESSIONID is chan...
Hi All,I have created component and added this component to a new Component Group.When i open page in design mode ,newly created component group is not showing.Someone help me do i need any more configurations to see this new Component Group.Thanks,Kishore
What is the best way to handle page-specific styles? I have a number of pages that use the same template but require slightly different CSS for styling certain elements on the page. In other systems I've worked with, this is usually done by having a CSS class specific to that page, however, I was cu...
I am getting below error multiple times in a day which causes my application monitoring to fail. Any idea what could be cause of this error 5.06.2015 23:49:27.427 *ERROR* [10.87.80.70 [1434430167423] POST /autodiscover/autodiscover.xml HTTP/1.1] org.apache.sling.servlets.post.impl.operations.Modify...
The stat file in my cache root is not getting updated with activation requests; therefore old pages are getting served from dispatcher. The time-stamp is not getting modified. I read a post somewhere that the osgi configuration jcr observation listener might be stuck; and restarting it might cause t...