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 82665 - wsdl validator should recursively validate imported schemas
Summary: wsdl validator should recursively validate imported schemas
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
: 81965 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-14 23:39 UTC by Praveen Savur
Modified: 2006-08-31 15:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample with wsdl file importing a schema with errors. (7.47 KB, application/octet-stream)
2006-08-14 23:39 UTC, Praveen Savur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Praveen Savur 2006-08-14 23:39:15 UTC
When the user clicks on the explicit validate action on the WSDL editor, the
wsdl validator should also validate the imported schema files.

Attached is a sample project. The wsdl file imports the schema file. The schema
file has errors. These errors have to be reported when the wsdl file is validated.
Comment 1 Praveen Savur 2006-08-14 23:39:52 UTC
Created attachment 32910 [details]
sample with wsdl file importing a schema with errors.
Comment 2 Shivanand Kini 2006-08-22 22:18:19 UTC
*** Issue 81965 has been marked as a duplicate of this issue. ***
Comment 3 Shivanand Kini 2006-08-25 03:47:12 UTC
fixed this
Comment 4 jlautz 2006-08-31 15:21:48 UTC
Verified on Windows XP with NB 5.5 build 200608290000. When I validate the WDSL
file in the attached project, the errors in the imported schema are detected and
reported.