Hi,As I have tried to remove the specified mixin node type from a specific node using removeMixin(java.lang.String mixinName), I have seen following behavior in CQ5/AEM repository -1. It removes entire property (jcr:mixinTypes, Name[], mix:versionable) under that specific node in CQ5.4/CQ5.5 .2. But...
Hello Guys, I have a requirement where I need to add custom buttons on the Coral UI assets page and for them I also need to have new icon images. Can you please share some inputs on this?What should be the format of those images? SVG or base64 ? Has anyone tried doing this?Any kind of help is apprec...
Hii,I am creating a client code to post a message in weblogic queue from AEM.It is working fine in Standalone java main.However stocked up with class loading issue while loading it from AEM.These errors are coming while pkg installation import list.weblogic.descriptor -- Cannot be resolvedweblogic.j...
Hi guys,Why the cq author server always print below log every 30 seconds in error log file (I installed cq6.1 version)?Where can configure this?Thanks.19.06.2015 04:29:00.419 *INFO* [pool-6-thread-1] org.apache.commons.httpclient.auth.AuthChallengeProcessor basic authentication scheme selected19.06....
Hi,I'd like to know if the Ratings OOTB components display the total of ratings made.I saw the value but it is hidden.Is this the expected behavior of this component?Thanks
In AEM6.0, I had the following code to get the current page object. However, in AEM6.1, it's coming back null. public class LearnBindingProvider implements BindingsValuesProvider{ private final Logger log = LoggerFactory.getLogger(getClass()); public void addBindings(Bindings bindings)...
Hi All,In multiple cases, I have observed these properties being used in the article https://helpx.adobe.com/experience-manager/using/creating-cq-feed-components-display.html.- Can you please let me know what exactly is the purpose of using it here.- Twitter widget JavaScript code is included in the...
Hi,In general what would be the steps and which customizations should be done to implement a Two-Factor Authenticaction on AEM?Is there any doc describing this use case?Thanks