ading AXIS beta 3 in WebLogic 6.1 SP2
It seems Weblogic 6.1 sp2 or higher does manifest file validation on jars
loaded in a webapp.
Thank goodness. The offending jar is commons-logging.jar.
Manifest-Version: 1.0
Extension-Name: org.apache.commons.logging
Specification-Vendor: Apache Software
Looking at the DL archives, it doesn't appear this message ever went to the
group. Upon further research I found that the commons-logging.jar was the
culprit. Replacing its manifest with a shorter, generic one from axis.jar
solved the problem. Has anyone else tried to run AXIS beta 3 in webl
It seems Weblogic 6.1 sp2 or higher does manifest file validation on jars loaded in a
webapp.
Thank goodness. The offending jar is commons-logging.jar.
Manifest-Version: 1.0
Extension-Name: org.apache.commons.logging
Specification-Vendor: Apache Software Foundation
Created-By: Ant 1.4
Implemen