Hi All,I am new to CQ and have a question specific to CQ DAM Media handler. We have a requirement to generate the thumbnail for the camera raw formats files. I took the reference of below adobe document and installed imagemagicka :http://wem.help.adobe.com/enterprise/en_US/10-0/wem/dam/dam_media_han...
Hi guys, I am trying to send email with Adobe CQ API.But i am getting a nullpointer exception at this line: MsgGateway.send(htmlEmail); This is my method that i am using to send. import com.day.cq.mailer.MessageGateway;import com.day.cq.mailer.MessageGatewayService;import javax.mail.internet.In...
I tried to code a small client for connecting to CRX 2.2I followed the steps here:http://helpx.adobe.com/adobe-cq/using/programmatically-accessing-cq-content-using.htmlHad problems, found out that I was missing libs and added the jars i found in comment 4 here.http://forums.adobe.com/message/4734716...
From the AEM6.0 document, http://docs.adobe.com/docs/en/aem/6-0/administer/operations/workflows/wf-admin.html , there is an configuration item, named Cron Expression, but in my configuration dialog, there is no this property item. Is this an intention to remove this item ? Please refer to the atta...
Hello, Marketing team wants to make use of image renditions feature of DAM, but they want the ability to choose from various rendered images and then drag & drop on to a CQ page from content finder. But I found out that renditions are not available in content finder. I am aware of one solution, whic...
HiWe have a form when submitted calls a webservice and may return error messages as response. We need to redirect to same page posting the error. trying with this code in POST.jsp of the form, but it returns a 500 server error and couldnt find anything in logs: SlingHttpServletRequest req = ...
When implementing the sample described in http://dev.day.com/docs/en/cq/current/developing/components.html (creating a new component "Text & Image (Extended)" as a copy of existing component "Text & Image") I've got two problems - but will split them to two threads. First: The published version of...
Hello, I'm new to CQ5 and I'm following the "cq5_guide_developer" to practice my first project. It's very smooth until I want to download "cq5libs" from my local CQ5.5 server. Here are the content of the guide I'm following: Proceed as follows:In your file system, create a CQ5 libraries folder call...