Describe the bug
When I try to import sailpoint.api.IdentityService class in the Rule Development Kit, which is used in a cloud rule without any issues, I receive an error.
To Reproduce
Steps to reproduce the behavior:
-
Open the RDK project in IDE (Eclipse my case)
-
Open /src.main/java
-
Open 'UsernameGenerator.java' class
-
Add "import sailpoint.api.IdentityService;" to other imports
-
See error
-
Execute Maven tests on a rule that uses IdentityService
-
See error
Expected behavior
I should be able to import the IdentityService class to use in my rule development.
Screenshots


Operating System (please complete the following information):
- OS: Windows 11 Version 23H2 OS Build 22631.4890
- Eclipse IDE 2024.06
Additional context
When running a rule validation the import works fine:

Describe the bug
When I try to import sailpoint.api.IdentityService class in the Rule Development Kit, which is used in a cloud rule without any issues, I receive an error.
To Reproduce
Steps to reproduce the behavior:
Open the RDK project in IDE (Eclipse my case)
Open /src.main/java
Open 'UsernameGenerator.java' class
Add "import sailpoint.api.IdentityService;" to other imports
See error
Execute Maven tests on a rule that uses IdentityService
See error
Expected behavior
I should be able to import the IdentityService class to use in my rule development.
Screenshots
Operating System (please complete the following information):
Additional context
When running a rule validation the import works fine: