2 Replies Latest reply on Sep 28, 2002 9:56 AM by sgturner

    the process of EJB deploying

    lyang585

      A simple problem:
      who can tell me how jboss implement the deploying process of an ejb? What is the ObjectName of the deploy service in jboss?

        • 1. Re: the process of EJB deploying

          jboss.system:service=MainDeployer

          • 2. Re: the process of EJB deploying
            sgturner

            Its very complicated and not easily put into words. The best thing to do is fire up JBoss in your favorite debugger and start with a breakpoint in MainDeployer and step thru the code and watch it read the jar file, crate deployment info, hand off to EjbDeployer, create cache and pool objects for Ejb, etc. It takes patience and a certain amount of tenacity, but you will learn a lot.