1 Reply Latest reply on Jul 17, 2008 6:57 AM by robert.raksi

    HASingleton & Service accessed directly with Service Method

    ju

      Hi,
      I'm trying to access to a HASingleton Service through a HASingletonController. The thing is that I would like to use the Service methods directly and not be obliged to use the RMIAdaptor to call methods.
      I've read the http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55794 thread and snoobabk was talking about a solution for my problem:

      You don't have to use the RMI interface to access the HA singleton but can use the actual objects interface.

      See http://www.mojaja.com/blog/default/development/2005/11/08/JBoss-HA-detached-invoker-example.html

      unfortunately, the link is dead... Is the solution somewhere on the Wiki?
      Thanks