Hi @Shiv_Prakash_Patel Thanks for sharing the informationBut I don't want to change my way. I want to create a user with Jackrabbit with existing code.
Hi @Shiv_Prakash_Patel Thanks for sharing the information. But I need to create a user with a Java application I am not supposed to use resource resolver.Is there a way to solve my exception with another approach?
I want to create a user with user manage api from java application.Below is the code that i am using. Repository myRepo = JcrUtils.getRepository(path);javax.jcr.Session repoSession = myRepo.login(new SimpleCredentials("admin", "admin".toCharArray()));org.apache.jackrabbit.api.JackrabbitSession jRabb...