0 Replies Latest reply on Jan 24, 2009 12:41 PM by demetrio812

    New 2.1.1 seam-gen and incremental build

    demetrio812
      Hi,
      I never had problem using incremental build in a seam-gen project with JBoss Tools, but the last project I generated with 2.1.1 seam version had a problem.

      Every time I modify an xhtml file (for example) it also overwrite the *-ds.xml file and JPA reload the configuration and invalidate the session so I can just change an xhtml file and refresh the page.

      I solved making another ant target explode-no-ds that not depends on "datasource" target but only from stage.

      Is there an option to tell JPA to do not reload configuration if the file changes and to load it just when the server starts?

      Thanks

      Demetrio