Edgar Poce wrote:
Hi aleksandar

You can get the underlying repository instance through the session.

((RepositoryImpl) session.getRepository()).shutdown() ;

br,
edgar

Aleksandar Pecanov wrote:
How can I shutdown a repository obtained as BindableRepository?


But I get an instance of BindableRepository, not RepositoryImpl. How can I obtain RepositoryImpl? There is a private field inside the BindableRepository with that type but is not accessible.

Reply via email to