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 91152 - Smart copy/paste is needed.
Summary: Smart copy/paste is needed.
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-16 19:22 UTC by pcmreddy
Modified: 2006-12-16 19:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
StockQuotes WSDL file (7.57 KB, text/plain)
2006-12-16 19:23 UTC, pcmreddy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pcmreddy 2006-12-16 19:22:28 UTC
Currently it is possible to copy and paste simple and complex elements from one
schema to other. But IDE is not resolving namespace problems automatically.

There should be a way of fixing unresolved namespace references automatically.

How to reproduce this problem :
Open WSDL file "StockQuotes.asmx.wsdl" ( See in attachments)
Open a new schema file call it as "myschema.xsd".
Select All nodes under elements and complex types in "StockQuotes.asmx.wsdl"
copy and paste to "myschema.xsd".
try to validate "myschema.xsd" file.
Observe there are several errors during validation.
If IDE is fixing this errors automatically, it saves lot of time.
Comment 1 pcmreddy 2006-12-16 19:23:27 UTC
Created attachment 36710 [details]
StockQuotes WSDL file