Hi,We have requirement to use org.owsap.esapi pacakge in aem. So we added in related dependency in pom.xml and later we manually we made an bundle from esapi.jar and uploaded in system console. Still we are facing some issues. Below are the error in console when we ran java code:Attempting to load E...
Hello All, I need help to how to change the password of existing user AEM. I am implementing it in my java bundle package. So far I have done two ways ***********************************************************************************************1. ResourceResolver resourceR...
Hi Team,There are lot of OOTB workflow available in AEM Workflow.If I need to know individually what is use of all the workflow models in AEM.Is there any document releted to this or any git hub link is there for the same.Kindly suggest how i can get those information.RegardsManikantha R
In Maven, including dependency via <dependency> OR importing the package inside <Import-Package>. Which one of the two should be used? 1. In my project core pom.xml, there is <Import-Package>javax.inject;version=0.0.0<Import-Package> and also following dependency. I am not clear why both are being...
Hi All,I am using the below js function to perform certain logic during on load of component dialog and page properties.$(document).on("foundation-contentloaded", function (e) {//some logic here});I need to do different logic on load of page properties and on load of component dialog.If i use $docum...
AMS has run a inspection on our dispatcher and asked us to block the below paths: should NOT respond to GET /bin/querybuilder.feed.css with 200should NOT respond to GET /bin/querybuilder.json.servlet;%0aa.css with 200should NOT respond to GET /crx/de/index.jsp;%0aa.css with 200should NOT respond to ...
I am trying to lock and unlock a page in workflow using page.lock() & page.unlock(); I could lock the page in first workflow, but in the next workflow ,while unlocking the same page it throws exception saying, "Unable to unlock Page". page.canUnlock() returns true. Did anyone use this successfully?
I have defined boosting configuration on title property in oak index definition. If the search keyword is “personal loan” and I have got 2 pages with title as “personal loan” and “kids personal loan” then is it right to expect Lucene to show page with title “personal loan” as the first item before t...
Hi All,I am implementing ContextHubPersistence using contexthub. Added a custom logic to save value in ContextHubPersistence and reading form it. It works fine on author, pub and dispacher in chrome and mozila. But it do not work in Internet explorer.Is this a known issue or do I need to add a conf...