2 Replies Latest reply on Nov 26, 2008 7:57 AM by alesj

    JBDEPLOY-16; generic dependency deployer

    alesj

      WRT:
      - https://jira.jboss.org/jira/browse/JBDEPLOY-16
      and
      - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=146033

      For the initial version of this generic deployer,
      I would go with some simple dependency.txt file.

      e.g. dependency.txt
      TransactionManager
      vfszip:/C:/projects/demos/sandbox/jboss-demos-ioc.jar

      Since module name (DeploymntControllerContext name) is quite verbose
      I would add another file that would hold deployment's alias: alias.txt
      This would add an alias to DCC, making it human readable and not impl detailed - we might change vfszip to whatever ...

      e.g. jboss-demos.jar would have META-INF/alias.txt (my-ioc-demos)
      where jboss-demos-extension.jar would have dependency.txt with my-ioc-demos

      Or is this too excessive on files?