Edgar Poce wrote:
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.Hi aleksandarYou 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?
