0 Replies Latest reply on Mar 1, 2006 6:01 AM by sviluppatorefico

    deploying a installed library

    sviluppatorefico

      hi....I would to put a library in deploy directory and using it by other applications. J2EE specs tell that maybe to use Extension-list tags in manifest.mf to see the installed libraries. I ask if into jboss exists a mechanism of this type. I tried so but with no results:

      MANIFEST.MF of application:

      Extension-List : promo
      promo-Extension-Name: promoteur


      MANIFEST.MF of library:

      Extension-Name: promoteur


      this library contains only a class:

      pr.example.ExampleClass