0 Replies Latest reply on Sep 26, 2001 11:35 AM by jsurf

    How to use MBeans from EJBs ?

    jsurf

      Is there a standard way to access MBeans from EJB ?
      I have to do file access, and cause it is a restriction in EJB not to do file access in EJB i thought it would be a good way to write a FileAccess MBean an call it from EJB. But i didn't find a good example how to use MBean-Services from EJB.
      I don't like to have some JBoss-specific code in my EJBs because then i can do file access directly in EJB, JBOSS allows it, but i want to be more compilant to the standards.

      Jens Viebig