Generally I wouldn't run AEM6 on windows, but throwing up a knockabout server I got an errorI got this when error when running a AEM 6.0 quickstart on Windows Server. Popup message said "Scene 7 Image server has stopped working"[I have not tried SP1]Log file below08.09.2014 07:07:19.467 *ERROR* [F...
Hi All,I have three websites and one mobile site.The template is visible to only one website and mobile site.Instead of using allowed paths any otherway to restrict templates?
Hi everyone,Can I add a custom property on my OSGI service?ex.@Properties({ @Property(name ="NewValue", intValue = 0, propertyPrivate = false, label="custom value")})@Servicepublic class NameClass If I can, How I access to the property in my source code? Thanks,
To allow POST and GET for servlet I need this:{ /type "allow" /glob "GET /servlets/Test" } { /type "allow" /glob "POST /servlets/Test" }or to use "*":{ /type "allow" /glob "* /servlets/Test" }Is there any option to specify POST and GET in one row?
Hi All,I am submitting the workflow to default group and that default group is having 5 users.One user is approved the workflow.How the notification will sent to remaining users.
I'd like to write some automated tests to test our AEM6 authoring environment (i.e. filling in edit dialogs and ensuring dialog configurations and editor hooks work). Is this something that Hobs/Hobbes is designed to do? Or will I need to use a 3rd party library such as Selenium?http://docs.adobe.co...
Hello there,in regards to this list of hotfixes: http://helpx.adobe.com/experience-manager/kb/cq561-available-hotfixes.htmli was hoping to find some download option for these specifc packages:30-Apr-2014 NPR-3921 Thumbnail Creation Process Failing on certain Images30-May-2014 NPR-4077 No image appea...
Hi,I have a requirement that I need to set some text to textfield when checkbox is checked. I wrote a listener for this. It is working fine in Classic UI.But it is not working in Touch UI. My dialog.xml is like below -<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/c...