You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/28 14:26:44 UTC

DO NOT REPLY [Bug 23463] - Deployer ValidationTask not work! Missing Classes...

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23463>.
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=23463

Deployer ValidationTask not work! Missing Classes...

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From remm@apache.org  2003-09-28 12:26 -------
For some unexplainable reason, the JDK tries to load this class, which is wrong
(it is not used in any way; commenting out the contents of the
ContextConfig.managerConfig method - which is neither called nor static - fixes
it, which proves my point).

As for the second part of the bug, well, sorry, validation doesn't actually work
with Xerces in the release (at least it doesn't for me; try Xerces 2.1 if you
want to validate with a DTD, but schema validation won't work). This is
supposedly fixed now.