Hy, I got my own implementation for get Users and roles that uses my system´s services instead pentaho.
but in this screen the pentaho not find my services.
![]()
does someone know what classes i have to modify ?
i thought that was UserRoleDaoUserRoleListService and set it in applicationContext-pentaho-security-hibernate.xml.
i replaced UserRoleDaoUserRoleListService with the same methods, but with implementations that access my system and my database.
The login is already working very well. Now, I'm trying to solve this issue.