0 Replies Latest reply on Jul 18, 2007 4:21 AM by anusree

    Deployment is not picking up java changes.. using the old fi

    anusree

      I'm using jboss-5.0.0.Beta2 and Eclipse 3.3.0
      I'm using Add or remove project feature(Right clicking server view) of Eclipse for deployment.
      while deploying EJB3.0 project the Eclipse console shows the project is deployed correctly without any error.
      But when running the project the change inthe files are not reflecting.the server runs with the Old version of the project.jar file which deployed before server startup or with the first deployment after server startup.
      A server restart is needed every time to making changes take effect.

      I'm also tried with Ant build script,but have the same problem.
      Is there any other way to Deploy the project correctly from eclipse.