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 107081

Summary: Need API support for deleting/renaming datasources
Product: serverplugins Reporter: _ jimdavidson <jimdavidson>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker CC: pjiricka
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 107082    

Description _ jimdavidson 2007-06-18 21:22:01 UTC
Currently the JNDI name for a datasource is specified when the datasource is first created, and no support is provided
for changing or deleting it afterwards.

VisualWeb users have expressed a need to change the name, either to match an existing JNDI name on the server, or to
avoid a conflict.  This would require additions to the API.
Comment 1 Sherold Dev 2007-06-19 15:44:38 UTC
Are you talking about datasource JNDI name or about resource reference name? At this point I see no real need for adding
the API you are talking about. BTW, what conflict would you like to avoid?

It would be great if you could list all the use cases which would use this API.