Hi, when I put some users & roles in content.xml then I cannot create any users or roles since the id's overlap. Apparently the id-values for the different objects need to be below some starting value.
If I include things like <OPENJPA_SEQUENCES_TABLE ID="SEQ_SyncopeUser" SEQUENCE_VALUE="150"/> in content.xml this sets the starting value. New users are created starting from id=100, roles seem to start from id=10. Do you have a list of all starting id's in a clean Syncope install? Might be handy to document this for all objects that can be referenced in a content.xml regards Bob
