In my Publish interface, there is a form where I enter all the required details. Upon submitting the form, the page creation should occur in the Author instance. When the form is hosted on the Author instance, submitting it successfully creates the page in Author. Similarly, when the form is hosted ...
Hi Everyone, In Aem 6.5 we had bulk editor which helps to update the existing page properties in bulk via import and export tsv file. However this feature is deprecated in AEMAACS. Is there any other alternative OOTB way to achieve the same ( this is specifically for AEM sites) ? Thanks
We are migrating a customer project to the Cloud and for customer's needs we are using the LDAPIdentityProvider in publish to synchronize certain data from users.We are currently facing an intermittent exception during TLS Handshake. This error sometimes happens and stays for a while, then suddenly ...
We have Cloudflare as CDN and the SSL cert is updated there. When I update the SSL cert in Cloud Manager Domain Mapping the cert status shows as deployed and go live button shows up. Since this is only updating the expired cert, DNS configure is not required, so I click on go live button and press o...
I have created a custom SlingDataFetcher resolver and I want to use the cq:Name (node name) in my GraphQL query: import org.apache.sling.graphql.api.SlingDataFetcher; import org.apache.sling.graphql.api.SlingDataFetcherEnvironment; import org.osgi.service.component.annotations.Component; @Component...
Hi Team, We have a folder metadata schema created on AEM Cloud environment using reference : https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/admin/folder-metadata-schema I applied it to a folder in DAM and now I expect the properties should be visible on as...
Hi Team,Where can I get official links to Adobe Summit 2025?I’m trying to find the place that have all AEM session materials from Summit 2025, appreciate if some one point it out please.
Hi, Using AEM forms JEE 6.5 service pack 23 installer, connecting to SQL Server 2023 when enabling integrated security we get the following error:Caused by: java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/IDP_DSAdminui not able to be acce...
I have 3 years of experience working with AEM 6.5, and 1 year ago, I achieved the Sites Developer Professional certificate. Now, I'm confused about how to advance my career further. Should I explore other Adobe products, such as Target, Web SDK, and AEP, or should I focus more on AEM and aim for the...
2 questionsHow I check if the redirect happens in my unit test?I cannot get a proper mock of an OSGI service that provides me access to an OSGI config. When I try to debug my unit test and the execution enters the filter, provider is null. How can I code it so it's not null?some code (unit test + fi...