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 85400 - Imported schema has Broken reference.
Summary: Imported schema has Broken reference.
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Ritesh Adval
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-21 02:08 UTC by Sherry Barkodar
Modified: 2006-09-26 03:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (82.39 KB, application/octet-stream)
2006-09-21 02:09 UTC, Sherry Barkodar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sherry Barkodar 2006-09-21 02:08:42 UTC
Using latest build 060920_26
Create a BPEL Prj
Create a XML Schema named LoanRequestor
Create a WSDL Document.
Check the Import XML Schema and select the LoanRequestor.xsd. 
Click Next.
Click the ellips... under Element Or type for the input.
select LoanRequestor > Elements > ProcessApplication.
Repeat the same for the output and select processApplicationResponse.
Validate the WSDL File. It fails giving the following msg:
XML validation started.
D:/sherrydev/SOA/del5/LoanRequestor/src/newWSDL.wsdl:8,8
In part "part1", attribute element's value "ns:processApplication" is not a
valid xml schema element available in this wsdl file. : Specify a valid schema
element value for element attribute.

D:/sherrydev/SOA/del5/LoanRequestor/src/newWSDL.wsdl:11,8
In part "part1", attribute element's value "ns:processApplicationResponse" is
not a valid xml schema element available in this wsdl file. : Specify a valid
schema element value for element attribute.

2 Error(s),  0 Warning(s).
XML validation finished.
Notice under WSDL Import node, there is a Broken reference.
Comment 1 Sherry Barkodar 2006-09-21 02:09:53 UTC
Created attachment 34291 [details]
screenshot
Comment 2 lchang 2006-09-22 00:38:28 UTC
could not reproduce this in the latest 0921 buid.
Comment 3 Ritesh Adval 2006-09-22 18:51:33 UTC
*** Issue 85577 has been marked as a duplicate of this issue. ***
Comment 4 Ritesh Adval 2006-09-22 19:29:32 UTC
This is fixed, imports are generated correctly now.
Comment 5 gc140975 2006-09-26 03:46:47 UTC
Verified in the build 060923 and found that bug is been fixed