Solved
Sample code for jcr based resource resolver
hi I want to create resourceresolver instance using jcr session please help me with sample code
hi I want to create resourceresolver instance using jcr session please help me with sample code
try with below
Map authInfo = new HashMap(); authInfo.put(org.apache.sling.jcr.resource.api.JcrResourceConstants.AUTHENTICATION_INFO_SESSION, session); ResourceResolver resourceResolver = resolverFactory.getResourceResolver(authInfo);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.