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 66740 - Wrong properties for remote server
Summary: Wrong properties for remote server
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 18:47 UTC by liwang
Modified: 2005-11-03 23:03 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 liwang 2005-10-13 18:47:12 UTC
After add a remote server, Right click mouse of the remote server. In the menu,
click properties item. It bring up "Server Manager" GUI. The instance name
display as "domain1". It is the value for local server. But actually my remote
server is call domain3. Click "classes" tab, all classes those displayed are for
locale server. 
If Netbean cannot get values for the remote server, Those fields should be empty
or display as "unknown" . It should not show local server's values for that of
remote server
Comment 1 Nitya Doraisamy 2005-10-13 23:26:33 UTC
The information provided needs to be correct. But this is not a stopper of any
kind and is not a P2 issue. Lowering priority.
Comment 2 _ ludo 2005-10-28 16:07:26 UTC
For the classes, these are the ones used by the IDE for J2EE projects, so we
need to keep that.

Only the domain info could be not shown (no value there since we cannot
stop/start a remote domain, so we do not need it's name.
Comment 3 Nitya Doraisamy 2005-11-03 23:03:44 UTC
Removed hardcoded default value for domain name which was causing this issue.