2 Replies Latest reply on Nov 5, 2008 5:23 PM by avihaimar

    Does JBoss support in "shared libraries" (like weblogic)

      Hey,

      I want to have "shared library" like weblogic.

      I mean a jar (or group of jar) that all teh ears can call them and they can invoke callbacks (by replection) to classes in the ear.

      Is it possible?

        • 1. Re: Does JBoss support in
          peterj

          In its default configuration, all libraries are shared (though, not libraries in xxx.war/WEB-INF/lib, which are scoped to the web app by default). For example, all libraries in one EAR file can be used by classes in other EAR or WAR files.

          • 2. Are you sure?

            Any way i need a sared library among all ears.
            Also i need that the classes in this library will be able to invoke callback to classes in the ear.