Hi,I'm looking for documentation/reference for all AEM (node) types and their properties.For ex, cq:ClientLibraryFolder is a type and 'categories' is an important property for that type. And sling:Folder is the supertype for cq :ClientLibraryFolder.Please let me know where do I get these info. Thank...
Thank you Feike and all for your help.The problem was when I created the archetype 10 project, I set the value for 'package' as 'AEM62App'. After resetting it to lowercase, that is, 'com.aem.community', the model started working.
Hi Khanjan,Yes, I can see sling-model-packages added already in pom.xml. And I believe, adding AEM62App.core will automatically add its child package 'AEM62App.core.models'. Please let me know otherwise. <plugin> <groupId>org.apache.felix</groupId> <artifactI...
Hi,I've created a project using Maven Archetype 10 that has the below sample model object and htl file. The code was compiled and deployed to local repository using the mvn command: mvn -PautoInstallPackage install. Please note, the model object is in a seperate bundle.**************************pack...