A developer is debugging an issue where a Sling Model is not properly adapting to the resource. Upon investigation, the developer notices the following Sling Model code:
@Model(adaptables = Resource.class)
public class MyCustomModel {
}
What is causing the issue?
A customer added a custom property foo:bar to all assets. Once the property is added, the customer needs to run the following query:
select * from [dam:Asset] where isdescendantnode('/content') and [foo:bar] ="Hello"
How would the customer update the indexes to make sure the query is not a traversal query?
A client wants to ensure that only specific components are available to content authors when using an editable template in AEM. Additionally, they require that certain fields within a content fragment model adhere to strict validation rules for data integrity.
Which two steps would the developer take to meet both requirements? (Choose two.)
A developer is creating a new tenant called noot in an AEM Cloud Service instance. The team is using independent repositories for the different tenants. The team is also using git submodules tool.
What must the developer do to ensure the new noot tenant repository is deployed?
How would a developer create a new Adobe Experience Manager project version 2.0 for 6.5 using the Adobe Experience Manager Maven Archetype with package com.mysite?