Hi Nandu,I would like to share one scenario where jce:content node doesn't created in publish.Suppose you have created two pages first page called parentPage and second page created under parentPage called childPage. Now only childPage has been activated ..in this case dummy parentPage node will cre...
You should use @Inject annotation instead of @Reference to initialize service while extending WCMUsePojo@Injectprivate ConfigurationAdmin configurationAdmin;/Brijesh Yadav
Check model.xml file of you custome workflow and validate metaData tag.Set jcr:primaryType to "nt:unstructure" in oder to avaialable in drop down list<metaData jcr:primaryType="nt:unstructured"/>/Brijesh Yadav
Hi,I think you should use @SlingObject injector. like below@Model(adaptables = Resource.class)public class ResourceExampleModel { @SlingObject private SlingHttpServletRequest request;}As par the documentation also @SlingObject injects commonly used sling objects if the field matches with the clas...
[img]service.png[/img]Kishore,Your code required below change in jsp filecom.sample.initiatewf.InvokeAEMWorkflow wfService = sling.getService(com.sample.initiatewf.INvokeAEMWorkflowImp.class);You were accessing your service with name "com.sample.initiatewf.INvokeAEMWorkflow.class" instead of "com.s...
Hi,We have requirement to break live copy inheritance at property level in dialog, like page level we can break the inheritance for individual property.Attached is an example which show we can't break inheritance for individual property in normal dialog of component [img]Break_Inheritance.jpg[/img]R...