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 130835 - Available entities list is not updated
Summary: Available entities list is not updated
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords: RANDOM, TEST
Depends on:
Blocks: 131571
  Show dependency tree
 
Reported: 2008-03-22 04:19 UTC by Lukas Jungmann
Modified: 2008-04-07 14:29 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 Lukas Jungmann 2008-03-22 04:19:00 UTC
-create new web app
-create new entity classes from DB there
-create new REST service from these entity classes

=> OK

-create and implement some entity class created from scratch in the project
-go to new REST service from entity classes wizard

=> when "Refreshing..." message disappears nothing becomes visible in the Available entity classes list, only Add All >>
button becomes enabled

WA: press Add All>> and <<Remove All to update "Available entity classes list"
Comment 1 Peter Liu 2008-04-03 02:16:20 UTC
Fixed in the trunk:

http://hg.netbeans.org/main/rev/be1e9e9ecb36

Lukas, let me know if you want this fixed for release61. Note that this fix may also fix issue 130911 and 130924.



Comment 2 Lukas Jungmann 2008-04-03 21:45:53 UTC
Ones this issue happens it might result into other exceptions from the wizard after any user interaction (see for
example issue 130911 and issue 130924). Tests we have seems to prove that the fix for this random issue is correct and
does not cause any regression.

v. in trunk, go ahead and transplant the fix to release61 clone, please. Thanks.
Comment 3 Peter Liu 2008-04-03 22:18:13 UTC
Fix transplated to release61 branch.

http://hg.netbeans.org/release61/rev/899e6d252e49

Comment 4 Lukas Jungmann 2008-04-04 12:18:46 UTC
v.