Expand my Community achievements bar.

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

  • 9/6/16
    I'm trying to find all nodes that have no children.Here is what I have so farselect * from [nt:unstructured] as p where isdescendantnode (p, [/content]) AND NAME(p) like 'col%' AND [sling:resourceType] IS NULLThat's where I'm a little confused ....I would like to have something like this (pseudo cod...

    Views

    489

    Likes

    0

    Replies

    1
  • 9/6/16
    Does anyone know if setting org.apache.jackrabbit.core.state.validatehierarchy=true in the CQ_JVM_OPTS in the start script do anything on Jackrabbit Oak?  The only references I've found were for CRX.Thanks, Ned

    Views

    673

    Likes

    0

    Replies

    3
  • 9/6/16
    The default java runtime allocates memory pages in 4k blocks.  There is a facility to enable 'large pages' whereby you can tune the size of the memory pages.  This supposedly relieves pressure on the CPU kernel to manipulate the memory pages (TLB) and *can* provide additional performance. (http://ww...

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 9/6/16
    We are experiencing issues with Sightly components in a custom solution after upgrading to AEM 6.2.  We can reproduce the issue on a clean AEM 6.2 server (not upgraded).  Unfortunately there are no error messages so we do not have much to go on...  I am describing here in case someone has encountere...

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 9/6/16
    Am following up this article[0], where i can observe that if i use  Repository repository = JcrUtils.getRepository("http://localhost:4502/crx/server");am able to see the below error.And also has observed that if i use without any server crx detail like Repository repository = JcrUtils.getRepository(...

    Views

    2.3K

    Likes

    0

    Replies

    7
  • 9/5/16
    Hi,We are having two non clustered publish instances on Production in AEM 5.6.  Even though ASRP and MSRP are the recommended storage options in AEM 6.2, please let me know if it is possible to use the JSRP storage in production? In this case, is it possible to have some customization to sync the UG...

    Views

    997

    Likes

    0

    Replies

    2
  • 9/5/16
    Hi all,We are all aware that we could embed an adaptive form in AEM sites page.Is it possible to embed a HTML form also in AEM sites page?Appreciate any links on this topic.Thanks,Rama.

    Views

    1.0K

    Like

    1

    Replies

    2
  • 9/5/16
    Is there any best practices that needs to be taken care for the user/groups migration from CQ5.5 to AEM 6.1?

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 9/5/16
    I'm currently trying to set up MongoDB and Solr to store UGC for a forum. I've been able to get Mongo running fine - the author and publisher instances write new documents to the database when new UGC is created and share it. For some reason though, both instances have trouble reading from the datab...

    Views

    2.0K

    Likes

    0

    Replies

    7
  • 9/5/16
    Hi guys,Is there a way to offload asset rendition generation? We would like to speed up our content migration so we want to "pre-process" all the assets before uploading them to AEM. The idea is that when the assets get to AEM they already are actual AEM assets rather than just image binaries with m...

    Views

    655

    Likes

    0

    Replies

    0