Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hello,I have created service say XX. I tried to access that service XX in other Service YY. When I try to use the XX like @Reference XX xx in YY serviceI got a null value.Code:@Component(immediate = true)@Service(value = XX.class)public class XX{//some methods}@Component(immediate =true)@Service(val...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 10/15/15
    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...

    Views

    287

    Likes

    0

    Replies

    2
  • 10/15/15
    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-...

    Views

    364

    Likes

    0

    Replies

    1
  • 10/15/15
    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> ...

    Views

    272

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    429

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    549

    Likes

    0

    Replies

    2
  • 10/15/15
    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...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 10/15/15
    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...

    Views

    401

    Likes

    0

    Replies

    3
  • 10/15/15
    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

    Views

    479

    Likes

    0

    Replies

    4
  • 10/15/15
    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...

    Views

    569

    Likes

    0

    Replies

    2