This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 22632 - OASIS catalog visualizes only master catalog public IDs
Summary: OASIS catalog visualizes only master catalog public IDs
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Catalog (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@xml
URL: http://nagoya.apache.org/bugzilla/sho...
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-19 14:50 UTC by Martin Schovanek
Modified: 2008-11-18 07:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2002-04-19 14:50:28 UTC
[Nb build 200204190100, jdk1.4.0]

Steps to reprodice:
-------------------
1) create catalog like this (/etc/sgml/catalog):
   CATALOG
/usr/share/sgml/sgml-iso-entities-8879.1986/catalog
   CATALOG
/usr/share/sgml/docbook/xml-dtd-4.1.2/catalog
   ...
2) mount the catalog

The catalog's treee contains only elements from
first CATALOG reference.
Comment 1 _ pkuzel 2002-05-21 09:47:59 UTC
It is bug in external library see URL for original bug status.

We will need to get approval for "xml-commons" to integrate the fixed
version.
Comment 2 _ pkuzel 2002-05-21 10:32:30 UTC
LEGAL:1051
Once integrated we can rename it to Apache's Resolver.
Comment 3 _ pkuzel 2002-05-21 10:36:12 UTC
Sorry, LEGAL:1077.
Comment 4 _ pkuzel 2002-06-18 20:29:48 UTC
I have found the problem.
Comment 5 Marek Grummich 2002-07-22 12:04:49 UTC
Set target milestone to TBD
Comment 6 _ pkuzel 2002-12-02 13:22:28 UTC
Returning to pool
Comment 7 Milan Kuchtiak 2004-08-11 15:09:27 UTC
In fact,catalogs referenced from the catalog file are not available in
IDE.
Comment 8 _ pkuzel 2005-02-25 15:16:05 UTC
After the upgrade resolution works. Definitions in secondary catalog 
are reachable by validating parser. 
 
However, it's not visualized => P4. 
 
Must be fixed in org.apache.xml.resolver.Catalog.getPublicIDs(). 
Comment 9 Marek Fukala 2007-02-16 14:41:43 UTC
Reassigning to default owner of selected subcomponent. New owners are gladly
welcomed.
Comment 10 Samaresh Panda 2008-11-17 22:18:01 UTC
I've no idea what the bug talks about. I'll have to mark it invalid, unless I get some more info. Please explain in
detail. Take a look in 6.5.
Comment 11 Martin Schovanek 2008-11-18 07:40:32 UTC
SGML catalog can refer another catalog using CATALOG entry sou if you have a catalog my.cat like:

DTDDECL "-//OASIS//DTD DocBook V3.1//EN" "docbook.dcl"
PUBLIC "XXX//YYYY//EN" "xy.gml"
CATALOG /ptah/to/another.cat

Add it into Nb by: DTDs and XML Schemas > Add Catalog > OASIS Catalog

Nb should create a new catalog node with entries from my.cat and another.cat catalogs.