I have defined a work manager (Global Workmanager) which has targets as managed servers.
When an ear application (containing many ejbs) is deployed on the server and the ejbs are invoked, it only uses the default WorkManager the server level workmanager is not being used. Even a server level MaxThreadsConstraint is also not being respected.
I don't want to edit deployment descriptors to be flexible in configuration.
Is there anything else to do ?