-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Properties jndiProps = new Properties(); jndiProps.put(Context.INITIAL_CONTEXT_FACTORY, "org.wildfly.naming.client.WildFlyInitialContextFactory"); jndiProps.put(Context.PROVIDER_URL,"http-remoting://localhost:8080"); jndiProps.put("invocation.timeout", 500); context = new InitialContext(jndiProps);
The "invocation.timeout" property has no effect, if it's set as an integer.
- clones
-
JBEAP-18499 (7.3.z) EJBCLIENT-365 - EJB client - env property takes not effect when value is an Integer rather than String
- Closed
- is caused by
-
EJBCLIENT-365 EJB client - env property takes not effect when value is an Integer rather than String
- Resolved
- is incorporated by
-
JBEAP-18438 (7.2.z) Upgrade jboss-ejb-client from 4.0.28.Final to 4.0.31.Final
- Closed
- is related to
-
JBEAP-9813 Scoped EJB client context ignores invocation.timeout property
- Closed
-
WFLY-13218 Upgrade jboss-ejb-client to 4.0.31.Final
- Closed