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
    Hi,We are facing an issue with workflow. Our environment is in cluster and CQ version is 5.6. For a node, when we run our workflow, it is completed in background but in UI showing that workflow is still running. And because of that we can not apply other workflow on that node. In our workflow steps,...

    Views

    772

    Likes

    0

    Replies

    2
  • 10/15/15
    Hello,Recently, our project builds have started to break. Realized this when I was setting up the project on a new machine (no existing .m2 folder). It fails with the below error. Has anything changed recently? How should I go about fixing this? I tried mapping to 0.0.23 version of content-package-m...

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 10/15/15
    How to solve javax.jcr.NamespaceException: namespace is not registered?

    Views

    801

    Like

    1

    Replies

    2
  • 10/15/15
    AEM version: AEM 6.0 SP1Any pointers on below will be helpful! Kindly advise if I missing to setup something in workflow model.I have written a custom dialog and hooked that into one of the workflow process step. This dialog is responsible to absorb "approver userid" for approval process from workfl...

    Views

    577

    Likes

    0

    Replies

    1
  • 10/15/15
    Hello All,Forgive me, as I am coming from a heavy front-end world and am now shooting into AEM development mode!I am trying to pick up Slightly as we are starting from scratch with our AEM project. Is there a Slightly Equivilent to <%@include file="/libs/foundation/global.jsp"%>Would I do the same t...

    Views

    2.9K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi there,Please see following code to copy a node:        Node src = session.getRootNode().getNode("content/geometrixx-outdoors/en/men/coats/edmonton-winter/jcr:content"); Node dstParent = session.getRootNode().getNode("content/geometrixx-outdoors/fr/men/coats/edmonton-winter"); JcrUtil.copy(src, ds...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 10/15/15
    Hi All, I have a question regarding event listener. We have a event listener which listen to delete node event and perform some activity say "send email".While code review i found this, although this code is working fine i am not convinced with the session being handled here :   @Activate protected ...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    Essentially, pretty simple task, facing quite large and quite slow CQ5 app. Would love to profile it and see which component takes longest amount of time.I suspect the problem might live in the number of requests to DB in certain components...I have already done the <cq:include path=“timing” resourc...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 10/15/15
    Hi,Can't find official docs on the HTTP Cache, could someone kindly send a link ? Thanks,Peter

    Views

    653

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I am planing to migrate one jsp file used in separate application (built in different technology ) to CQ5. Initially, I thought to create content.jsp for a component in CQ5 and  copied the the first jsp to that content.jsp file.What would be the efficient way to migrate if I have multiple or sing...

    Views

    664

    Likes

    0

    Replies

    2