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 118686 - Entries in new RESTful ws from entities wizard are duplicated
Summary: Entries in new RESTful ws from entities wizard are duplicated
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-12 11:19 UTC by Lukas Jungmann
Modified: 2007-10-16 00:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (48.05 KB, image/png)
2007-10-12 11:20 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-10-12 11:19:28 UTC
see attached screenshot

Don't know exactly how I did that, but I was playing with Add, Remove, Add All and Remove All buttons in the wizard
Comment 1 Lukas Jungmann 2007-10-12 11:20:32 UTC
Created attachment 50795 [details]
screenshot
Comment 2 Lukas Jungmann 2007-10-12 11:23:52 UTC
I can reproduce this on Linux and on Windows...
Comment 3 Nam Nguyen 2007-10-15 19:40:56 UTC
Wizard bug, I am taking this one.
Comment 4 Nam Nguyen 2007-10-15 22:51:52 UTC
Fixed in trunk:

/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/codegen/model/EntityClassInfo.java,v  <--  EntityClassInfo.java
new revision: 1.10; previous revision: 1.9
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/wizard/EntitySelectionPanelVisual.form,v  <-- 
EntitySelectionPanelVisual.form
new revision: 1.11; previous revision: 1.10
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/wizard/EntitySelectionPanelVisual.java,v  <-- 
EntitySelectionPanelVisual.java
new revision: 1.22; previous revision: 1.21

Fixed in branch release60_beta2:

/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/codegen/model/EntityClassInfo.java,v  <--  EntityClassInfo.java
new revision: 1.9.2.1; previous revision: 1.9
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/wizard/EntitySelectionPanelVisual.form,v  <-- 
EntitySelectionPanelVisual.form
new revision: 1.10.4.1; previous revision: 1.10
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/wizard/EntitySelectionPanelVisual.java,v  <-- 
EntitySelectionPanelVisual.java
new revision: 1.21.2.1; previous revision: 1.21
Comment 5 Lukas Jungmann 2007-10-16 00:07:46 UTC
v.