Hi,
Both org.apache.jackrabbit.core.jndi.BindableRepository and
org.apache.jackrabbit.core.RepositoryImpl implements javax.jcr.Repository
How do make a choice /
I am using the following :
RegistryHelper.registerRepository(ctx, REPOSITORY_NAME,
REPOSITORY_CONFIG, REPOSITORY_DIR, true);
Repository repository = (RepositoryImpl) ctx.lookup(REPOSITORY_NAME);
The repository which gets returned is BindableRepository.
Should I be using RepositoryImpl and its respective methods ? What is
the difference ?
Thanks,
Ruchi