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 118027 - Can't delete port type operation input or output
Summary: Can't delete port type operation input or output
Status: VERIFIED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-10-07 02:18 UTC by jlautz
Modified: 2007-12-03 19:24 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 jlautz 2007-10-07 02:18:30 UTC
Seen in with NB 6.0 build 200710030000.

1. Create a new copy of the SynchronousSample sample application.
2. Open the SynchronousSample.wsdl document in the WSDL view of the WSDL editor.
3. Expand portType1 and operation1, then select output1.
4. Press the Delete key.

=> Nothing happens.

5. Rt. click output1.

=> Note that the Delete menu item is not active.

6. Switch to the Partner view of the WSDL editor.
7. Expand partnerlinktype1.
8. Try to delete either the input (requestMessage) or output (ResponseMessage) using the Delete key.

=> Nothing happens.

9. Rt. click on input and output to try to use the Delete menu item.

=> Note that the Delete menu item is not active.
Comment 1 jlautz 2007-10-07 02:19:42 UTC
Theh workaround is to manually delete the input or output in the Source editor.
Comment 2 Shivanand Kini 2007-10-08 20:17:25 UTC
I removed the use case of input/output deletion. The best way to accomplish this is delete the operation and recreate
the whichever type of operation is needed.
input/output are required for request-reply. Do you think the use case of deleting input/output is helpful? Fault is
still deletable.
Comment 3 Shivanand Kini 2007-10-12 00:34:39 UTC
as mentioned, removing this use case.
Comment 4 Shivanand Kini 2007-10-12 00:52:37 UTC
Instead of disabled delete action, removed it from the menu.
Comment 5 jlautz 2007-12-03 19:24:08 UTC
Verified that delete operation input or output has been removed for NB 6.0.