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 129589 - Adding <View Update Center> menu item to server node
Summary: Adding <View Update Center> menu item to server node
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-08 02:25 UTC by _ pcw
Modified: 2008-04-15 18:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Implementation of this feature (5.76 KB, text/plain)
2008-03-08 02:37 UTC, _ pcw
Details
Action code (4.43 KB, text/plain)
2008-03-11 01:05 UTC, _ pcw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2008-03-08 02:25:04 UTC
For server installs that support the Glassfish Update center (Glassfish V2 onward), we want to add a new menu item that
will let the user launch the update center from within NetBeans.

"View Update Center", to be added just after "View Server Log".

Selecting this item will launch a new process running the Glassfish Update Center, thereby allowing the user to easily
update and configure new software for their glassfish install.
Comment 1 _ pcw 2008-03-08 02:37:18 UTC
Created attachment 58010 [details]
Implementation of this feature
Comment 2 Vince Kraemer 2008-03-11 00:52:58 UTC
the diff doesn't have the new action included...
Comment 3 _ pcw 2008-03-11 01:01:48 UTC
Look at the section for ManagerNode.java.
Comment 4 _ pcw 2008-03-11 01:04:38 UTC
Ah, you meant the action code itself... thanks Mercurial diff for excluding new files... see attached.
Comment 5 _ pcw 2008-03-11 01:05:22 UTC
Created attachment 58113 [details]
Action code
Comment 6 _ pcw 2008-04-15 18:30:29 UTC
Integrated in NB 6.1 for V2 plugin.  Will be present in V3 once V3 has an update center.