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 191125 - Meaningless names of Java vendors in WebLogic properties dialog
Summary: Meaningless names of Java vendors in WebLogic properties dialog
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 09:55 UTC by Petr Jiricka
Modified: 2011-03-25 09:51 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 Petr Jiricka 2010-10-19 09:55:29 UTC
The "Platform" tab in WebLogic's server properties contains a "Java Vendor" field, with values such as "Sun" and "Oracle". This is meaningless, it should instead say "Oracle HotSpot" and "Oracle JRockit" or similar.
Comment 1 Petr Hejl 2011-01-19 12:51:59 UTC
This will need some rewrite of UI part due to bad design. Enum is used, but only as string constant container, comparisons are done via toString() and toString() value is also persisted :(
Comment 2 Petr Hejl 2011-03-24 09:53:48 UTC
Fixed in web-main e3c7faeba482.
Comment 3 Quality Engineering 2011-03-25 09:51:32 UTC
Integrated into 'main-golden', will be available in build *201103250400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e3c7faeba482
User: phejl@netbeans.org
Log: #191125 Meaningless names of Java vendors in WebLogic properties dialog