You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by ji...@apache.org on 2004/04/12 23:26:07 UTC

[jira] Updated: (XERCERJ-454) NamespaceContext interface fields usage

The following issue has been updated:

    Updater: Serge Knystautas (mailto:sergek@lokitech.com)
       Date: Mon, 12 Apr 2004 2:25 PM
    Changes:
             Attachment changed from xerces-jikes.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCERJ-454?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCERJ-454

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCERJ-454
    Summary: NamespaceContext interface fields usage
       Type: Bug

     Status: Resolved
 Resolution: FIXED

    Project: Xerces2-J

   Assignee: Xerces-J Developers Mailing List
   Reporter: Ville Skyttä

    Created: Tue, 10 Sep 2002 9:31 PM
    Updated: Mon, 12 Apr 2004 2:25 PM
Environment: Operating System: Linux
Platform: Other

Description:
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>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org