Details
-
Bug
-
Resolution: Fixed
-
Critical
-
2.2.1
-
Unknown
-
Description
The problem is that Hibernate keep reference of the old classes, so any attempt at using Hibernate Session APIs with the new classes will fail. Need to update the code to use only native queries (which is already mostly the case in Replication, exception for configuration update).