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 141677

Summary: Possibility to add new META-INF service via UI
Product: apisupport Reporter: rmichalsky <rmichalsky>
Component: ProjectAssignee: rmichalsky <rmichalsky>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description rmichalsky 2008-07-25 13:41:01 UTC
"Add new service" action appears only in context menu of already registered service node and not on parent "META-INF
Services", "<exported services>" and "<all services>" nodes, it is not possible to add new service via this action. 

It is also wrong from user's POV, as she probably expects to be able to add new service in context of "META-INF
Services" or "<exported services>".

Suggested behaviour is to enable "Add new service" action on above mentioned nodes and to add a widget into
AddServiceDialog allowing to select service interface. It will be pre-filled if invoked on already existing service node
(in this case the interface is known from context of service node).
Comment 1 rmichalsky 2008-10-15 09:59:43 UTC
If services via annotations will make it into next version, UI for services will require some work as well.
Comment 2 Jesse Glick 2008-11-07 03:13:19 UTC
Obsolete. Use code completion.