1 Reply Latest reply on Apr 6, 2004 2:55 AM by antdavidl

    Using MBean service

    sanjuthomas

      how can i use an MBean service, i need to access the an MBean service in the stand alone client for authentication.
      please tell me how can I access that MBean service...

        • 1. Re: Using MBean service
          antdavidl

          I think mbeans are local to the VM, so that they cannot be accessed remotely. I don't know if there is any standard JMX adaptor which could let you to make that, but anyway I think it's not a good idea to access remotely to an MBean.

          For that issue, it is best to build-up a new EJB session to access indirectly to this MBean.

          Regards, David Lopez