Hey,
I think that this property should exist in SessionParameter class :
jcr.org.apache.jackrabbit.repository.home. Because when Local binding
is used, it is directly required in
RepositoryFactoryImpl.getRepository( ); then
// connection settings
parameters.put(SessionParameter.BINDING_TYPE, BindingType.LOCAL.value());
parameters.put(SessionParameter.LOCAL_FACTORY,
JcrServiceFactory.class.getName());
parameters.put(SessionParameter.REPOSITORY_ID, "default");
parameters.put("jcr.org.apache.jackrabbit.repository.home", "repoHome");