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 there,We're using AEM 5.6.1 and have noticed that all payload urls in the Workflow Inbox take the user to a 404 page.  I've examined the URL and it seems that somewhere along the line, the "/" in the URL are be transformed into "%252F."  For example, the url http://localhost:4502/bin/wcmcommand?c...

    Views

    645

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,There is a known issue related to Jcr Resource Resolver Mappings. If there are more than 13 mappings, resource resolver stops working. For more information please see here: https://issues.apache.org/jira/browse/SLING-2125.Unfortunately I could not find any hotfix released by Adobe for this issue....

    Views

    570

    Likes

    0

    Replies

    3
  • 10/15/15
    I am building a website that will be published by AEM. Customers will log into that website - it's a customer dashboard. I want to authenticate them using an existing SiteMinder service (that I don't have control over), get back success / failure, and then signify to my AEM-based website that the cu...

    Views

    572

    Likes

    0

    Replies

    3
  • 10/15/15
    When I add a component to a global pipeline I am not able to catch events for <div> element.I am trying to rewrite certain attributes in markup generated by CQ5. For this I created a custom component and added this to a default global pipeline.When I debug I can see that events are thrown for most o...

    Views

    901

    Likes

    0

    Replies

    3
  • 10/15/15
    I'm trying to make use of AccessControlManager to programmatically set some AccessControlPolcy (ACP) onto a node. So basically what want to do is copy the ACP of one node and set it to another node. My code looks like belowSession userSession = request.getResourceResolver().adaptTo(Session.class); A...

    Views

    3.7K

    Likes

    0

    Replies

    5
  • 10/15/15
    Hi,I have created one custom component it has a feature drag an image from content finder and drop it in custom component.It works well without using cq:dropTargets node,cq:inplaceEditing and all those edit behaviour stuff's.For adding the listeners node , cq:editConfig node is necessary . Coz liste...

    Views

    4.8K

    Likes

    3

    Replies

    5
  • 10/15/15
    Hi There,Is it possible to detect a ReplicationAction event (in Sling or a replication preprocessor) in such a way that the Replication is cancelled?e.g. Have an event trigger on a Replication ActionAssess some criteriacancel replication if not appropriateThere are a lot of examples for listening to...

    Views

    1.7K

    Like

    1

    Replies

    6
  • 10/15/15
    HI, I was reviewing the documentation related to backup large data : http://dev.day.com/docs/en/crx/current/administering/backup_and_restore.html However, in case you have a large repository to restore in production environment and you cannot turn off the server. You need a fast backup as snapshot, ...

    Views

    688

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,I'm running cq on 5.6.1 with the below commandjava -debug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=30303 -jar cq-author-4502.jaralso tried with the below command as welljava -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=30303,suspen...

    Views

    386

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,At the moments all my components use jsp to do data manipulation and content serving. Is is possible to use sling servlets in the place of the jsp?Thanks

    Views

    384

    Likes

    0

    Replies

    1