-
Bug
-
Resolution: Done
-
Critical
-
4.0.0.Beta25
-
None
Properties properties = new Properties();
properties.put("org.jboss.ejb.client.scoped.context", "true");
properties.put(Context.URL_PKG_PREFIXES, "org.jboss.ejb.client.naming");
properties.put("remote.connections", "main");
properties.put("remote.connection.main.host", "127.0.0.1");
properties.put("remote.connection.main.port", "8080");
properties.put("invocation.timeout", "1");
InitialContext ejbCtx = new InitialContext(properties);
The invocation.timeout property doesn't have any effect when invoking EJBs.
- clones
-
JBEAP-9813 Scoped EJB client context ignores invocation.timeout property
-
- Closed
-