DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-12-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2002-12-03 01:34 ---
*** Bug 15013 has been marked as a duplicate of this bug. ***

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source





--- Additional Comments From [EMAIL PROTECTED]  2002-11-21 18:24 ---
It works! I gave it another try with struts-20021120 and validator-20021120 and 
this time everything went ok. Thank you for your help.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source





--- Additional Comments From [EMAIL PROTECTED]  2002-11-19 19:15 ---
Could you provide us with the DOCTYPE declaration from the top of your 
validation XML files, please, and let us know the nightly build dates of 
Commons Validator and Struts that you are using?

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source





--- Additional Comments From [EMAIL PROTECTED]  2002-11-19 12:52 ---
Well, it didn't help. I downloaded latest commons-validator.jar, changed 
validator xmls according your advice (to use validator_1_0.dtd), but it is still
trying to download the dtd from remote resource (jakarta.apache.org...), and
when it fails, the whole validator initialization process fails. Am I doing 
something wrong?

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-11-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source





--- Additional Comments From [EMAIL PROTECTED]  2002-11-14 19:47 ---
You'll need to make sure you're using the latest Commons Validator nightly 
build for this to work. There is a bug in the 1.0 release which causes it to 
never find the local copy of the DTD.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-11-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-11-14 18:49 ---
Earlier I said thet struts no longer hosts the validator.dtd's
What I didn't say is that your validator.xml should have:
http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";>

Is the correct DTD path. The commons-validator has resistered this with the
digester to pull this out of the commons-validator.jar. The
validator_1_1.dtd and validator-rules.dtd in struts should be removed.

I am closing this but let me know if changing the DTD reference in your 
XML file doesn't work for you.

-Rob

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-11-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2002-11-14 16:17 ---
I did it and it didn't help. I think there is a little misunderstanding:
there was no problem with validator.dtd, but with validation_1_1.dtd and
validation-rules_1_1. They are in the struts.jar (under resources), but they
are still loading from external resource 
(http://jakarta.apache.org/struts/dtds.. etc.). On machine with no connection
to the internet this won't work.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 14506] - unable to load validator xml's dtds from local source

2002-11-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506

unable to load validator xml's dtds from local source

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-11-13 16:36 ---
This has been fixed in the Nightly builds.
The validator.dtd at one time was in both
commons-validator --and--struts with only
a minor difference. This difference was
resolved, and now the dtd only exists
in the commons validator.
So get the most recient nightly build
of struts and recompile your application
against this JAR deploying all the new .xml
& .jar files with your application.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: