Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi,I am writing from scratch. I have two options:1) Write my integration module which calls backend service using Spring MVC.2) Write using Sling only and call service. Points need to take care while choosing one:- If I have multiple form submit then I will end up with multiple servlet if it is slin...

    Views

    1.9K

    Like

    1

    Replies

    2
  • 10/15/15
    I am pretty new AEM 6.1 and also to Java Technology stack. Problem i am facing is to understand how to store content nodes like Products, News etc in Content Repository individually and not in single node(comma seperated).I assume this should be an "Out of Box" functionality of any CMS. Right now i ...

    Views

    331

    Likes

    0

    Replies

    1
  • 10/15/15
    I'm using this simplest code to connect to AEM. This is working when I am not behind the proxy but it is not working with proxy. I do not see any option to give proxy while making connection. -Jcr2davRepositoryFactory repositoryFactory = new Jcr2davRepositoryFactory(); Map<String, Object> parameters...

    Views

    2.0K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi All,    Our aem admin password got changed. We do not know how to revoke. Real urgent. Help us!!

    Views

    500

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi, I need the functionality of sending a newsletter to a group of users using a standard AEM installation and came across some issues with this:-you apparently can't add 'normal' user groups as the recipient list of a newsletter - it seems to need the cq:authorizableCategory "mcm" property, so you ...

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 10/15/15
    We are planning to deploy AEM v6.1 and looking at some lessons learned from our v5.1 deployment I am looking to do some work around our webservers and the dispatcher + cache.What I am wondering is can multiple instances of dispatcher share the same cache?I know it should be set to the document root ...

    Views

    1.1K

    Like

    1

    Replies

    3
  • 10/15/15
    Is there a way to populate custom tree structure in pathfield x-type, instead of repository tree.Regards

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 10/15/15
    siteadmin page showing blank in AEM 6.0 SP2. All other admin pages like DAM admin,miscadmin are working fine, but the siteadmin is showing blank.When checked in firefox, it throws 300 error while loading as belowhttp://localhost:4502/libs/wcm/core/content/siteadmin.infinity.json [HTTP/1.1 300 Multip...

    Views

    6.0K

    Likes

    2

    Replies

    6
  • 10/15/15
    Hi All,I have custom workflow and we are seeing issues while it's running but we are not getting any relevant information in error.log.I heard to configure a separate log for workflows we need to include out of the box workflow packages.If anyone knows please give me the those out of box packages an...

    Views

    2.3K

    Likes

    0

    Replies

    16
  • 10/15/15
    I am trying to implement a custom service which programmatically creates user under a particular folder i.e /home/users/myproject/user1. Below are the methods available createUser(String userID, String password)          Creates an User for the given userID / password pair; neither of the specified ...

    Views

    11.7K

    Like

    1

    Replies

    11