-
Enhancement
-
Resolution: Duplicate
-
Major
-
None
-
8.1.0.Final
-
None
To reproduce:
@Resource(name = "DefaultManagedExecutorService") ManagedExecutorService executor; public String myRestMethod() { executor.submit(new SolverCallable()); return "Submitted."; } private class SolverCallable implements Runnable { public void run() { throw new IllegalStateException("Tweety bird: Please Sylvester, don't eat me!"); } }
Poor tweety bird's plea (nor the stacktrace) doesn't show up in the WildFly console of a vanilla installation.
This led me to believe I had no error.
- duplicates
-
WFLY-3653 Managed Executors: unhandled exceptions should be logged
-
- Open
-