I deleted the DefaultUrlResourceTypeGenerator because it causes replication error when creating realm in HA environment (two nodes with Wren:DS replication). Actually the class is not necessary because the resource type definition is still created in the root realm (see entitlement.xml#L459).
With this change, the resource type definition is not copied from the root realm to the other created realms. But I think this is fine. Users should configure the resource types in their realms according to their needs.
I deleted the
DefaultUrlResourceTypeGenerator
because it causes replication error when creating realm in HA environment (two nodes with Wren:DS replication). Actually the class is not necessary because the resource type definition is still created in the root realm (see entitlement.xml#L459).With this change, the resource type definition is not copied from the root realm to the other created realms. But I think this is fine. Users should configure the resource types in their realms according to their needs.