Please log on to https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html with your adobe id and choose the version you want.if you are not in solution partner programme, please write an email to get sandbox access.thank you.
Check these.1. Replicate your content tree and as well as the conf from the distribution.2. If issue still exists, please install your content package which has the conf filter.3. if you already have a content package on author, please replicate the package
I have enabled the extensions in filters too./0010 { /type "allow" /extension '(css|eot|gif|ico|jpeg|jpg|js|gif|pdf|png|svg|swf|ttf|woff|woff2|html|pptx|docx)' /path "/content/*" } I am able to access the other extensions too but not these. These extensions are working on author and publish but not ...
Hi @arun , by resources folder you mean, core/src/test/resources or core/src/main/ (create a folder resources) here?also, by same pom you mean to use the <embedded> under plugins?Please help, thank you. Regards,Sravan
I face this issue too, as @arunpatidar mentioned, I followed the article by Veena and ended up doing the same. But I don't see the jar being installed.
Hi @bhagchand, If that's not working, I believe there are other things to discuss.1. are you using a servlet/service to do the operation? if yes, what is your error log saying?2. the operation may not get success if there are any issues with your ajax-call/trigger event.3. if you are going with the ...
Hi @bhagchand, To summarize your question, do you want to add a property to your resource programatically?In your doPost method, make these changes.Resource tagResource = resourceResolver.getResource("/content/ranosys-website/in/home/about-us/career/jcr:content");Node myNode = tagResource.adaptTo(No...
Hi @giterdun345, programmatically it is possible. create a user interface for your officiant to access these saved pdfs(the ones that are submitted through the form). once reviewed, the officiant can choose an action for the pdf(approve or deny). Based on that, trigger a servlet that does the operat...