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 120826 - No EJB listed in Call Enterprise Bean dialog
Summary: No EJB listed in Call Enterprise Bean dialog
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-11-01 15:44 UTC by Jiri Skrivanek
Modified: 2007-11-02 10:14 UTC (History)
1 user (show)

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 Jiri Skrivanek 2007-11-01 15:44:27 UTC
Since build 200710301200 there is no EJB available in the Call Enterprise Bean dialog. To reproduce:

- create Enterprise|EJB Module project
- create 2 session beans
- call 'Enterprise Resources|Call Enterprise Bean' in editor
- EJBModule is shown in the dialog but it has no sub nodes

Product Version: NetBeans IDE Dev (Build 20071101103902)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b02
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 1 martin_adamek 2007-11-01 17:34:30 UTC
Fixed. It was introduced yesterday with fix for issue 115669. I tried to enhance code little bit and that part caused regression. I rolled back that part of 
change, and fix for 115669 is still valid.
http://www.netbeans.org/source/browse/j2ee/ejbapi/src/org/netbeans/modules/j2ee/ejbjar/project/ui/EjbContainerChildren.java?r1=1.13&r2=1.14
Comment 2 Jiri Skrivanek 2007-11-02 10:14:29 UTC
Verified.