Hi Folks, I have imported one configuration using @Designate in my Component class. Now I need to add another one but @Designate doesn't allow. Is there any other way I can access another configuration in the same class? Thanks in advance!
Hi , 1>Could some one please suggest what tool we have that we could use to kill the failure or long running workflows.If there are any custom and OOTB workflows will this tool be able to purge them 2> For tracking the workflows in the logs what will be the LOGGER details(API package) , I need to a...
Currently I'm using AEM on-prem 6.5, and I see assets as seen in the attached SS. However, can we create any other custom asset than files, collections, shared links, etc.?
I have a container then layout then config then column then list I want to get those list property but node name changing again and again How can I extract the List name and there properties values without using name.
Hi Team , We are on AEM cloud .. instance and we I an trying to push some selective asset to preview server.So I used Replication API.. and filter and new options . which preview agent ID as the key.but when I am trying to get the status of activation using the below code: ReplicationStatus publ...
In aem 6.5.4 version, the disable button still showing even after the template is disabled. Please find below screen shot. Is it a bug or a known issue? @kautuk_sahni
Hello,I'm stuck at following situation:I have a page and I want add some events to it. The content structure is /content /site /mypage /jcr:content The node 'mypage' has the primary type 'cq:Page' and node 'jcr:content' the type 'cq:PageContent'.To add events I created a service: import ...
I have this@Self@Via(type = ResourceSuperType.class)private List list; @Overridepublic Collection<ListItem> getListItems() { return null != list ? list.getListItems() : null;}Is that even good? And in react im trying to render it like this but nothing is happening, blank page{props.listItems && (...