Hi, we have by calling one Java Class from Ivy Script Step following permission checking: PermissionDeniedException: Session 2 (user1) is not allowed to call method public ch.ivyteam.ivy.application.ReleaseState ch.ivyteam.ivy.application.internal.ProcessModelVersion.getReleaseState(). We can set "Disable permisison checking" by script step, but i would like to know how is it possible that checking happens. In which situations is this checked? We don't call this API method. asked 27.10.2016 at 14:52 tauser |
Many methods that require a specific permission are called indirectly by the ivy core code. You should see the reason why .getReleaseState() was invoked in the full stack trace. answered 07.11.2016 at 08:45 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 27.10.2016 at 14:52
Seen: 1,796 times
Last updated: 07.11.2016 at 08:45