0 Replies Latest reply on Oct 11, 2007 1:27 PM by wingkwan

    Sync remote EJB call at all nodes within the cluster

    wingkwan

      Would like to have a session facade api and call the same stateless session bean at all nodes within the same cluster. E.g. for gathering statistic data.

      Any handy way to do that.

      Questions:

      1) How do I know the ipaddress of each member node

      2) Should I define remote interface and do lookup in the HA-JNDI or global JNDI tree to get the object reference?