Request for Feature Enhancement (RFE) Summary:Direct integration/connectors to Messaging protocols like MQTT within AEMUse-case:Messaging use case, M2M connectionsCurrent/Experienced Behavior:
https://experienceleague.adobe.com/docs/experience-manager-64/communities/develop/essentials-messaging.html...
@Eweni You can also check this doc. https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html https://github.com/adobe/aem-guides-wknd
@VNICOLI It had happened to me some time back, restarting the system or closing all tabs and clearing cache,cookies etc at browser setting level worked for me.
@mrmachi Its recommonded to use sling model to get the list and then use it in the HTL file accordingly.You can use@ChildResourceprivate <ClassName> <objName>
Request for Feature Enhancement (RFE) Summary:AI Reply bot to FAQ or similar questions on CommunityUse-case:There are many similar and repeated questions with the same answer.Current/Experienced Behavior:Fully Manual processImproved/Expected Behavior:
Partially automated AI cabablity to analyse the ...
@Tessa_learner1 Yes its possible to do in the sling model. @Model(adaptable=Resource.class)public class TestClass {@SelfResource resource;@PostConstructpublic void init() { PageManager pm = resource.getResourceResolver().adaptTo(PageManager.class); Page containingPage = pm.getContainingPage (resou...
@jayv25585659 Can you try running it in administator command prompt/ Run as administrator. java -Xmx1520m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=30303,suspend=n -jar cq-author-4502.jar