On Mon, 01 Nov 2004 15:04:26 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Wendy Smoak" <[EMAIL PROTECTED]>
> > 16:03:09,737 - ERROR org.apache.struts.validator.ValidatorPlugIn - JAR
> entry
> > org/apache/commons/validator/resources/validator_1_1_3.dtd not found in
> > /opt/hpws/tomcat/webapps/benauth-test/WEB-INF/lib/commons-validator.jar
> > java.io.FileNotFoundException: JAR entry
> > org/apache/commons/validator/resources/validator_1_1_3.dtd not found in
> > /opt/hpws/tomcat/webapps/benauth-test/WEB-INF/lib/commons-validator.jar
> 
> For the archives... I begged for help on the dev list and Joe Germuska
> suggested extracting the dtd from the jar file and placing it (in the
> appropriate directory structure) under WEB-INF/classes.   This works, I'm no
> longer getting FileNotFoundException.  Still no idea what the problem is...
> 

That most likely points to a bug in H-Ps JDK related to referencing
resources inside a JAR (probably in their implementation of a JAR
URLHandler).  I suspect that Commons Validator 1.1.3 is either
packaged somewhat differently than the version shipped in 1.2.0, or
that the code used to extract the validator resources inside Struts
has changed between 1.2.0 and 1.2.4/1.2.5 -- either of those could
have suddenly surfaced a lurking bug.

> 
> 
> --
> Wendy Smoak

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to