]
Brian Stansberry reassigned WFLY-3653:
--------------------------------------
Assignee: Eduardo Martins (was: Jason Greene)
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: Eduardo Martins
Priority: Major
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.