Hi,I'm doing the below example but unable to upload the jar(Java Excel API ) the cq bundle shows the blank page.http://helpx.adobe.com/experience-manager/using/creating-custom-excel-service-experience.htmlJar File Name - jxl-2.6.12.jar<dependency> <groupId>net.sourceforge.jexcelapi</groupId> ...
I'm need to look code for the below two java files(in cq workflow) can you please helpl me here.From the below i was unable to understand.com.day.cq.wcm.workflow.process.ActivatePageProces com.day.cq.wcm.workflow.process.DeactivatePageProcessNote:http://forums.adobe.com/thread/1147754 Thanks in adva...
Hi, I followed below link to create custom xtypehttp://cq.shishank.info/2011/12/19/multifield-with-custom-xtype Getting below error:"Uncaught cannot create Component: xtype 'mypathfield' not found and no default supplied " Tried searching everything but do not see any solution documented for same. P...
Hello, My requirement is to convert pdf to jpg format i have used PDFBOX api i have used file input stream and .am able to convert pdf to image by giving static path but if i tried with dynamically providing the dam pdf file path to this api; it is showing me error in this line.PDDocume...
Hi friends, I am working with work flow engine for sometimes,in that i want to send the mail to user for participant workflow approval process. For that i found some inbuilt mail services in OSGI configuration console. 1.Day CQ Workflow Email Notification Service - By using this service i...
Hello,Is anyone facing an issue with Publish behaving as an author instance with sidekick appearing. I have started the publish instance with 'publish' as run mode, i still see the issue.Regards,NZ
Hi there,I am trying to include the SendEmail process step within my workflow, but cannot determine how to set the TO: recipients (of the email) to the users within my workflow. How can this be accomplished?Also, how do I access my host info within that process? ${host.prefix} doesn't resolve.Than...
I am using WCM CQ5 and I want to build a component (let's say Header) that has 5 total tabs but I want two tabs to be shown based on permissions - "Style" and "Advanced Style".If a user is a member of my Advanced Author group, when they drag the Header component from the Sidekick and open it to edi...
Hi All,Please help me as i am new to CQ. I have been trying to integrate AEM and SAML using Shibboleth IDP (where AEM is working as the SP ). I followed the below link to achieve the same :http://helpx.adobe.com/experience-manager/kb/saml-demo.htmlI was able to get it working but while experimenting...
Hi, In the version tab in the sidekick, when we do a diff between versions of pages, none of our custom components show any differences.Do custom components need to do something explicit to fit in with this diff functionality? Thanks