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=5302>. 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=5302 Sealing Violation ------- Additional Comments From [EMAIL PROTECTED] 2001-12-06 06:34 ------- Nobody said you should go and download anything. These two jars may contain an XML parser, which comes with its own JAXP classes. This classes may be sealed so you cannot use a different parser. All classes from Jars in JAVA_HOME/jre/lib/ext are on your CLASSPATH automatically, so if there is a parser, it is most likely the culprit. To get it to work (I guess you need the JAXB jars), remove all XML parsers and JAXP classes from the CLASSPATH and ANT_HOME/lib except the one that is inside the JAXB jars. The problem is not Ant, it is the sealing of the JAXB jars. It works on 1.2 because you probably don't have the JAXB jars in your extension directory there. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
