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
3 in weblogic 6 SP2? >From: "Bill Joyce" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: Error loading AXIS beta 3 in WebLogic 6.1 SP2 >Date: Sat, 13 Jul 2002 16:25:32 -0600 > >Anyone know why I would get the error below? It happen

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

Error loading AXIS beta 3 in WebLogic 6.1 SP2

2002-07-13 Thread Bill Joyce
Anyone know why I would get the error below? It happens as I start weblogic, which attempts to load AXIS since I have put it in my applications folder. Looking at the call stack, Weblogic appears to be trying to get the manifest name but I don't know why that would cause a problem. I downloa