in AEM, how does geometrixx-outdoor's Orders.html page work.http://localhost:4502/aem/orders.html/etc/commerce/ordersmy initial finding is that /libs/commerce/gui/content/orders is being rendered and data is fetched from /etc/commerce/orders folder. but i'm not able to figure out how it's fetching d...
Is it possible to create and develop components outside CRXDE Lite ? I am using brackets IDE.I create it inside CRXDE Lite and import to brackets.Anyway to create AEM project apart from maven command ?
Hello Experts,I am new to AEM and exploring different deployment options. Here is my use case:we have two different departments in our company - IT and Marketing. both departments develop and manage their own applications. However they share the digital assets (pdfs, videos etc).So I don't want IT a...
Hi,I am trying to get all the orders under user. I am using below XPTAH query./jcr:root/home/users/a/admin/commerce/orders//element(*)[@orderId] this result below records :/home/users/a/admin/commerce/orders/order-2014-Apr-12 /home/users/a/admin/commerce/orders/order-2015-Apr-15 /home/users/a/admin/...
We have this strange problem. We had a flush cache replication agent on the author. It was disabled. But the associated job queue still accumulate a lot of job, these job obviously failed, and they seem to retry again and again.Here's a log entry:10.04.2015 00:00:29.640 *ERROR* [pool-6-thread-18-co...
Hi all,I'm using the Eclipse AEM Dev Tool to create a vanilla AEM 6 project using the new com.adobe.granite.archetypes : aem-project-archetype : 8Which creates these modules/projects:core it.launcher it.testsui.appsui.contentHowever if I build from the parent pom.xml (mvn clean install) I alw...
This question might be slightly confusing but here we go. In this questions we have two components. The first component is a container component consisting of a single column, single row table with a parsys in the cell and optional headers, hereinafter referred to as Container Component.The second c...
I am referencing this document http://adobedocsdiff.headwire.com/sitediff/serve/2015-01-29/data/docs/en/aem/6-0/deploy/recommended-deploys.html for Oak Cluster with Sharded MongoDB.Let me ask few questions.Question1. Can we have Router/Mongos and one of MongoDB Primary Server on Same box where AEM ...