Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi, When I use the method setProperty("Name", String[]) only the Name and type are added to the JCR. The Value is empty. But if I use setProperty("Name", "Value") everything is fine. pageResource = page.adaptTo(Resource.class); Resource jcrContentResource = pageResource.getChild(JcrConstants.JCR_CON...

    Views

    2.5K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,I have implemented simple program for fetching image using JCR. ResourceResolver resourceResolver = resolverFactory.getAdministrativeResourceResolver(null);Resource res = resourceResolver.getResource("/content/dam/geometrixx-media/articles/bored.jpeg");            Asset asset = res.adaptTo(Asset....

    Views

    3.6K

    Likes

    0

    Replies

    2
  • 10/15/15
    Within the sitcatalyst.js under /foundation/vault/web/apps/cq/analytics/components/sitecatalyst/if(framework != null) { for (String name : framework.getAllComponents().keySet()) { FrameworkComponent cmp = framework.getAllComponents().get(name); for (String key : cmp.inheritedKeySet()) { if(key.index...

    Views

    794

    Like

    1

    Replies

    3
  • 10/15/15
    Although I have replication setup between author and a publish instance, when I activate something, it tells me the operation was successful, but nothing gets written on the publish instance.How can that be?  the transport user is «admin».When I launch the replication test, it tells me it succeeded....

    Views

    932

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi All.I'm trying to get a workflow step to time out and advance to the next step via the Auto Advancer. However the workflow never advances.I have a test with a couple of no-op process steps.  I'd like the first step to time out and automatically advance to the second step. For the first step I unc...

    Views

    2.6K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi,I want to disable publishing of renditions from author. I didn't find any reference for writing custom replicator for disabling the rendition from getting published.Regards,Girish

    Views

    555

    Likes

    0

    Replies

    2
  • 10/15/15
    We have customized cq5 login component, so that we can use in one of our web site page and also using login authenticator pid for handling invalid credentials.Now if login component is put in web page that is configured in http, everything works fine and we are redirected to secure section(i.e. http...

    Views

    538

    Likes

    0

    Replies

    2
  • 10/15/15
    Does anybody know of collections feature in 5.6.1 DAM Interface.CQ5-21531    New Collections feature I am trying to find but not able to make any progress. If anybody has documentation, appreciate if you could send it to me.

    Views

    899

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,How can we have a CRON Job to run immediately from OSGI console.Thanks,Punit

    Views

    744

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I have to dynamically extract the environment on which the code is currently running?Any pointers on how to do it?Regards,Shalul Rohilla

    Views

    1.1K

    Likes

    0

    Replies

    1