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
    I need to configure cq:emptytext for some of our components. cq:emptytext works fine in classic UI but does not work in touch UI. What is the way of configuring cq:emptytext property in touch UI?

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 10/15/15
    I get an exception when starting the server on an already installed bundle osgi.wiring.package=com.day.cq.wcm.apiIt looks like the bundle is started after the com.day.cq.wcm.api bundle is started or initialized. If the instance is started, I can upload my bundle without any problem.

    Views

    1.9K

    Likes

    0

    Replies

    5
  • 10/15/15
    I need help in indexing the below query.SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/test/])I tried creating a lucene index with the property "evaluatePathRestrictions", but it doesnt work. 

    Views

    483

    Likes

    0

    Replies

    2
  • 10/15/15
        Hi All,        I am invoking a tag lib with slingRequest object in which i have the following code import com.day.cq.wcm.api.Page; public class Temp extends SimpleTagSupport{ public static String getValue(SlingHttpServletRequest request){ LOG.info("Resource Path is {}",request.getResource()); Pa...

    Views

    2.4K

    Likes

    0

    Replies

    3
  • 10/15/15
    I used Package Manager to download the content from Adobe CQ5 and imported it to the test server. Also downloaded and uploaded Digital Assets.The question is how do I get the webpages? After the content was imported I don't see in WCM any pages of the project.

    Views

    1.4K

    Like

    1

    Replies

    15
  • 10/15/15
    Hi, I need to implement some reporting functionalities (or enhance already existing standard reports in AEM). I am looking at this Adobe document on developing reports - https://docs.adobe.com/docs/en/aem/6-1/develop/operations/dev-reports.html -  and I was wondering two things:1. Where is the "User...

    Views

    2.2K

    Likes

    0

    Replies

    4
  • 10/15/15
    We are running CQ 5.6.1 with CQ Social Communities package 1.4.205.  We have configured our Forum email notification as it is described in the Adobe docs [1].  We have also created our own ForumEventEmailBuilder that extends AbstractEmailBuilder.  We have disabled the out of the box com.adobe.cq.soc...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi, I've seen your discussions in https://forums.adobe.com/thread/1127899 regarding the same. I'd already tried adding 'tel:' to 'Special Link Prefix' in CQ Link Checker Service configuration. I've also tried adding x-cq-linkchecker="skip" to the <a> tags. I'm using AEM6. I'm using a sightly templat...

    Views

    5.5K

    Like

    1

    Replies

    11
  • 10/15/15
    Hello!Is it somehow possible to make them not accessible in production environments? What's the best solution?- Delete the non-minified version of the js scripts?- Add a rule at dispatcher level that blocks js files requests not containing "min" in the URL? Thank you!

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    I have created a new workflow using public class MyProcess implements WorkflowProcess { }i have overridden public void execute(WorkItem item, WorkflowSession session, MetaDataMap args) throws WorkflowException { }this method and able to get payload when an asset gets uploaded.However I want to acces...

    Views

    706

    Likes

    0

    Replies

    2