On 05 Mar 2004 10:59, tmaus wrote: >nice .. >can u provide me some code snipplets .. >i was not able to force the sar file to take local packages .. >i needed to put the files into the lib directory ... I guess the problem is with the manifest file. The format is a bit tricky. Below is the configuration which wored for me. Beware: the first jar name must be on the same line as "Class-Path:". And the effect is limited: the classes are still in the global addreee space of the ear (or JBoss, if outside a ear). Manifest-Version: 1.0 Built-By: Gopas Software Class-Path: lib/commons-logging.jar lib/hibernate2.jar lib/ognl.jar lib/odmg.jar lib/commons-lang.jar lib/commons-collections.jar lib/cglib2.jar lib/commons-beanutils.jar lib/commons-codec.jar lib/commons-digester.jar lib/commons-fileupload.jar lib/ehcache.jar lib/jakarta-oro.jar lib/javassist.jar (other jars...)