Open tschurins opened 5 years ago
Thanks, @tschurins. It looks like there is an appropriate exception raised but we fail while trying return it due to this internal error. We will investigate further.
See attached sample application: ol9209.zip
maven project creating a ear file that can be deployed in openliberty via docker (see readme.md) The servlet will call the EJB, causing the error.
@tschurins even i am facing the same problem can you help to resolve this issue
Problem
We have an EJB returning a serializable object. By mistake, the returned object is a non static inner class, where the enclosing parent is not serializable. When we call this EJB, an exception is shown on the server side:
but the client side never receives anything and keeps hanging.
Expected behaviour
The EJB client receives an exception with proper detail (this or that class is not serializable, &c.)
Details