-
Bug
-
Resolution: Done
-
Major
-
4.0.0.CR5
-
None
There are two problems here:
1. the timeout value used in EJBClientInvocationContext.awaitResponse() is in ms and used in a remaining time calculation which is based on nanosecond, and so all invocations are being marked as having timed out
2. there is no way to configure invocation timeout in the new EJB client configuration file
See the issue https://issues.jboss.org/browse/JBEAP-12075 for details.
- causes
-
JBEAP-12075 EJB client 4.x logs TimeoutException if EJBClient.setInvocationTimeout() is used
- Closed