]
Stuart Douglas resolved WFLY-3648.
----------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Done
Improve logging in unhandled websocket exceptions
-------------------------------------------------
Key: WFLY-3648
URL:
https://issues.jboss.org/browse/WFLY-3648
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Web Sockets
Affects Versions: 8.1.0.Final
Reporter: John Ament
Assignee: Stuart Douglas
Fix For: 9.0.0.Beta1
Currently, if an exception is thrown in an @OnMessage method in a websocket server, the
exception is not printed anywhere. It would be ideal to catch this exception and report
it back to the end user (developer) so that they can be aware of their runtime issues and
fix them.
At least from my experience, these are development problems, and are indicative of
something wrong rather than an actual exception.