Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Run productisation build system 2. 3. Actual results: SchemaExport generates one table per class mapping Expected results: One table per inheritance hierarchy Additional info: The difference in schema structure means we cannot populate seed data. Seed data is also missing for ERD databases.
Updated incomplete persistence.xml descriptor. Hibernate was not scanning for all classes in the inheritance hierarchy. Tables have been re-generated after fix and checked to be correct against mappings in other persistence unit sql files.