Solved
Connecting to AEM from JAVA
- September 6, 2016
- 7 replies
- 3065 views
Am following up this article[0], where i can observe that if i use
Repository repository = JcrUtils.getRepository("http://localhost:4502/crx/server");am able to see the below error.
And also has observed that if i use without any server crx detail like
Repository repository = JcrUtils.getRepository();
then it works and shows the output.
[0] https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-usi ng.html