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

Summary: Adding <View Update Center> menu item to server node
Product: serverplugins Reporter: _ pcw <pcw>
Component: Sun Appserver 9Assignee: _ pcw <pcw>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Implementation of this feature
Action code

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.