id summary reporter owner description type status priority milestone component version resolution keywords cc 1547 Get rid of unsafe Hibernate initialization Nicklas Nordborg Nicklas Nordborg Our current implementation when initializing Hibernate is adding XML mappings files to a `Configuration` object and then manipulating some properties after that directly on `PersistentClass` instances. This is somewhat problematic since we depend on non-public parts of Hibernate (see #1489 for some more info). It would be better to instead manipulate the XML mappings files before they are passed to Hibernate. This should not be too difficult since Hibernate already has support for adding mappings as XML Document objects. enhancement closed critical BASE 2.17 core fixed