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 82334 - Display the status and enable/disable resources doesn't function
Summary: Display the status and enable/disable resources doesn't function
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 00:55 UTC by liwang
Modified: 2006-08-11 18:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error thrown in application server server.log (9.15 KB, application/octet-stream)
2006-08-10 00:56 UTC, liwang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description liwang 2006-08-10 00:55:49 UTC
Reproduce steps:
1. Install application server either 8.2 PE or 9.0 UR1 PE
2. Create any kind of resources from application server admin GUI. Make sure it
is disabled.
3. Install Netbeans 5.5 daily build (2006-08-09)
4. Add the server in Runtime
5. Open the properties page of the resource
The enabled field is always display true. If I change it to false, there are
exception thrown in application server log file server.log. See attached error.
Comment 1 liwang 2006-08-10 00:56:50 UTC
Created attachment 32730 [details]
error thrown in application server server.log
Comment 2 Nitya Doraisamy 2006-08-10 01:10:54 UTC
appserver has two locations where enable flag is set. admin gui is checking a
different location and the plugin is checking a different area. Need to check
both and return correct value.
Comment 4 Nitya Doraisamy 2006-08-10 17:17:22 UTC
The exception in the server.log is a server bug. I will file a bug against
glassfish and update this issue with the glassfish issue number.
Comment 5 Nitya Doraisamy 2006-08-10 17:55:49 UTC
Created issue in glassfish for exception in server.log
https://glassfish.dev.java.net/issues/show_bug.cgi?id=918
Comment 6 liwang 2006-08-11 18:53:09 UTC
Verified in build 2006-08-11