Thanks theop76211228 for the steps, but would be great if any sample package with image container with placeholder for adding components would really help, am working with Editable template for the first and it would help in my learning.
Thanks @Ankur_Khare for the quick turnaround, it would be great if any sample package with image container with placeholder for adding components would really help.
Hi All, needs to incorporate title & other few custom components on a background(bg-img) image. While drag & drop components they do not show up on bg-img they are coming below the image. Any inputs how to achieve using Editable template. Need to drag & drop four components on bg-img.
Hi All,We have built our project with AEM 6.2 - SP1 - CFP-20 couple of years ago. Now we want to stabilize existing server with any available Adobe Service/Feature packs. Could you provide any suggestions in identifying details to make our system stable ?And will there be any impact on the server, i...
This is the config class code.package com.aem.core.services;import org.osgi.service.metatype.annotations.AttributeDefinition;import org.osgi.service.metatype.annotations.AttributeType;import org.osgi.service.metatype.annotations.ObjectClassDefinition;@ObjectClassDefinition(name = "Scheduler Configur...
As soon as have deployed the bundle with scheduler removeModifier() & Activate() method are called. and after that nothing proceeds for execution. Once again after we save respective config file scheduler gets triggered. Always while deploying bundle it removing and activate is called. That`s it. An...
Yes have included. Using OSGi r6 annotations for configuration class but could observe that activate method is called but not run() method, not sure no logs of error are thrown.
Hi All,Need AEM scheduler code in a bundle to pick osgi configuration and start execute automatically as soon as bundle is deployed.Currently after deploying the bundle with scheduler code in it, every time have to save OSGI configuration for respective scheduler to get it start.Any pointers across ...