Hi,I have a DSC where I try to get the queues for a user: QueueManager
queryService = QueueManagerClient.getInstance(factory); GroupQueue[]
groupQueues = queryService.getGroupQueuesForUser();When I deploy it, I
receive this:Caused by: java.lang.ClassNotFoundException: No
ClassLoaders found for:
com.adobe.idp.taskmanager.dsc.client.queuemanager.GroupQueueIf I add the
adobe-taskmanager-client.jar to my component the deployment works fine
but the invokation of the service fails with a class cast
ex...