The following comment has been added to this issue: Author: Jeremy Boynes Created: Thu, 20 May 2004 8:07 AM Body: So there's another bug here where we're not validating the XML ... --------------------------------------------------------------------- View this comment: http://issues.apache.org/jira/browse/GERONIMO-236?page=comments#action_35643
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/GERONIMO-236 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-236 Summary: WAR deployer not getting the dependency classpath right Type: Bug Status: Open Priority: Major Project: Apache Geronimo Components: web deployment Assignee: Dain Sundstrom Reporter: Philip Mark Donaghy Created: Tue, 18 May 2004 8:58 AM Updated: Thu, 20 May 2004 8:07 AM Environment: JVM Version 1.4.2_01-b06 JVM Vendor Sun Microsystems Inc. OS Name Linux OS Version 2.4.20-8 OS Architecture i386 Description: The Web deployer does not pick up the dependency jars listed in geronimo-jetty.xml. Reproduced by installing Axis using this geronimo-jetty.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://geronimo.apache.org/xml/ns/web/jetty" configId="your/domain/name/j2eetutorialhelloservice" parentId="org/apache/geronimo/Server"> <context-root>/j2eetutorialhelloservice</context-root> <context-priority-classloader>false</context-priority-classloader> <dependency> <uri>axis/jars/activation.jar</uri> <uri>axis/jars/commons-logging.jar</uri> <uri>axis/jars/saaj.jar</uri> <uri>axis/jars/axis-ant.jar</uri> <uri>axis/jars/jaxrpc.jar</uri> <uri>axis/jars/wsdl4j.jar</uri> <uri>axis/jars/axis.jar</uri> <uri>axis/jars/log4j-1.2.8.jar</uri> <uri>axis/jars/xmlsec.jar</uri> <uri>axis/jars/commons-discovery.jar</uri> <uri>axis/jars/mail.jar</uri> </dependency> </web-app> Workarounds : 1. Put the libraries in the WEB-INF/lib directory. 2. Create a pure GBean configuration (like server-plan.xml) which just contained these dependencies and make your WAR's parent config that rather than the o/a/g/Server one. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira