Hi, when I recon AD Powershell managed system I get this erros on logs:
Why groovy script have problems on imports?
Thanks!
==> logs/reconciliation.log <==
2021-11-17 13:54:53.228 ERROR 2218 — [ool-30-thread-1] .s.AbstractGroovyScriptEngineIntegration : Script name :/recon/Ad_Powershell/PowershellADPopulationScript.groovy. Error message : org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/recon/Ad_Powershell/PowershellADPopulationScript.groovy: 2: unable to resolve class org.openiam.esb.core.service.LoginDataService
@ line 2, column 1.
import org.openiam.esb.core.service.LoginDataService
^
/recon/Ad_Powershell/PowershellADPopulationScript.groovy: 4: unable to resolve class org.openiam.esb.core.service.ResourceService
@ line 4, column 1.
import org.openiam.esb.core.service.ResourceService
^
/recon/Ad_Powershell/PowershellADPopulationScript.groovy: 5: unable to resolve class org.openiam.esb.core.user.service.UserDataService
@ line 5, column 1.
import org.openiam.esb.core.user.service.UserDataService
^
/recon/Ad_Powershell/PowershellADPopulationScript.groovy: 3: unable to resolve class org.openiam.esb.core.service.ManagedSystemService
@ line 3, column 1.
import org.openiam.esb.core.service.ManagedSystemService
^
4 errors