]
Brian Stansberry updated WFLY-3653:
-----------------------------------
Component/s: EE
Managed Executors: unhandled exceptions should be logged
--------------------------------------------------------
Key: WFLY-3653
URL:
https://issues.jboss.org/browse/WFLY-3653
Project: WildFly
Issue Type: Enhancement
Components: EE
Affects Versions: 8.1.0.Final
Reporter: Rich DiCroce
Assignee: Jason Greene
If you submit a task to a ManagedExecutorService, and the task throws an exception that
propagates out of the task, the exception is not logged anywhere. Obviously, developers
can simply wrap their task's code with a try-catch, but it would be nice if that were
not needed.