The file is present. In fact I have two files 1. validation-rules.xml 2. validations.xml
The error is occurring only for the first one. The second file is being read without any problem. I even removed all the code in "validation-rules.xml" and left only the following code: <form-validation> <global> </global> </form-validation> Still the error persists!!! -----Original Message----- From: Jamie M. Guillemette [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 7:00 PM To: Struts Users Mailing List Subject: Re: No stream could be opened First i would recomend double checking that the file exists at /WEB-INF/ remember to be careful about capitalization. The error message would lead to the conclusion the file is either not there is is not readable. ----- Original Message ----- From: "sriram" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 9:13 AM Subject: No stream could be opened > I'm facing this problem for the past 2 days - unable to fix this...Any help is very much appreciated... > > Did anyone face the following problem while loading > validation-rules.xml? > > The following message is displayed during deployment and so I'm unable > to use validator framework: > > 13:08:42,913 INFO [Engine] validator: Loading validation rules file > from '/WEB- INF/validation-rules.xml' 13:08:42,923 INFO [Engine] validator: Skipping validation rules file from '/WEB -INF/validation-rules.xml'. No stream could be opened. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

