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

Summary: Available entities list is not updated
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: RESTAssignee: Peter Liu <petertliu>
Status: CLOSED FIXED    
Severity: blocker Keywords: RANDOM, TEST
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 131571    

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.