1 Reply Latest reply on Jul 4, 2007 7:04 PM by jaikiran

    Deploying similar ear's

    wild_pig

      Hi,

      i need to deploy 2 ear's on same Jboss instance.

      So, i have such a example:

      1) first.ear
      -> test1.war
      -> inside.jar

      2) second.ear
      -> test2.war
      -> inside.ear

      Both have inside.jar in application.xml. This is the same jar but in another versions.

      My Jboss (4.0.4) couldn't deploy it (they use one inside.jar not two) . I think it's classloader issue.

      It's possible to deploy it? On one JBoss instance?
      What i need is - to have 2 war's with the same jar but different versions.

      Regards