We are looking to automate as much of our deployment process as possible to remove the many human errors that have made deployment nights sleepless events for the dev team! Is there documentation anywhere about how we can update OSGI config without using the GUI eg via command line, curl command etc...
I am trying to login users via a Servlet apposed to using a form with j_security_check. After a user fills in a registration form, I'm creating the user and also want to log them in.The below code does create a login token under the users profile however it doesn't change the current login-token coo...
Hi,Is there a way we can automate content package creation on any environment and also schedule this creation?Any pointers would be helpful. We also open to the idea of creating repository backup but that should be automated and scheduled. Regards,Shallu Rohilla
Hi,I am using CQ5.6. I am using admin resolver to get session. I create nodes and then save the session using session.save(). I am creating multiple nodes in a loop. However each time when I run the code, I get session exception and code execution stops without creating all the nodes. Is it because ...
Hi,I have pressing need to automate the online form data capture , submission, notify recipient and storage of the form data from an existing AEM based portal.However I need to evaluate between using the AEM's out-of-box form component and calling OSGI Services from it's actions (the actions I am aw...
Hi Team,We are using OOB aem hybris connector package to connect hybris server from AEM 6.2.Here we haven't customized the auth handler we are usign the OOB authhandler.Issue here is whenever we are trying to get the device details from Hybris we are getting below error-com.adobe.cq.commerce.hybris....
I am trying to find the resources using Resource Resolver. Below is the sample code which I am using. I am getting the Resolver from the the request.Iterator<Resource> resources = resourceResolver.findResources(query, Query.JCR_SQL2);The above code returns the additional resource called com.adobe.cq...
Hi All ,I have a use case to redirect /content/project/en/test/events to /content/project/en/test page as internal redirection of page properties is not working . I used following values under /etc/map/http folder :sling:match as (.+)/en/test/(.+)$ sling:internalRedirect as (.+)/en/test.html Still ...