Hi -
I am trying to protect one of my domian object using ACL. We use UUID as PK in our project. Currently ACL implementation expects a Long compatible object identity. Can someone give me some pointers as to how should I proceed? I saw a Jira item about it but seems like it hasn't be resolved yet.
Do I just override the ObjectIdentityRetrievalStrategy. Can I change the acl_object_identity table to store a String. Will it break the mutable ACL service. Is there anything else I should be doing.
Any help would be greatly appreciated.
Thanks


Reply With Quote