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 - Need API support for deleting/renaming datasources
Summary: Need API support for deleting/renaming datasources
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 107082
  Show dependency tree
 
Reported: 2007-06-18 21:22 UTC by _ jimdavidson
Modified: 2007-08-30 17:36 UTC (History)
1 user (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 _ 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.