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 ...
Hi, We have developed separate component for managing header / footer. This component / template generate JSON which has header / footer markup. We have some other parties which needs this header / footer so created JSON for easy consumption. For example: { headerDiv : <div> header div here </div>fo...
Hi everyone,We installed aem 6.0 as Tar MK with help of an Adobe conultant. For the backup script we used the following online backup command:INSTALLATION_DIR=/opt/aem/crx-quickstart BACKUP_DIR=/opt/aem/backup CRX_USER=<user> CRX_PASSWORD=<password> CRX_URL=<url> curl -f -u ${CRX_USER}:${CRX_PASSWOR...
Hi All,I'm working on integrating AC 6.1.1 with AEM 6.0, following this link http://docs.adobe.com/docs/en/aem/6-0/administer/integration/marketing-cloud/campaign.html#Configuring an external AEM account Everything works fine until I want to synchronize content from AC. When I hit the button "synch...
I am working on a query service project (similar to /bin/querybuilder.json), which uses <sling:include /> to recursively build JSON responses from many json.jsp views/templates.Every component has its own template, including the page component, so this may result in MANY internal sling includes. Co...
I'd like to add an option to the page dialog drop down in the editor.What I attempted to do was create a an override at /apps/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/pagestatus with sling:resourcetype seem to a custom pagestatus. T...
I created design path for my project for sidekick components.Instead of my design, it's taking default design, how i can fix this.ex: i created etc/design/myproject/jcr:content/mytemplatename/parsys name.but instead of that, it's going to etc/design/default/jcr:content/mytemplate/parsys.How i can fi...