3 Replies Latest reply on Sep 29, 2009 3:32 PM by jpalmer1026.jpalmer1026.mchsi.com

    Hot Deployment Not Working

    jpalmer1026.jpalmer1026.mchsi.com
      I am a JBoss and JBoss Seam newbie and have a question regarding hot deployment. I created the open-18 project using seam-gen as instructed in the Seam in Action book. When I import the project into Eclipse and modify the CourseList action, Eclipse generates the expected output:

      ...

      explode:
      [copy] Copying 1 file to /home/jpalmer/opt/jboss-5.1.0.GA/server/default/deploy/open18.war

      ...

      The problem is, when I refresh the page in the browser, the changes aren't appearing, so it appears that Seam isn't initiating a new component scan on the the WEB_INF/dev directory when a file has been changed.

      I am using Seam 2.2.0 GA and JBoss 5.1.0 GA.