0 Replies Latest reply on Nov 28, 2002 6:30 AM by sentenza

    Shared lib with multiple .ear files

    sentenza

      Hi,

      We have the following config under our JBoss 3.0.3 server :
      * ear file 1 that uses a shared library called fms-services.jar (in this case, the version of this lib is 1.0)
      * ear file 2 that uses a shared library also called fms-services.jar (but in this case, the version of this lib is 2.0)

      So we have 2 separate ear files (2 completely different applications) that use 2 shared lib that have the same name but NOT the same content.
      It seems that each ear file doesn't use its own version of the fms-service.jar lib. Instead, it seems that all ear files use the fms-services.jar lib of the FIRST ear file deployed ! As a consequence, one the ear files doesn't run !
      Is it the standard behavior of JBoss or is it possible for each ear file to access its own version of the shared lib ?

      Many thanks