Can anyone please explain the meaning of above line. Appears at cliaent lib validation console http://localhost:4502/libs/granite/ui/content/dumplibs.validate.htmlBelow is the scree shot
In java code, I can do this:Resource articleResource = resourceResolver.getResource("/somepath/for/article"); Article article = articleResource.adaptTo(Article.class);Can Sightly do the same? and how?In AEM 6.3 with sling models.Thanks.
Hello,I'm looking for a way to have a configuration using Composing Analyzer in order to have a different filters between the analyzer used for the index and the query.On the Oak Lucene Documentation ( Jackrabbit Oak – Lucene Index ) i see that we can configure default or pathText analyzers and may...
Hello,I am able to create the package , but unable to add filters to it when the group name has " " between them. Example is given as below.curl -u admin:admin -X POST http://HOST_NAME:PORT_NO/crx/packmgr/update.jsp \-F path=/etc/packages/my_packages/testpackage.zip -F packageName=testpackage \-F gr...
I am trying to achieve social login in AEM 6.2. OOB it's already implemented for facebook and twitter,but when I tested it on geometrix site it's working only for twitter. For Facebook, it's redirecting back to the login page with authentication failed message.FYI >> I am testing it on publish insta...
We are repeatedly experiencing the following error when we test our replication agents:Failed to get an access token for user: mac-deloitteemeanorthpartnersand-replication msg: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter ...
Hi All,We have created a service which will iterate a huge number of nodes and do certain operations. But after iterating over a few nodes, the session is getting closed and we are getting an exception as below.: This session has been closedjava.lang.IllegalStateException: This session has been clos...
I have included a component on a template so its on every page by default. But am unable to open the component's dialog box in touch UI (AEM 6.2).The browser is throwing 500 error for the below path :http://localhost:4502/mnt/override/apps/test/components/content/global/menu/_cq_dialog.html/content/...
Hi,I am getting five values from my view helper(class extending WCMUse), these fields are meta, property1, property2, value1, value2 . My purpose is to set these values in metatag like: <meta property1=value1 property2=value2 /> .Code doing this in Sightly component is:<ul data-sly-list.metafield=...
Hi All So we have a scenario where few autogenerated mails are getting blocked by the end users server. So basically my question is , is there a way we can receive a delivery failure message from the server ? I am using MessageGatewayService to send mails from AEM . TIA Veena