-
Bug
-
Resolution: Done
-
Major
-
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
-
EJBCLIENT-365 EJB client - env property takes not effect when value is an Integer rather than String
- Resolved
- is cloned by
-
JBEAP-18495 (7.2.z) EJBCLIENT-365 - EJB client - env property takes not effect when value is an Integer rather than String
- Closed
- is incorporated by
-
JBEAP-18528 (7.3.z) Upgrade jboss-ejb-client from 4.0.27.Final to 4.0.31.Final-redhat-00001
- Closed
- is related to
-
JBEAP-9813 Scoped EJB client context ignores invocation.timeout property
- Closed