Sorry by mistake i just sent the previous mail incomplete... ------------ Hi, everyone, thanks for reading. I need to include inside my ejb.jar all of its dependencies, something like this:
ejb-jar/
META-INF/
MANIFEST.MF
lib/
utils.jar
log4j.jar
commons-logging.jar
xxx-webservice-client.jar
...more jars...
Any hints or directions on how achieve this will be appreciated. Thanks.
