Hi All,I am trying to check if a node exist under a path and set some property. but when i try to check a path through session it returns PathNotFoundException instead of true/false.if(!destSession.nodeExists(dRootPath)) / if(!destSession.itemExists(dRootPath))is there any other way?Regards,Vikram.
I have a figure which is regularly used throughout the website and every time this figure changes, we have to update every page that it is being used on. I was wondering if there was a way to have some sort of global variable where this can referenced in any component using something like "we have [...
Hello Devs,I created a login functionality, which uses CUG credentials for authentication. It requests /j_security_check servlet for authentication. The functionality throws 404 when triggered over dispatcher. I also allowed the request to the servlet path in the dispatcher configs, but unfortunatel...
Hello,Knowing that I have enough memory on CQ_JVM_OPTS . I cannot start my aem local instance on Mac cause :*ERROR* [FelixDispatchQueue] ERROR: Error calling StartupListener com.adobe.granite.maintenance.impl.TaskScheduler@6865d6b6 (java.lang.OutOfMemoryError: unable to create new native thread)jav...
Hi,I would like to add a custom metadata property to my assets.I have seen the following documentation around metadata profiles:https://helpx.adobe.com/experience-manager/6-3/assets/using/metadata-profiles.htmlThis seemed promising but doesn't seem to add the properties to UI when viewing the proper...
We're using AEM 6.3.3.2. Is it possible to customize configurations in our source code for individual workflow launchers on a per environment basis, similar to OSGI configs? The goal is that each Maven build will apply the custom settings to each workflow on a per environment basis. We'd like to ...
Hi All,I am facing a problem with the special chars plugin - the issue is while authoring the content if I add any special character I am not able to differentiate the symbol because of the size. So i was trying to add custom css to the special characters so that they look bigger in size and are eas...
I've been reading quiet a few but still am not able to get it done.Current Java code:html codeFolder Structure:I'm trying to read metadata (specifically) size of image in java and load it back to html. - I get my image via ${properties.fileReference} - I prefer Local, but By bundle is alrigh...
We have removed publishing rights to most authors on 1 of our sites.As such, we have created a workflow (let's call it mysite-workflow) to handle request for publication.Is it possible to configure AEM so that if a workflow request was made on a page that resides inside /content/mysite, it automatic...
as a guide, I was following this one: Creating Workflow Models There's an example somewhere in the page where a yes/no decision (to approve page publication) can be made. If No is selected, it goes to a participant step.I'm new to workflows but what I really want:1. If no is selected, an email/notif...