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 90660 - WSDL editor will not open when wsdl is malformed
Summary: WSDL editor will not open when wsdl is malformed
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: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-06 13:42 UTC by Michael Frisino
Modified: 2007-02-06 19:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Frisino 2006-12-06 13:42:46 UTC
steps to reproduce.

Create BPEL sample SynchronousSample
Open the SynchronousSample.wsdl
make it malformed. For instance remove the last > in the file.
Save file.
Close IDE.
Restartd IDE
Try to open the SynchronousSample.wsdl file. Nothing happens. No error message,
nothing. 

Recommendation - the wsdl editor should open. WSDL should be marked invalid and
user should be instructed to correct problem in source editor, and revalidate.
Comment 1 Ritesh Adval 2007-01-18 21:00:14 UTC
This was already fixed in tree editor (show error message on the tree top 
component). We need to make sure we do the same for partner view.
Comment 2 Shivanand Kini 2007-01-19 03:08:28 UTC
Fixed for partner view. Now shows the message WSDL is not well formed.
Comment 3 jlautz 2007-02-06 19:10:50 UTC
Verified for a very simple case on Windows XP with Gavotte build 070206 and JDK
1.5.0_10: