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 96554 - Implement undeploy action for datasources
Summary: Implement undeploy action for datasources
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: OC4J (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Michal Mocnak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-26 11:12 UTC by Michal Mocnak
Modified: 2007-03-15 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2007-02-26 11:12:51 UTC
Now it's not possible to undeploy oc4j's datasources from IDE. Implement
undeploy action.
Comment 1 Michal Mocnak 2007-02-26 17:13:39 UTC
Modified:
Checking in nodes/OC4JManagedDataSourcesChildren.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/nodes/OC4JManagedDataSourcesChildren.java,v
 <--  OC4JManagedDataSourcesChildren.java
new revision: 1.2; previous revision: 1.1
done
Checking in nodes/OC4JNativeDataSourcesChildren.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/nodes/OC4JNativeDataSourcesChildren.java,v
 <--  OC4JNativeDataSourcesChildren.java
new revision: 1.2; previous revision: 1.1
done
Checking in nodes/OC4JItemNode.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/nodes/OC4JItemNode.java,v
 <--  OC4JItemNode.java
new revision: 1.3; previous revision: 1.2
done
Checking in nodes/actions/UndeployModuleAction.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/nodes/actions/UndeployModuleAction.java,v
 <--  UndeployModuleAction.java
new revision: 1.2; previous revision: 1.1
done
Checking in config/OC4JDatasourceManager.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/config/OC4JDatasourceManager.java,v
 <--  OC4JDatasourceManager.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 Michal Mocnak 2007-03-15 10:25:06 UTC
Verified