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

Details

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

    Description

      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")));

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: