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
    We are on CQ 5.4Published domain includes CQURL information embedded in every Webpage. This would be an example:<script type="text/javascript">CQURLInfo = {    "contextPath": null,    "requestPath": '/content/cadillac/north-america/usa/mobilesite/en/home/faq',    "selectorString": null,    "selector...

    Views

    795

    Like

    1

    Replies

    1
  • 10/15/15
    Is it possible to change the version of LESS CQ uses?  I have read in certain places that it isn't but was wondering if anybody has figured out a workaround for this?  Currently I can't get Twitter Bootstrap 3.0 in LESS to compile with the version of LESS used in CQ.

    Views

    791

    Like

    1

    Replies

    2
  • 10/15/15
    We have full text search working as expected with the following (as described here: http://helpx.adobe.com/adobe-cq/using/using-query-builder-api.html):map.put("group.1_fulltext", fulltextSearchTerm);map.put("group.1_fulltext.relPath", "jcr:content");This is a full-text predicate which corresponds t...

    Views

    421

    Likes

    0

    Replies

    1
  • 10/15/15
    In adobe AEM (aka cq), for a given url is it possible to see what jsp's are being invoked?We've got example code, not written by us where 2 sets of 'base' jsp are being matched if a specific selector is present or not - 'm' for mobile. In the base jsp a variable is then set to flag if a mobile or de...

    Views

    1.7K

    Like

    1

    Replies

    1
  • 10/15/15
    If i recall correctly heap dump was dumping JVM heap dump based on time interval and threshold in CQ 5.5 but 5.6.1 does not seems to behave correctly or may be it's dust on my mind :).Any thought how to get automatic heap dump working..... not sure interval is in millisecond?  Thrash hold value neve...

    Views

    1.3K

    Like

    1

    Replies

    3
  • 10/15/15
    I am working in CQ5 blog pages. The JSP's under collab/blog all say that  "DEPRECATED since CQ 5.6.  Use /libs/social/blog/ directly"What difference will it make if I still wanna go ahead with the collab/blog pages instead of the newer social/blog ?What are the underlying features that differ in the...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 10/15/15
    What is best way search by uppercase using querymanager.When  a user enters a lowercase  character in the field on the SiteAdminSearchPanel.js page, we need to search by an uppercase character.My facet search predicate looks like this:<code>C:\wcms_5_5\code\zzzcom-mvn\content\src\jcr_root\apps\dam\c...

    Views

    628

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi, I am not an expert in osgi, just learning the ropes. So apologies if I use the wrong terminology, hope you can help.I have a service that runs within the OSGI framework and a scheduler that triggers that service to do something on a regular basis.That service is never called from a CQ component,...

    Views

    768

    Likes

    0

    Replies

    2
  • 10/15/15
    Has anybody tried configuring CQ5.6.1 with Logback which provides obvious benefits over Log4J. SL4J provides inbuilt support for logback and CQ5.6.1 logging is based on SL4J, so I guess it should be achievable. Also there are certain use cases where-in we need to provide unique request ID to all the...

    Views

    2.0K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi , I want to write a custom media handler for image of type x-raw-canon (CR2).But when i do so , this handler is not getting called .The standardImageHandler is getting invoked.I cannot stop this handler because it handles various other formats , such as gif etc.How can i make my handler get calle...

    Views

    819

    Likes

    0

    Replies

    1