Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/2/15
    Hello,What would be the advantages of using SiteCatalyst by integrating it with AEM as described in link below vis-a-vis the traditional way of using SiteCatalyst where the main sitecatalyst javascript file reference is included in one of the base templates and SC variables are set in html / jsp fil...

    Views

    2.4K

    Likes

    0

    Replies

    5
  • 12/2/15
    I am currently using xpath search for several reasons. However I didn't find TotalMatch Count on QueryResult class like SearchResult object using QueryBuilder.            QueryManager qm=session.getWorkspace().getQueryManager();            Query query = qm.createQuery(xpathQuery.toString(), Query.XP...

    Views

    1.7K

    Likes

    0

    Replies

    1
  • 12/2/15
    Problem accessing /system/console/components. Reason:HTTP ERROR: 500Problem accessing /system/console/components. Reason:java.lang.NullPointerExceptionWhat is the solution for this?Here is the Log:01.12.2015 17:48:15.383 *WARN* [qtp840622963-56] org.eclipse.jetty.servlet.ServletHandler /system/conso...

    Views

    5.0K

    Like

    1

    Replies

    8
  • 12/2/15
    Hi Team,What is the best way to get the ResourceResolver and Resource in AEM6.1? I followed this http://www.accunitysoft.com/resourceresolver-object-in-aem6-16-0-sling-services/ but I'm getting resource as null. I used "admin" instead of "testUser" user.Thanks,AryA.

    Views

    809

    Likes

    0

    Replies

    1
  • 12/2/15
    We are using the foundation jar file for building components and the version available is 5.6.4.https://repo.adobe.com/nexus/content/groups/public/com/day/cq/wcm/cq-wcm-foundation/5.6.4/cq-wcm-foundation-5.6.4.pomThe issue today is the dependencies like commons-httpclient still has older version 3.1...

    Views

    896

    Likes

    0

    Replies

    5
  • 12/2/15
    AFAIK you can only pass cq:page to the publications section given the right template.What I'm trying to do is drag & drop .article files which are associated with InDesign intothe publications section.Please advise how I configure this using crdxe or via templates. Thanks

    Views

    1.7K

    Likes

    0

    Replies

    9
  • 12/2/15
    Once session is live I'm trying to pass it to classwhich needs to use session object for computing some data. I cansee that the session is not persisting when being passed to an object. How can I make sure thatthe session persists. Or is the solution that I have to reconnect the sessionwithin the cl...

    Views

    905

    Like

    1

    Replies

    4
  • 12/2/15
    Hi All,I am new to AEM,I want to know how to store and edit a json data(a simple json array contains a list of accounts) in AEM.And also how to retrieve it by using a web service so that my web and mobile apps can use this data.Thanks in advance

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 12/2/15
    Hi All,I am newbie to AEM and following the steps of Creating an AEM project using Eclipse IDE.Have configured Maven. But i couldn't able to create Adobe CQ archetype project.I am executing the command," mvn archetype:generate -DarchetypeRepository=http://repo.adobe.com/nexus/content/groups/public/ ...

    Views

    8.6K

    Like

    1

    Replies

    12
  • 12/2/15
    Hi,I got 2 bundles in my project. BundleA and BundleB.BundleA has a ServiceA (annotated with @Service and @Component) that I want to inject (@Reference) into ServiceB which is in BundleB.I'm not able to do so. My BundleB appears as Active in the console but it doesn't work.Can someone shed some ligh...

    Views

    2.1K

    Likes

    0

    Replies

    4