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 - Server resource name should be represented with their JNDI name
Summary: Server resource name should be represented with their JNDI name
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebServer 7 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: kishore320
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-15 11:03 UTC by prabushankar
Modified: 2010-03-23 14:37 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
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 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.