-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Properties jndiProps = new Properties(); jndiProps.put(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.remote.client.InitialContextFactory"); 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.
- is cloned by
-
JBEAP-18501 (7.3.z) WFNC-56 - Naming client - env property takes no effect when value is an Integer rather than String
- Closed
- is incorporated by
-
WFLY-12990 Upgrade WildFly-Naming-Client from 1.0.11.final to 1.0.12.Final
- Closed
- is related to
-
JBEAP-9813 Scoped EJB client context ignores invocation.timeout property
- Closed