The changes that are made in the author is reflected in Preview site but when published to live, they were reverted back to the old content shortly after it was pushed live. Tried clearing the cache, the same issue.. the changes are reflected but after some time itis reverted back to old content.
I'm looking for a Querybuilder query for resources that have a field with a null value. This solution seems to indicate there's a way to do this with SQL2, but is there a way to do this with a Predicate style search?
Hi All, I have a AEM 6.0 ExtJs checkbox group as: <recurrentDays jcr:primaryType="cq:Widget" allowBlank="{Boolean}true" fieldLabel="Repeats on..." name="recurrenceDays" type="checkbox" xtype="selection" value="0"> <options jcr:primaryType="cq:WidgetCollection"> ...
I'm adding a feature to some longstanding, complex integration code in AEM 6.5 and discovering existing problems with invalid resource resolvers. Adding the feature is making them worse. This is some of the oldest code in our system, and has gone through several rounds of refactoring and other updat...
I'm using adobe version 6.5.16.0, on prem, When I send a topic for review, the reviewer can open the topic and begin making comments, using the text strikethrough feature, can highlight text, and add text. However, what if the reviewer would like to see past versions of the topic they are editing? F...
Having similar issue to this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cloud-manager-deployment-content-package-not-getting-deployed/m-p/411723 We need to integrate Phrase for our site translations. And have configured as instructed by Phrase here https://support.phr...
Writing a test class for the one of the OSGI service using JAXBContext which came with aem-sdk. When executing the service JAXBContext is getting invoked perfectly.. But, from the test class when is calling same line of the actual class its throwing "javax.xml.bind.JAXBException: Implementation of J...
I have created the Following Component <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org...
Hi community! I want to ask about setting the default style class for component. I already know that i can set the default css classes at properties-styles, for example i can set a default style class for group A, but if i have multiple groups, and i try to set a style for another group B after i ad...