RE: Error loading AXIS beta 3 in WebLogic 6.1 SP2

2002-07-17 Thread Volanis, Alexander
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

Re: Error loading AXIS beta 3 in WebLogic 6.1 SP2

2002-07-15 Thread Bill Joyce
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

Re: Error loading AXIS beta 3 in WebLogic 6.1 SP2

2002-07-13 Thread Jeff Drost
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