1 Reply Latest reply on Nov 28, 2003 10:34 AM by gnangoma

    Troubles deploying more than one ear/jar

      I've got some troubles with my application.

      It deploys on the fly a new EJB and a new EAR
      on demand, but it appeans that if I had to redeploy
      my application running it it doesn't find anymore some classes or some methods.

      So I have to remove the EJB and/or the EAR deployed on the fly........some suggestions ?

        • 1. Re: Troubles deploying more than one ear/jar

          Hello elettrozero ,
          If I can ask, why you're creating/deploying those EJBs on fly in the first place?

          Creating EJBs on fly will force you to use Hot deployment, which is not really supported on prod environment as of today, correct me if I am wrong.


          Thanks,
          Godfrey