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

Support invocation of singleton EJBs on particular cluster node

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0.Final, 3.0.0.Beta1
    • 2.0.0.Final
    • None

      Currently, it seems impossible to invoke singleton bean method on particular cluster node. One possibility how to support this is by allowing to change affinity for StatelessEJBLocator (by adding another constructor). Then one can do the invocation as follows:

      EJBClient.createProxy(new StatelessEJBLocator<>(MyRemoteInterface.class, "appname", "modulename", "BeanName", "", new NodeAffinity("mynodename")));

            dlloyd@redhat.com David Lloyd
            sebek64 Marcel Ĺ ebek (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: