LDEV-4440 Get transactional LDAP data before non-transactional one Configuration class exposes static methods which are not transactional. U…
Show more
LDEV-4440 Get transactional LDAP data before non-transactional oneConfiguration class exposes static methods which are not transactional.Using them close Hibernate session. Subsequent queries fail even intransactional context. The optimal solution would be to expose mostConfiguration methods as non-static transactional. For now we just makesure that Session closing happens only everything else is fetched.
Show less