By uninstalling, you mean try deleting/uninstalling it from felix Console manually and then run mvn command again to install it with updated version number?
I am working on AEM 6.3 project, where my requirement is to change all the SNAPSHOT (1.0.0-SNAPSHOT) version to actual version in all the POM Files. After doing these change, I observed that "Bundle Location" is not getting changed in Felix Console. In below screenshot, Version has been changed from...
Thankyou Jorg for the reply. I will raise a ticket for this.Below are the versions of CFP and SP, that we using in AEM 6.3 Server.CFP:SP:Regarding the proposed solution that is "reindexing", is there anything that we can try in local instance for this? Any suggestions would be helpful.One more Warni...
I am working on AEM 6.1 to 6.3 Migration Project. We are getting some warnings/errors in the error.log of the AEM 6.3 instance (Adobe Experience Manager, Version 6.3.1.2). Details are below --Exception 1:*ERROR* [sling-default-1060-com.day.crx.security.token.impl.TokenCleanupTask.3052] org.apache.ja...
Thankyou hemant for the inputs.When I edit the page (created using ACL), below are the default fields are available and I have selected my System User (mySystemUser) in the "Principal names" field. Include patterns (/content/.* and /etc/.*) are coming by default.Now, when I am creating ACL package u...
I have created a System User as mySystemUser via http://localhost:4502/crx/explorer and then assigned permission (R/W to content folder) via http://localhost:4502/useradmin in my Dev Author Instance.Now, I'm looking to create the package to deploy this System User and it's permission into higher env...
Thankyou All, This issue has been resolved. It was related to the node property (jcr:title), which was coming as null as it was not present in the CRX/DE for that particular node, So, it was throwing an error.
I am working on a AEM 6.1 to 6.3 Migration project. After replacing all the deprecated methods/api's like admin resource resolver and WCMUse with getServiceResourceResolver and WCMUsePojo respectively, my application is throwing an error on sling models (as below). Basically it's not getting instant...
Hi saroj_rout,I know, this post is too old. Just wanted to check, did you manage to solve this issue at that time as I am also getting the same issue now. I am using the AEM 6.1 and 6.2. I can see the details as mentioned by Ratna and you.. But feed data is not loading in AEM or on Pages.
I've implemented in both the ways1). By creating a DataSource Object and populating values (sub-nodes) in the dropdown and2). By using WCMUsePojo and iterate the nodes in htl.But, the issue I'm getting in both the approaches is1). If I go by first approach, then all the sub-nodes are coming in a sin...