When doing a remote call via HttpInvoker an OutOfMemoryError occured in our client application. However this OutOfMemoryError got wrapped as RemoteAccessException which is quite confusing.
HttpInvokerClientInterceptor#convertHttpInvokerAccessException should not wrap java.lang.Error, but just throw them as-is.
- relates to
-
SPR-10965 HttpInvokerClientInterceptor.convertHttpInvokerAccessException implementation throws the RemoteAccessException instead of return it
-
- Closed
-