EHC ❯ Ehcache DX probe is disconnected when a method is called through the server with a missing required parameter
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
drb
-
Reporter: gbevin
-
November 12, 2009
-
0
-
Watchers: 0
-
July 27, 2012
-
November 12, 2009
Description
Sadly, part of the quick fix of broadly catching IOException in ServerService.callMethodOnProbe now makes the ProxiedRestMethodException (which extends IOException) be seen as an inaccessible probe. This needs refactoring to properly isolate both Exception hierarchies.