RE : Token Service to access a crx/server
Hi,
I am trying to access the crx/server from the cloud dev
https://author-pXXXX-eXXXX.adobeaemcloud.com/crx/server after I completed my testing in local want to test that using the service token the code is in java... attaching the code base
Repository repository = getRepository("https://author-pXXXX-eXXXX.adobeaemcloud.com/crx/server");
TokenCredentials tokenCredentials=new TokenCredentials(" XXXXXXX _ XXXXXX_ XXXXX ");
//Create a Session
javax.jcr.Session session = repository.login(tokenCredentials);
I was seeing an error
Error:
javax.jcr.RepositoryException: Unable to access a repository with the following settings:
org.apache.jackrabbit.repository.uri: https://author-pXXXX-eXXXX.adobeaemcloud.com/crx/server
The following RepositoryFactory classes were consulted:
org.apache.jackrabbit.core.RepositoryFactoryImpl: declined
org.apache.jackrabbit.commons.JndiRepositoryFactory: declined
I would like to know in java which service can be used ... to make this work...
Thank You,
Sham.