Uploaded image for project: 'EJB Client Library (AS7+)'
  1. EJB Client Library (AS7+)
  2. EJBCLIENT-218

Scoped EJB client context ignores invocation.timeout property

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 4.0.0.Beta26
    • 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.

            thofman Tomas Hofman
            thofman Tomas Hofman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: