1 Reply Latest reply on Sep 8, 2005 6:31 PM by ypan

    Re-deploying EAR

    alar

      Greetings. I have a question about deploying EAR.
      I have created EAR file with 3 JARs - 2 libraries and one with my EJB's, and successfully deployed it. Now i need to deploy a new version, so I copy my new EAR to deploy dir, watching at the server log to make sure it has been succesfully deployed. However, the initialContext.lookup(...) returns me the old version of bean (according to application log).
      I tried to restart JBoss, restart client application, clean server's tmp dir, undeploy the old EAR before deploying the new one.

      Where is my mistake?