Details
Description
Some database tables created for JPA entities (say Realm) contain foreign key constraints related to other column(s) in the same table.
This means that, when exporting the content as XML, the order in which their rows is report must take this conditions into account.
This is currently not happening, as child Realms might be exported before parent Realms, thus generating errors during subsequent import.
Attachments
Issue Links
- causes
-
SYNCOPE-1307 Wrong export order for Realms
- Closed