1 Reply Latest reply on Jul 10, 2007 7:14 AM by pmuir

    Hot redeployment - EJB

    karolkarol

      When I change something in EJB, even in method implementation, IDE is saying that hot redeployment is not implemented and I have to redeploy whole seam application.

      Is that by the design or it is some way possible to hot redeploy of EJBs in seam project?

      Thanks for help.

        • 1. Re: Hot redeployment - EJB
          pmuir

          By default (with eclipse at least) you can change a class as long as you don't change it's api when you are debugging the server. Sometimes it goes wrong - but it should work if you are on the first start of eclipse/the server. This works with the seam-gen built project for example