4 Replies Latest reply on Jun 27, 2002 4:13 PM by adrian.brock

    can an mbean and an ejb jar share code

    fstarsinic

      i have an ejb and an mbean.
      my problem is that i want the mbean to startup
      on app server startup but since the ejb jar file
      is not deployed yet, the classes are not available
      to the mbean.

      is this architecture wrong?
      do i need to have separate classes for the mbean?

      i'm using an mbean as a "server" so it can start up when jboss starts up and listens on a particular port.

      thanks,
      frank