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 134112

Summary: Duplicate global XSD components should be reported as warnings in validation
Product: soa Reporter: J Xu <junxu>
Component: BPELAssignee: Sergey Lunegov <slunegov>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:
Attachments: A sample project that manifests the issue

Description J Xu 2008-04-28 23:33:10 UTC
If a BP imports two XSDs from two different locations or the WSDLs imported by the BP import two XSDs from two 
different locations, and there are duplicate global components (element declarations, type definitions etc.) appearing 
in the XSDs, the BPEL validator should report these issues as warnings.  For example:

WARNING: Element '{urn:foo}bar' is already declared in XXX.xsd, a duplicate declaration is found in YYY.xsd
Comment 1 J Xu 2008-04-28 23:35:08 UTC
Created attachment 60773 [details]
A sample project that manifests the issue
Comment 2 Kirill Sorokin 2008-04-29 05:27:45 UTC
IMHO a dup of 86958.

*** This issue has been marked as a duplicate of 86958 ***