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
    Apologies for the long post, having worked on a few 6.0 projects, I had some general questions about the best practice way to work with AEM 6.0. It seems now we have many different ways to create templates and components, but what is the right way?Basic 5.x Development model:Create JSP’s that use JS...

    Views

    757

    Likes

    0

    Replies

    2
  • 10/15/15
    I am following http://docs.adobe.com/docs/en/aem/6-0/develop/how-tos/ht-projects-maven.html But the following step fails Create the initial structure from Adobe's multimodule-content-package-archetypeIn your shell, go to a directory where your project is supposed to be created.In the following examp...

    Views

    4.0K

    Likes

    0

    Replies

    7
  • 10/15/15
    Hi,I am using sling internal queuing mechanism and I have set no. of retries to 10. My process fails to retry sometimes after 2nd retry and sometimes after 5th.Job also gets stuck in the event queue and even event node doesn't get deleted.However when I set no. of retries to 5, it completes successf...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 10/15/15
    Can i use an OSGi bundle to query the AEM JCR?

    Views

    759

    Likes

    0

    Replies

    2
  • 10/15/15
    As an editor, I would like to be able to paste special characters in text fields within content creators and have those characters replaced with supported versions. In order to get special characters to render cleanly, they need to be copied from Character Map (pc) or Character Palette (mac) and pas...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 10/15/15
    Hi,   This is my multifield dialog looks like in CQ6. You can see that the "move downward" and "remove" columns are hidden in the page. In CQ5, you  can adjust this by resizing the dialog. but in CQ6, I cannot resize the new dialog.[img]2014-07-07_11-00-53.png[/img]  This is my code./** * @class Ejs...

    Views

    717

    Likes

    0

    Replies

    1
  • 10/15/15
    Does anyone know where the use() function is defined?

    Views

    908

    Likes

    0

    Replies

    3
  • 10/15/15
    In developing with eclipse.pdf it instructs to  2. Map the repository to your file system using a WebDAV client.3. Copy all of the .jar files from the following directories to your cq5libs directory:• /libs/sling/install• /libs/cq/commons/install I have tried to followhttp://dev.day.com/docs/en/crx/...

    Views

    3.1K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi I have client context component, which takes emailid. On basis of this email its fetch the data from external system which initialize the session store.Below is my code for init.js.jsp :<%        String leadAddress = properties.get("email", currentStyle.get("email",String.class));        log.info...

    Views

    616

    Likes

    0

    Replies

    1
  • 10/15/15
    I am battling to find a way of synchronizing site development across multiple developers. What is the best way to synchronize a web site, the nodes and css, html, jsp and other scripting source files, as well as synchronizing the DAM.I have also used the vlt export to try and bring .java files devel...

    Views

    820

    Likes

    0

    Replies

    2