Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
I am trying to hook to the rollout event of a page to a live copy. I am experimenting with the EvenListener but I am unable to get it to work. This is my code:@Component(metatype = true)@Servicepublic class MyCustomListener implements EventListener {private static final Logger LOG = LoggerFactory.ge...
I am struggling with some generic piece of code:Resource resource = dynamicallyFindNeededResource(res);Class<?> someModel = pickUpSomeSlingModelClass();return resource.adaptTo(someModel);The problem is I want to expand this type of adapting to request as well:Adaptable adaptable = checkIfModelAdapta...
Hello,is it possible to customize a content fragment template so it has advanced options, like datepicker and checkbox fields on it's creation? It is for it that the option WeakReference exists? I cannot found this option on the documentation. If it is not possible with content fragment, there is an...
Hello Team, In the jcr-sql2 query, is there any way to query the property having the value starts with certain string. I have overlapping tags, business:Finance, business:Insurance and global_search_business:Finance, global_search_business:Insurance. I want to only query the content tagged with all...
Hi Everyone, Recently for one of our projects I configured the dispatcher with SSL configuration. It works fine we are able to access all the pages through dispatcher via https. We have configured to redirect all the http request to https like in the configuration shown below. But with th...
Hi All,need some info on com.adobe.granite.jetty.ssl.internal.GraniteSslConnectorFactory??has any one got this "Bleichenbacher Oracle (ROBOT) Vulnerability ", If yes then how does this effect AEM??The fix we got is to disable any ciphers that begin with TLS_RSA on all the instances.I see by default...
I am using AEM query builder to run some queries on my local instanceThere is a custom property called 'publicationDate' in my website pages which is saved in a regular date time format in CRX . The format is verified across all pages in CRX. Example:2017-02-23T00:00:00.000+05:30But the json returne...
I attempted to follow the instructions at (1) to set the token expiration down to 15 minutes and have been unable to login again. I'm getting this exception:11.01.2018 12:26:20.801 *WARN* org.eclipse.jetty.servlet.ServletHandler /java.lang.IllegalArgumentException: Invalid token ''at org.apache.jack...
Hi,I'm trying to populate a select dropdown in the page properties for experience fragments with the JSON response returned by a sling servlet.In my page properties, I have two dropdowns: brand and author. Brand is populated via datasource using acs-commons generic lists. The author dropdown needs t...