Is it possible to remote push from Git repo to Cloud repo, if the branch names are not same. Want to push from GIT to CLOUD repoGit repo branch name :- developCloud repo branch name :- uat Tried using git push https://git.cloudmanager.xxx.com/XXXX develop:uat Error :-(non-fast-forward)error: failed ...
Actually, I trying to implement tagging in the component as a list of values to choose and store in the node. I don't have any idea about doing this. All I know is to use the java model class to get the tagging value and save it in the node.Kindly help me to achieve this. I really appreciate the he...
hi folks,Can you annotate a class extended from WcmUsePojo with @componentand call a service using @reference? I.e. using felix scr annotations. I tried it and got errors messages about ScriptEvaluationExceptions. The service works fine with bundlecontext. thanksFiona
I am new to AEM and will be working with AEM as a cloud service version for a migration project where the current implementation is not on AEM. In the current implementation, MySQL DB is used to store static data that is referred by the workflows to drive business logic. It is not the content data t...
I am trying to integrate google drive api with AEM. I am not able to find any specific documentation for the same.At first I tried to create a workflow but that was for data upload. Now I want to integrate google drive api with AEM. So is there any documentation which can help me with this? Thanks ...
Hi, I need to overlay "/libs/cq/xssprotection/config.xml" to the project and add oembed inserts in config file for iframe in embed component. Since the webpage used in my project is not added to the iframesrc. How can I achieve this?I added the website here, but still the src was shown in iframe."<...
Something wierd... Today, after restarting the instance, it works... Adding this message here to prevent people from wasting time... Hi Masters! I'm trying to use ACS AEM Commons Contexual Content Variables(CCVAR) in my project. After following the configuration steps, I get this error message in er...
Hi all, Please can someone provide me solution on how to create a workflow for an asset to be uploaded on google drive. I am new to workflow so, the solutions explained were not that clear. Thanks in advance.
Hi, I have added one class that implements EventHandler for ReplicationAction.EVENT_TOPIC , I publish the content from Author and that same time I get call in my event handler class, here I want to know server details like, scheme, server name and server port, can any one guide me how I can achieve ...