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 98800 - deleting an operation does not update the wsit-<>.xml
Summary: deleting an operation does not update the wsit-<>.xml
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
: 106150 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-23 14:03 UTC by raharsha
Modified: 2007-07-18 13:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test case (43.87 KB, application/octet-stream)
2007-03-23 14:59 UTC, raharsha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description raharsha 2007-03-23 14:03:01 UTC
The steps to reproduce this are

1. Create a new web application
2. Add an new web service
3. Add an operation
4. Edit web service attributes and make some change, press OK.
5. open the wsit-<>.xml file in editor
6. Add another operation operation1
8. Edit web service attributes and press OK.
9. Delete the second operation by right clicking on the operation name and
clicking on delete
10. You can see that the wsit-<> file still has the operation1.
Comment 1 raharsha 2007-03-23 14:59:36 UTC
Created attachment 39871 [details]
test case
Comment 2 raharsha 2007-03-23 15:02:33 UTC
Please ignore the attachment. It was for a different issue.
Comment 3 Martin Grebac 2007-03-23 16:47:59 UTC
If you want this reflected, you should invoke 'Refactor -> Safe Delete' but I
admit it somehow doesn't work either.
Comment 4 Martin Grebac 2007-04-03 15:12:30 UTC
Fixed in 2.28. Needs merge and update to trunk for 6.0, thus downgrading and
leaving open.
Comment 5 Martin Grebac 2007-06-08 18:22:04 UTC
*** Issue 106150 has been marked as a duplicate of this issue. ***
Comment 6 Martin Grebac 2007-07-18 13:04:16 UTC
If you delete operation through designer, the wsit xml file is automatically updated.