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 - Possibility to add new META-INF service via UI
Summary: Possibility to add new META-INF service via UI
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 13:41 UTC by rmichalsky
Modified: 2009-02-19 20:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.