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 96567

Summary: No beans available in 'Call EJB' dialog
Product: javaee Reporter: Michal Mocnak <mmocnak>
Component: EJBAssignee: martin_adamek <martin_adamek>
Status: VERIFIED FIXED    
Severity: blocker CC: venuv
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 95534    
Bug Blocks:    

Description Michal Mocnak 2007-02-26 12:12:44 UTC
Found in nb60 build #20070226 on gf v2 b33e

1. create ejb with session bean
2. create web project and servlet inside
2. use 'Call EJB' action from servlet

=> there is no available beans in the dialog
Comment 1 Michal Mocnak 2007-02-26 12:13:21 UTC
It's same for EJB module (using 'Call EJB' from another bean)
Comment 2 Martin Adamek 2007-03-19 15:35:37 UTC
*** Issue 98189 has been marked as a duplicate of this issue. ***
Comment 3 Jan Horvath 2007-04-23 09:54:44 UTC
EJBs are not available in the dialog in java ee5 applications because this funcionality is no yet 
implemented. This action should be disabled or user should be notified about it in inline error message.
Comment 4 Martin Adamek 2007-05-23 08:17:03 UTC
*** Issue 104558 has been marked as a duplicate of this issue. ***
Comment 5 Venu V 2007-05-23 17:52:42 UTC
I don't understand the comment says "this functionality not yet implemented",
but it works in 5.5 with EE 5, looks to me a REGRESSION than new functionality
Comment 6 Martin Adamek 2007-05-23 18:09:00 UTC
Sorry, here's explanation: in 6.0 we are replacing whole Java infrastructure in
IDE and that affected lots of functionality (also Call EJB list), that had to be
disabled/removed and refactored/reimplemented. So the comment says it is still
not  enabled in trunk builds (but is already working on merged_model_j2ee branch.
Comment 7 martin_adamek 2007-06-19 14:04:55 UTC
Already fixed.
Comment 8 Michal Mocnak 2007-07-17 09:35:38 UTC
Verified