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 93513 - retriever doesn't create ModelSource for non-absolute items
Summary: retriever doesn't create ModelSource for non-absolute items
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 07:58 UTC by Samaresh Panda
Modified: 2007-02-07 06:11 UTC (History)
3 users (show)

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 Samaresh Panda 2007-01-30 07:58:04 UTC
- Register a schema PO.xsd in the runtime catalog with System ID PO.xsd.
- Create a PO.xml that conforms to PO.xsd as follows:
<po:purchaseOrder xmlns:po='http://xml.netbeans.org/schema/po'
  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  xsi:schemaLocation='http://xml.netbeans.org/schema/po po.xsd'>
      
</po:purchaseOrder>

Invoke code completion and there will be no suggestion.
Comment 1 Samaresh Panda 2007-01-31 00:39:50 UTC
Integrated into release551 branch
/cvs/xml/retriever/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImpl.java
new revision: 1.1.2.13.16.3; previous revision: 1.1.2.13.16.2

Merged changes to trunk
/cvs/xml/retriever/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImpl.java
new revision: 1.5; previous revision: 1.4
Comment 2 Samaresh Panda 2007-02-07 06:11:52 UTC
Verified.