I use commons-collections-3.0-dev and tomcat 4.1
During my application deployment I have an IllegalArgumentException when
it deploy the collection jar. The error message in the log is :
2003-10-24 11:49:56 WebappLoader[/portailsynel49]: Deploy JAR
/WEB-INF/lib/commons-collections-3.0-dev.jar to C:\Program Files\Apache
Group\Tomcat
4.1\webapps\portailsynel49\WEB-INF\lib\commons-collections-3.0-dev.jar
2003-10-24 11:49:56 StandardHost[localhost]: ContainerBase.addChild:
start:
LifecycleException: start: : java.lang.IllegalArgumentException:
junit,xml-apis,xerces-Extension-Name
at
org.apache.catalina.loader.WebappLoader.start(WebappLoader.java:678)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3530)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579)
at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:257)
at
org.apache.catalina.core.StandardHost.install(StandardHost.java:772)
at
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:502)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:410)
I take a look at the manifest.mf for commons-collections-3.0-dev.jar and
see the "Extension-List: junit,xml-apis,xerces ..." lines.
Is it a mistake of my part or a tomcat, collection problem ?
I change the jar with commons-collections-2.1.jar and the deployment is
ok.
Nicolas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]