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 103970

Summary: Server resource name should be represented with their JNDI name
Product: serverplugins Reporter: prabushankar <prabushankar>
Component: WebServer 7Assignee: kishore320 <kishore320>
Status: NEW ---    
Severity: blocker CC: ikrishna, kcpraveen
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description prabushankar 2007-05-15 11:03:47 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 *) and "Test" for
the JNDI name.
5)Click finish and check the resource that is being created. It says
"jdbc.sun-ws7-resource". It would be appropriate/usefull if it is named "Test".
This is a usability issue.