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=12502>. 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=12502 NamespaceContext interface fields usage Summary: NamespaceContext interface fields usage Product: Xerces2-J Version: 2.1.0 Platform: Other URL: http://www- 124.ibm.com/developerworks/bugs/?func=detailbug&bug_id=3 218&group_id=10 OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The XML_URI and XMLNS_URI fields in org.apache.xerces.xni.NamespaceContext are used as they would be declared in org.apache.xerces.util.NamespaceSupport, which causes incorrect compilation with Jikes 1.16. The Jikes people think that this is not their bug, but a javac one [1]. I'll attach a patch that makes use of these fields explicit from NamespaceContext, which seems correct to me, regardless of compiler. After this, I won't get unexpected errors running test-dom3 against a Jikes 1.16 build, but the test hangs in TEST #2, on line 191 of tests/dom/dom3/Test.java (which seems unrelated, but something's wrong, nevertheless). Running test-dom3 with a Xerces built with IBM's 1.3.1 javac works as expected, both before and after this patch. [1] <http://www-124.ibm.com/developerworks/bugs/?func=detailbug&bug_id=3218&group_id=10> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
