4 Replies Latest reply on Jan 8, 2008 6:11 AM by alesj

    File modification detection

    alesj

      I started working on this MC/VFS issue:
      - http://jira.jboss.com/jira/browse/JBMICROCONT-160

      Just to get a better feel for who tracks down the changes to deployed files I stumbled on the following behaviour:
      I have this structure:
      - my-test.jar
      -- META-INF
      --- test-beans.xml

      When dropped in deploy directory, it get deployed as expected.
      But when I do some property change in the test-beans.xml nothing happens.
      Is this expected?

      Are we only checking top level deployments?
      I guess tracking the changes to metadata wouldn't hurt.
      Since that's what is somehow the problem with JBMICROCONT-160 + how to actually rebuild the whole parent structure if a change occurs ...