Thanks again for sharing your thought.Yes, I can have two osgi:config property ( one for the number for each batch and timeout value ). Seems that will do :)
Thanks Graham for your reply.I'm going to implement an OSGI component for this and I have requirement for bulk replication. I'm going to use replicator.replicate(), but I need to do it in batches so that It does not put load on our publisher.How can I pass the date/time value programatically before ...
Raise a daycare ticket.We faced same issue in AEM6 SP2. The max number of metadata was lesser than 80 as I remember , still we had the problem.Managed with one common tab somehow.
Hi,We are trying to send a pdf attachment ( the file is stored in dam ) . The below mentioned code is used to read the file from DAM. String fileName = "/content/dam/pdfs/retail/test.pdf"; resource = resolver.getResource(fileName); Node imageNode = resour...
Include a parsys inside the main component. Don't use RTE directly , may be you can use RTE in the main component dialog and write your own jsp to render the same as per the wireframe. Inside jsp include a parsys and configure the sub component.
The bundle with source files are provided in the package./apps/daycare/com.adobe.daycare.workflow.purge/src/main/java/com/adobe/daycare/audit/purge/impl/AuditPurgeServiceImpl.java etcYou can add your logic and rebuild the bundle ( eg, make AUDIT_ROOT_PATH configurable as per your need.
Well , you need to write logic in this js file for hide/show . Try something like below :var yourFields = $('[name="./jcr:content/metadata/yourfiledname"]'); yourFields .each(function(index, value) { var $value = $(value); for(va...