Hi, konathalasuren.You can try a few things:1. Using the JavaScript console, add a breakpoint to "if (window.ContextHub && ContextHub.SegmentEngine) {" and reload the pageIf the if body doesn't get called, the include of the contexthub JS library is probably at the wrong place.Move it to the <head> ...
Hi.How about this tool: https://github.com/HS2-SOLUTIONS/hs2-aem-commons/tree/master/on-deploy-scripts-framework?(I'm not sure if it is suitable for production environments)Regards,Daniel.
Great idea, Feike!Applying the same principle to JCR packages (using Query Builder Tool and Query Builder Debugger), I've been able to check the whole variety of version numbers used in my current AEM installation.Some examples:0.0.100.0.12-CQ620-B00020.0.220.0.78-CQ620-B00010.0.8(...)Thank you!
Hi, Randeep.Which version of AEM are you using? Is AEM6.0?Are you be able to connect to your app using Chrome Dev Tools?Which error message do you see at the JavaScript Console?Does the generated .zip file (the one used to build your .apk/.ipa) contain that JavaScript file?Regarding your questions: ...
Hi, everybody.In a project structure created using Adobe Maven Archetype or Marketing Cloud Maven Archetype, can I use "anything" as the project version of my POMs?Or some values may lead to inconsistencies in the Package Manager and/or in the OSGI installer?I mean, are all the following valid value...
Hi, Rohit.Under /apps/<<yoursite>>/config or /apps/<<yoursite>>/config.<<runmode>>, try to create a node org.apache.sling.commons.log.LogManager.factory.writer-<<yoursite>>, with the following properties:org.apache.sling.commons.log.file="../logs/yoursite.log"org.apache.sling.commons.log.file.number...
Hi, Rohit.I usually add only a factory configuration containing the file name, the log level and the packages/classes being logged, as you can see here:https://github.com/daniel-lima/samples-aem-less-debug/blob/master/content/src/main/content/jcr_root/apps/samples-less-debug/config/org.apache.sling....
Hi, Vivek.Sorry, but I couldn't follow you. What is this HTML data? Is it a property of a JCR node? Is it a cq page?How has it been filled in? How is it being rendering? Are you using a JSP or a HTL as render script?Can you please provide more details?Regards,Daniel.
Hi,serialVersionUID is a Java "thing" for Serializable classes: Stream Unique Identifiers.It's used by the regular Java serialization mechanism: Serializable Objects.Regarding the "random" long value it has probably been generated/assigned by an IDE (Eclipse, IntelliJ), based on the characteristics ...
Hi.serialVersionUID is a Java "thing" for Serializable classes: Stream Unique Identifiers.It's used by the regular Java serialization mechanism: Serializable Objects.Regarding the "random" long value, it has probably been generated/assigned by an IDE (Eclipse, IntelliJ), based on the characteristics...