Hello.
I am deploying an application into an .jar file. I need to include several other jar files (Axis2) into the package. I created a deployment profile (jar file), included all those jars into a file group. Whan I try to execute, I always get :
java.lang.NoClassDefFoundError: org/apache/axis2/databinding/ADBBean
I tried to include a MANIFEST.MF fragment containing the classpath, but it does not work (if I unpack the jar file and look into the MANIFEST.MF, it does not have the classpath). What is the best way to include those libraries?
Thanks in advance.