3 Replies Latest reply on Jul 13, 2007 8:24 AM by kaviarasu

    web-inf/dev hot deploy

    denis.diggin

      Should hot deploy work in this environment?

      - Exploded war directory, jboss-service.xml pointing to it.
      - Redeployable java bean seam components are being compiled by eclipse to WEB-INF/dev.
      - Latest version of seam from cvs.
      - seam running in "debug mode"

      If I deploy, change some code in my (stateless) seam component, and access the page which calls the component I get an exception "Stateless psuedo-scope does not have a Context object" (from line 520 in Initialization.java)

      Thanks,
      Denis.