-
Bug
-
Resolution: Done
-
Major
-
10.0.0.Final
-
None
https://bugzilla.redhat.com/show_bug.cgi?id=1302181
While a thread (1) of EJB client invokes a remote EJB which needs long
processing time and wait for the response, if the other threads complete
more than 65536 invocations to the remote EJB, EJBCLIENT000011 message like
below occurs in EJB client side and the waiting thread (1) falls into
infinite wait for the response.
INFO: EJBCLIENT000011: Discarding result for invocation id 0 since no
waiting context found
All invocations should successfully complete regardless of the number of
invocations.
- clones
-
JBEAP-3097 Too many invocations to a remote EJB from multiple threads cause infinite wait
- Closed
- is caused by
-
EJBCLIENT-153 Too many invocations to a remote EJB from multiple threads cause infinite wait
- Resolved