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 59755 - Labels need to be fixed in UI
Summary: Labels need to be fixed in UI
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-08 19:53 UTC by Annette Wegscheider
Modified: 2006-05-24 12:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Annette Wegscheider 2005-06-08 19:53:48 UTC
References to "BEA WebLogic Application Server 9.0" need to be changed to "BEA
WebLogic Server 9.0" (BEA does not refer to their server as "Application Server")

1. Add server instance > Choose Server > Server drop-down list value for BEA
2. Add server instance > Choose Server > (default) Name value for BEA
3. Add server instance > Server Location > text at the bottom of the panel
should say "BEA WebLogic Server 9.0" - not "WebLogic 9.0" 
4. After adding the server instance, the node in the Runtime window should say
"BEA WebLogic Server 9.0" - not "WebLogic"
5. Right-click server instance node > Properties: title bar should say "BEA
WebLogic Server 9.0" and the text in the help pane should also say "BEA WebLogic
Server 9.0"
6. Right-click server instance node > Start/Stop Server: title bar should be
changed to "Server Status - BEA WebLogic Server 9.0"
7. Tools > Setup Wizard > Expand Modules > J2EE: change "BEA WebLogic
Application Server 9.0" to "BEA WebLogic Server 9.0"
8. Tools > Setup Wizard > Expand Modules > J2EE > select BEA: in Description
field, change "BEA WebLogic Application Server 9.0" to "BEA WebLogic Server 9.0"
9. Tools > Options > IDE Configuration > System > Modules > J2EE: change "BEA
WebLogic Application Server 9.0" to "BEA WebLogic Server 9.0"
10. Tools > Options > IDE Configuration > System > Modules > J2EE > select BEA:
in help text pane, change "BEA WebLogic Application Server 9.0" to "BEA WebLogic
Server 9.0"
11. File > New Project > Web Application > (Name and Location page): change
value in Server drop-down list from "BEA WebLogic Application Server 9.0" to
"BEA WebLogic Server 9.0"

There may be other places where this change needs to be implemented. The ones
above are the ones I found.
Comment 1 Pavel Buzek 2005-07-26 16:30:24 UTC
easy to fix for 4.2
Comment 2 Pavel Buzek 2005-08-16 03:34:25 UTC
This is missprioritized. See:
http://qa.netbeans.org/processes/bug_priority_guidelines.html
Comment 3 Libor Kotouc 2005-12-14 10:31:46 UTC
Fixed.

Checking in ui/nodes/Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/nodes/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in resources/Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/resources/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in ui/wizard/Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Checking in optional/Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/optional/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in j2ee/Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/j2ee/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Comment 4 Michal Mocnak 2006-05-24 12:38:03 UTC
Verified