Hi everyone, We are using OOB lucene search component. Currently the search is searching the text in all the components in a page and if the search term matches it returns that page. Because of this for example if we search for word "blog" then our "profile page" appears in search results because "b...
I've been trying to write a JUnit test case for one of my Java class which creates a page with some given properties in CQ. For it, it need to get reference of SlingRepository and ResourceResolverFactory. I was using http://sling.apache.org/documentation/development/sling-testing-tools.html#server-...
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...