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 72816 - Data Source Management
Summary: Data Source Management
Status: RESOLVED DUPLICATE of bug 73712
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-19 17:33 UTC by Libor Kotouc
Modified: 2006-03-17 17:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
j2eeserver diff (12.42 KB, patch)
2006-02-19 17:40 UTC, Libor Kotouc
Details | Diff
Datasource.java (808 bytes, text/plain)
2006-02-19 17:42 UTC, Libor Kotouc
Details
DatasourceManager.java (680 bytes, text/plain)
2006-02-19 17:42 UTC, Libor Kotouc
Details
j2eeserver diff with Javadoc (16.38 KB, patch)
2006-02-20 10:27 UTC, Libor Kotouc
Details | Diff
Datasource.java with Javadoc (1.12 KB, text/plain)
2006-02-20 10:32 UTC, Libor Kotouc
Details
DatasourceManager.java (893 bytes, text/plain)
2006-02-20 10:33 UTC, Libor Kotouc
Details
Interesting parts of JBoss plugin DS mgmt (6.14 KB, patch)
2006-02-20 11:16 UTC, Libor Kotouc
Details | Diff
JBossDatasource.java (2.15 KB, text/plain)
2006-02-20 11:18 UTC, Libor Kotouc
Details
JBossDatasourceManager.java (3.67 KB, text/plain)
2006-02-20 11:20 UTC, Libor Kotouc
Details
Update #1: j2eeserver diff with Javadoc (20.35 KB, patch)
2006-02-22 15:52 UTC, Libor Kotouc
Details | Diff
Update #1: Datasource.java with Javadoc (1.12 KB, text/plain)
2006-02-22 15:58 UTC, Libor Kotouc
Details
Update #1: DatasourceManager.java with Javadoc (1.83 KB, application/octet-stream)
2006-02-22 15:59 UTC, Libor Kotouc
Details
Update #1: JBossDatasource.java (5.25 KB, text/plain)
2006-02-22 16:40 UTC, Libor Kotouc
Details
Update #1: JBossDatasourceManager.java (9.72 KB, text/plain)
2006-02-22 16:41 UTC, Libor Kotouc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Libor Kotouc 2006-02-19 17:33:54 UTC
Design API for retrieving and manipulating datasources on the server, implement
for key servers (Appserver 8.x/9, Tomcat, JBoss), use this API in all clients
that require datasource handling.
Comment 1 Libor Kotouc 2006-02-19 17:40:45 UTC
Created attachment 28932 [details]
j2eeserver diff
Comment 2 Libor Kotouc 2006-02-19 17:42:11 UTC
Created attachment 28933 [details]
Datasource.java
Comment 3 Libor Kotouc 2006-02-19 17:42:45 UTC
Created attachment 28934 [details]
DatasourceManager.java
Comment 4 Libor Kotouc 2006-02-20 10:27:48 UTC
Created attachment 28938 [details]
j2eeserver diff with Javadoc
Comment 5 Libor Kotouc 2006-02-20 10:32:30 UTC
Created attachment 28939 [details]
Datasource.java with Javadoc
Comment 6 Libor Kotouc 2006-02-20 10:33:45 UTC
Created attachment 28940 [details]
DatasourceManager.java
Comment 7 Libor Kotouc 2006-02-20 11:16:52 UTC
Created attachment 28941 [details]
Interesting parts of JBoss plugin DS mgmt
Comment 8 Libor Kotouc 2006-02-20 11:18:47 UTC
Created attachment 28942 [details]
JBossDatasource.java
Comment 9 Libor Kotouc 2006-02-20 11:20:34 UTC
Created attachment 28943 [details]
JBossDatasourceManager.java
Comment 10 Libor Kotouc 2006-02-22 15:52:22 UTC
Created attachment 28986 [details]
Update #1: j2eeserver diff with Javadoc
Comment 11 Libor Kotouc 2006-02-22 15:58:03 UTC
Created attachment 28987 [details]
Update #1: Datasource.java with Javadoc
Comment 12 Libor Kotouc 2006-02-22 15:59:14 UTC
Created attachment 28988 [details]
Update #1: DatasourceManager.java with Javadoc
Comment 13 Libor Kotouc 2006-02-22 16:40:39 UTC
Created attachment 28989 [details]
Update #1: JBossDatasource.java
Comment 14 Libor Kotouc 2006-02-22 16:41:04 UTC
Created attachment 28990 [details]
Update #1: JBossDatasourceManager.java
Comment 15 Libor Kotouc 2006-03-17 17:05:37 UTC
New issue is filed for the subject because this issue has become confusing
because of number of attachments.

*** This issue has been marked as a duplicate of 73712 ***