There is a test data in particular maven module that generates and installs a package. Every build this package must by freshly installed. Like the package was uninstalled and then again installed. I cannot find a solution. Does anyone has an idea how to make it? Thanks
Hi,I am having an issue with the subject line in a form when I want to send an email. It does not accept words like ä in the subject line. It returns the error "org.apache.commons.mail.EmailException: Encoding error (500)". Can anyone please help me with this. Thanks
Hello,I am trying to read and write metadata on Image upload, I am able to trigger the custom workflow to extract metadata, but in vain.Here are my observations. I have tried using asset.getMetadataValue and Valuemap but no use.I have also tried using node.getProperty("dam:Fileformat").getString() b...
Hi there,We have two different types of users: content managers and content contributors. Content managers can create/modify/delete and replicate pages. Content contributors, on the other hand, should only be able to edit the text/imagery on existing pages. This means that they shouldn't be able ...
We are trying to use jQuery functions to adjust the DOM of the sidekick. Document Ready is far to early so what event should we be using to trigger our JS?------BTW: The forum is again unusably slow (15 sec to open the page completely!!!) When will this be resolved?
Hi there, we are experiencing significant issues within our AEM infrastructure caused by massive content updates together with parallel dispatcher cache invalidation. Cache invalidation is driven by agents on the publish instances. One of the symptoms is the publish queues getting stuck, probably du...
0 down vote favorite I am using workflow to copy lots of pdfs from one location to other dam locations based on the data and set of requirements. I am using the following code Asset damAsset = manager.createAsset(path, is, mimeType,true); where path is the destination dire and 'is' is inputstream p...
I am adding a custom tab to the content finder in our CQ5 project. One of the requirements is to add tag lists from selected namespaces as a filter criteria. The expectation is to display the tags in the standard tab picker. Added the following in the items list section of my contentfinder extension...
Hi,I want to set a different timeout for a participant step in a workflow for different instances of the workflow running on different payloads. For e.g. I want to set a timeout of 2 hours for 1 instance of a workflow running on payload A. And for another instance of the same workflow on a different...