-
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.
- clones
-
WFNC-56 Naming client - env property takes no effect when value is an Integer rather than String
- Resolved
- is cloned by
-
JBEAP-18496 (7.2.z) WFNC-56 - Naming client - env property takes no effect when value is an Integer rather than String
- Closed
- is incorporated by
-
JBEAP-18527 (7.3.z) Upgrade WildFly Naming Client from 1.0.10.Final to 1.0.12.Final
- Closed
- is related to
-
JBEAP-9813 Scoped EJB client context ignores invocation.timeout property
- Closed