Hi Jacob,including components in a page is to make sure you have that component fixed within the template. You will not be able to move that component as such. However, you can include any other component before or after these included components.
Hi Sonali,Are you directly giving resourceType as foundation/../page for the template or resourceType for the page component which is referred by the template ?
jcr:created node is a audit field which is maitained by jcr and added when that particular node is created !!if you want that you might have to map it to a custom property
Hi Srivarsha,Retrieve the zip file using resourceResolver if you already know the path ex : Resource resource = resourceResolver.getResource(path); Asset asset=resource.adaptTo(Asset.class); Then acess the zip file using ZipEntry Api (Java)ex:http://www.thecoderscorner.com/team-bl...
It should have been already existing when you start AEM Publish instance. If you had install the package again, then there is some issue with the publish instance and you might have to take a look at it!