1 Reply Latest reply on Aug 3, 2004 10:58 PM by tom.elrod

    remote jmx communication

    joa23

      Hi,

      I have a hibernate app inside a jboss 3.2.x running.
      I implment a server singleton mbean to access my hibernate and pojo objects. That is working well for example i can get a EventGenerator object from my remote jboss via rmi jmx method invokation. My problem is now when I try use my object e.g. add a listener at the event generator this is not done on the remote jboss.
      I dont wish to write a facade to all my pojos in mbean, so my question how to interact with remote objects in jboss? Is there any to me transparent usage of RMI? Can someone point me to a documentation?

      Thanks for any hints.

      Stefan