1 Reply Latest reply on Sep 12, 2003 9:19 AM by juha

    RMI execution of non MBean interface

    paulmoore100

      {Great product! This must be an FAQ but I cant see it}
      I need to remotely invoke the non MBean interface of an MBean. What is the best way to do it?
      I can see that one way is 'classic' RMI (rmic,....) but there must be a simpler way in jboss (dynamic proxy generation etc).
      If I read the for-cash docs correctly I have to hand build an interceptor for each class (chap2 xmbean sample), this seems like too much work since my expectation is that JBoss does things by magic.