Hi,
I would like to implement my custom serviceManager to create a Service based on passed in Service object/id on the fly since we do not want to go through all services for every login to find matching service.
When I was implementing this I noticed that AbstractServicesManager.findServiceBy called 17 times for a single login, is that normal?
Thanks
Rao