0 Replies Latest reply on Oct 26, 2005 11:14 AM by nperidont

    Sar deployement on 4.0.3

    nperidont

      Hello,

      I get a pb on a .sar archive when migrate from jboss 4.0.1SP1 to 4.0.3
      this sar deploy fine in 4.0.1SP1
      but i get an java.lang.NoClassDefFoundError on 4.0.3

      It looks like my dependent library is no more find in the sar class-path
      My sar looks like this :
      META-INF
      - jboss-service.xml
      - MANIFEST.MF
      lib
      - dependant.jar

      The Class-Path is defined in the MANIFEST.MF and include dependant.jar

      Is there a configuration change between version 4.0.1SP1 and 4.0.3
      or do i missed something in my sar configuration ?

      Thanks for your helps

      Nicolas