Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.1
-
Fix Version/s: None
-
Component/s: jca
-
Labels:None
Description
The AddResources(sun-resources-xml) is excellent for adding a set of resources, but the API is missing a equal command to reverse the process, (Delete|Purge|Remove)Resources(sun-resources-xml) is no where to be found.
The 'workaround' in the current API seems to be to read the sun-resources-xml file in question and run the individual delete resource commands, e.g. DeleteJDBCResource, DeleteJMSResource.
A DeleteResources(sun-resources-xml) command that would reverse a AddResources(sun-resources-xml) command would be helpful.