Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception thrown when using domain classes with UUID(String) Primary Keys. #41

Open
kakavi opened this issue Jan 24, 2022 · 0 comments
Open

Comments

@kakavi
Copy link

kakavi commented Jan 24, 2022

When i call

 aclService.createAcl(
                     objectIdentityRetrievalStrategy.getObjectIdentity(report)
            )

with the report domain having a UUID primary key, i get the exception,

Argument [grails.plugin.springsecurity.acl.AclSid(sid:admin, principal:true, id:null, properties:[sid:admin, principal:true], dirty:false, dirtyPropertyNames:[], attached:false, errors:org.grails.datastore.mapping.validation.ValidationErrors: 0 errors)] is not an instance of [class grails.plugin.springsecurity.acl.AclSid] which this validator is configured for

Anybody experienced this or has anybody used this plugin with String identifiers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant