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 96247 - Error message needs improvement
Summary: Error message needs improvement
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Catalog Support (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-22 01:15 UTC by htt
Modified: 2007-09-25 01:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description htt 2007-02-22 01:15:18 UTC
Create sample blueprint1
  File > New Project > Samples > SOA > BPEL BluePrints > BluePrint1
Create a Bpel module:
  File > New Project > SOA > BPEL Module
In Projects,
  right-click BpelModule1 > Properties
  select Project References; Add Project BluePrint1; OK
  expand BpelModule1
  right-click Process Files > New > File/Folder > XML > XML Schema; Finish
Open newXmlSchema.  In the source editor,
  right-click Referenced Schemas > Add > Imports
  expand By File > BluePrint1 > Process Files; select inventory.xsd; OK
  right-click Elements > Add Element
  select Use Existing Type
  expand Referenced Schemas > import > Complex Type; select inventoryType; OK
  click Validate ==> ok.
In Projects,
  right-click BpelModule1 > Properties
  select Project References
  select BluePrint1; click Remove; click "Yes' to Warning; OK
Back in the source editor of newXmlSchema, click Validate.
In the Output window, observe:
  C:/b/BpelModule1/src/newXmlSchema.xsd:3,0
  Error: null
==> The second line can be improved to be a bit more useful
Comment 1 htt 2007-02-22 01:16:07 UTC
Comments by nnguyen (07/02/21): "The error text coming from standard jdk schema
validator.  For more helpful error message, we would need to implement an import
validator for XSD."