Thanks all. The issue was it was still wired to old bundle although i updated the dependence. I had to explicitly add a import package for the jsch with new version. Which resolved the issue.
I am facing a issue with JSCH working fine outside the AEM. But failing inside AEM.JSch jsch = new JSch();
// Add the private key identity
jsch.addIdentity(privateKeyPath);
// Get a session
session = jsch.getSession(username, host, port);
// Configure session properties
Properties config = new Pr...
I have this configuration. (Experience fragments are dragged and dropped and configured)Page -> Xf1 ->XF2 -> componentA. I need to get the selectors in compenentA from the page URL path. (/content/site/page.selector.html)Issue: ComponentA is trying to find the selectors in the XF2 path. (/content...
I hope this helps.You Can store your header and footer under EN page.( Under your root page, if don't have it ) I am using We retail site for this example.<sly data-sly-resource="${'/content/we-retail/us/en/jcr:content/header' @resourceType='your header'}"></sly>So where ever you author it in the s...
I have added the below dependency in the pom for my project.<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.8.1</version></dependency>But in System/console I am getting the below Error. Do i need to export the package. Please help. org.ap...
How to configure the page-template property for the community site. Example: For we retail the /libs/social/console/components/hbs/sitepage/sitepage.hbs choose to display the content for wereatil.hbs in /apps/social/console/components/hbs/sitepage/weretail.hbs rather than its content. How do i confi...