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 103969 - JNDI resource general attributes page has "Description" field mandatory.
Summary: JNDI resource general attributes page has "Description" field mandatory.
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebServer 7 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ajay Acharya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-15 10:55 UTC by prabushankar
Modified: 2007-05-18 08:20 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 prabushankar 2007-05-15 10:55:08 UTC
Server-plugin version 1.4
Netbeans version 5.5.1 rc1 (Build 200703261315)
J2SE version 1.6.0_01
Java EE version j2ee1.4 and java ee 5
SJSWS 7.0 version Sun Java System Web Server 7.0U1 B05/06/2007

Steps to reproduce;
1)Register a local SJSWS7.0 server in netbeans.
2)Create a web application with SJSWS7.0 as target server.
3)Build the web application and deploy.
4)Try to create a new JDBC resource for "Sun Web Server 7.0 Resources" by
providing all mandatory fields (the ones that are marked with *).
Though the "Description" field is not marked mandatory, unless the field is
filled, "Finish" button is not enabled.
Another observation is that once on going "back" and "next" the "Finish" button
is enabled.
Comment 1 Ajay Acharya 2007-05-18 08:20:24 UTC
Class name is a mandatory field. Since the default value for class name(a
required field) was missing, the finish button was disabled.

Checking in serverresources/wizards/JDBCWizard.xml;
/cvs/serverplugins/sun/webserver7/src/org/netbeans/modules/j2ee/sun/ws7/serverre
sources/wizards/JDBCWizard.xml,v  <--  JDBCWizard.xml
new revision: 1.1.2.4.24.1; previous revision: 1.1.2.4
done