Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-9813

Scoped EJB client context ignores invocation.timeout property

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.1.0.DR18
    • 7.1.0.DR14
    • EJB
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              thofman Tomas Hofman
              jmartisk@redhat.com Jan Martiska
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: