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 138364

Summary: Move Enterprise Resources into Insert Code popup
Product: javaee Reporter: jrojcek <jrojcek>
Component: EARAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 123450    

Description jrojcek 2008-06-26 14:02:48 UTC
The editor contextual menu contains various actions generating code snippets (Insert Code, EJB Methods, Enterprise Resources, Web Service Client Resources). 
For 6.5 we want to clean up the menu and make the code generation consistent. This effort includes moving all code generating items from the contextual 
menu into the Insert Code popup. 

For the Enterprise Resources items it means the following:

- Add "Enterprise Bean Call...", "Database Usage...", "JMS Message Sending...", "E-mail Sending..." into the Insert Code popup
- Remove the "Enterprise Resources" submenu from the editor contextual menu

If there's more enterprise items in the menu, please let me know.
Comment 1 jrojcek 2008-06-26 14:03:48 UTC
This issue is part of the overall contextual cleanup planned for 6.5.
Comment 2 David Konecny 2008-07-21 04:53:40 UTC
All these actions are implemented in ejbcore module.

*** This issue has been marked as a duplicate of 138360 ***