Project

General

Profile

Activity

From 05/21/2002 to 06/19/2002

06/17/2002

04:48 PM Bug #537: SQL error when first insert a new record into xml_replication table
In xmltables.sql, When creating xml_replication table, a entry for local host
was added. the line looks like:
INSERT...
Jing Tao
03:38 PM Bug #537 (Resolved): SQL error when first insert a new record into xml_replication table
When we first time to insert a server into xml_replication table from web
browser by sneding a get command line
(...
Jing Tao
03:59 PM Revision 1229 (metacat): added mappings for new eml beta6 stylesheets
brooke
03:24 PM Bug #536: Changes to Metacat build script to install stylesheets from eml cvs module
In getdtd target in build.xml, another function copy was added and it will
copy the *.xsl file from checked out eml ...
Jing Tao
01:17 PM Bug #536 (Resolved): Changes to Metacat build script to install stylesheets from eml cvs module
INTRODUCTION:
Metacat build script currently installs stylesheets from the metacat (xmltodb)
cvs module to the <to...
Matthew Brooke
02:37 PM Revision 1228 (metacat): Change the maximum connection number from 10 to 25.
Jing Tao
02:36 PM Revision 1227 (metacat): Change eml-tag to RELEASE_EML_2_0_0_BETA_6_REV1. In "getdtd" target, style sheet will be check out from eml module and will be copy to lib/style.
Jing Tao

06/14/2002

11:20 AM Revision 1222 (metacat): Change the test case order.
Jing Tao
10:25 AM Bug #474: Metacat in Ecoinfo hang
From above testing, we know JDBC connection always hung in there after it was
used for certain amount of times (let ...
Jing Tao
09:36 AM Revision 1221 (metacat): Add code to shrink connection pool size. If all connections are free.
Jing Tao
09:36 AM Revision 1220 (metacat): Add a new method shrinkConnectionPoolSize .
Jing Tao

06/13/2002

03:43 PM Revision 1219 (metacat): Add a new method to shrink DBConnection pool size.
Jing Tao
12:01 PM Revision 1218 (metacat): Add this file from branch to head.
Jing Tao
11:54 AM Revision 1217 (metacat): Merge DBConnection branch to head.
Jing Tao
11:51 AM Revision 1216 (metacat): Merger DBConnect branch to head.
Jing Tao
11:37 AM Revision 1215 (metacat): Merge DBConnection branch to head.
Jing Tao
11:37 AM Revision 1214 (metacat): Merge branch to head.
Jing Tao

06/11/2002

02:31 PM Bug #522: NullPointer exception if Request doesn't specify a value for "action" parameter
In MetaCatServlet class, code for handling request param is empty was added.
So if the pramater is empty, it wouldn'...
Jing Tao

06/06/2002

04:27 PM Bug #522 (Resolved): NullPointer exception if Request doesn't specify a value for "action" parameter
If Request doesn't specify a value for the "action" parameter, Tomcat throws a
NullPointer exception.
Example:...
Matthew Brooke
08:44 AM Bug #331: metacat data replication feature
Change data file replication from node base to server base.
Add a feature that for requesting data file to home serv...
Jing Tao
08:42 AM Bug #332: hub replication feature
Change hub feature form node base to server base Jing Tao

06/05/2002

07:56 PM Bug #474: Metacat in Ecoinfo hang
Here is result for JDBC 9.0.1 when process increased to 200:
Time # of loop Reseaon of end
1. 100,000 Succe...
Jing Tao

06/03/2002

02:56 PM Bug #474: Metacat in Ecoinfo hang
The following is the result by using JDBC 9.0.1 (Process number = 50)
Time # of loop Reseaon for end
1. 3...
Jing Tao
10:08 AM Bug #474: Metacat in Ecoinfo hang
When process inrcrease to 200 in init.oral file, the following is the results:
Time # of for loop Reseaon of en...
Jing Tao

05/30/2002

09:22 AM Bug #474: Metacat in Ecoinfo hang
A test program was applied to JDBC connection. This programm will open a
connection and used this connection to exec...
Jing Tao

05/29/2002

08:28 AM Revision 1143 (metacat): This is code for testing how many sql commands one connection can be executed.
Jing Tao

05/24/2002

04:09 PM Revision 1142 (metacat): Change back to Connection. DBConnection will store in cvs branch..
Jing Tao
03:56 PM Revision 1141 (metacat): Change back to Connection. DBConnection will store in a cvs branch.
Jing Tao
03:51 PM Revision 1140 (metacat): Change back to using Connection. The DBConnection will be store in a cvs branch.
Jing Tao
03:47 PM Revision 1139 (metacat): Change to using Connection back rather than DBConnection. DBConnection will be store in a cvs branch.
Jing Tao
08:52 AM Revision 1138 (metacat): Add a new method commit.
Jing Tao

05/23/2002

10:33 PM Revision 1137 (metacat): Change the API for dbAdopter.
Jing Tao
10:30 PM Revision 1136 (metacat): Change back to pass Connection a parameter.
Jing Tao
10:29 PM Revision 1135 (metacat): Change back to pass connection as parameter.
Jing Tao
10:28 PM Revision 1134 (metacat): Change back to pass connection as a parameter. Because new connection will cause an error.
Jing Tao
10:26 PM Revision 1133 (metacat): Change back to pass connection as paramter in getUniqueID, otherwise new connection will cause a error:
sequence XML_NODES_ID_SEQ.CURRVAL is not yet defined in this session Jing Tao
08:50 PM Revision 1132 (metacat): Add a new method - createStatement.
Jing Tao
08:48 PM Revision 1131 (metacat): Correct the parameter of getDBConnection - methodName in code.
Jing Tao
08:42 PM Revision 1130 (metacat): Change for every method to use getDBConnection and returnDBConnection to manage DBConnection.
Jing Tao
08:39 PM Revision 1129 (metacat): Using getDBConenction rather than pass connection as parameter.
Jing Tao
08:38 PM Revision 1128 (metacat): Using getDBConnection rather than pass connection as a parameter.
Jing Tao
08:36 PM Revision 1127 (metacat): Using getDBConnection method rather than a parameter.
Jing Tao
08:35 PM Revision 1126 (metacat): Change the prototype of method getUniqeID
Jing Tao
05:58 PM Revision 1125 (metacat): Add DBConnectionPool object in servlet's init method and DBConnectionPool's release method in servlet's destory method.
Jing Tao
05:56 PM Revision 1124 (metacat): Delete connection as a class field and make every method to check in and check out connection if it need.
Jing Tao
05:54 PM Revision 1123 (metacat): Make a every method check in and check out DBConnection if this method need a connection.
Jing Tao
01:40 PM Revision 1122 (metacat): In returnDBConnection method, a new parameter named serialNumber was added. It will compare to the checkOutSerialNumber in DBConnection.
Jing Tao
01:38 PM Revision 1121 (metacat): Add a new attribute named checkOutSerialNumber, which to make sure when DBConnection would not be check in mutiple times.
Jing Tao
08:46 AM Revision 1120 (metacat): Change some debug message.
Jing Tao

05/22/2002

08:22 PM Revision 1119 (metacat): Change package name of this class.
Jing Tao
08:19 PM Revision 1118 (metacat): Change package name. Factor of docid change from 10000 to 100000.
Jing Tao
08:17 PM Revision 1117 (metacat): Change package name and data file path. The factor for docid change from 10000 to 100000.
Jing Tao
08:15 PM Revision 1116 (metacat): Change directories setting for junit test and junit nettest.
Jing Tao
03:56 PM Revision 1115 (metacat): This is the data file for testing insert data file action.
Jing Tao
03:55 PM Revision 1114 (metacat): This is a net test file for metacat.
Jing Tao
03:53 PM Revision 1113 (metacat): Add to cvs
Jing Tao
03:52 PM Revision 1112 (metacat): Add metacat test to cvs.
Jing Tao
03:48 PM Revision 1111 (metacat): delete it
Jing Tao
03:40 PM Revision 1110 (metacat): *** empty log message ***
Jing Tao
02:26 PM Revision 1109 (metacat): Change the file path from aboslute to relative.
Jing Tao
01:19 PM Bug #466: Create a JUnit class for Metacat action
Test cases for successful and failed login as NCEAS, PISCO and LTER ladp users
were created.
Test cases for inserti...
Jing Tao
01:11 PM Revision 1108 (metacat): Add the test case for inserting data file.
Jing Tao
01:10 PM Revision 1107 (metacat): Add a set system peroperty -Djava.protocol.handler.pkgs=HTTPClient in nettest target.
Fixed the bug in running ant in gethttpclient target. Jing Tao
01:05 PM Revision 1106 (metacat): This is is a text file will be inert into metacat for testing. The content is "Hello, world".
Jing Tao

05/21/2002

09:30 PM Revision 1105 (metacat): This is new package and its testcase will involve morpho httpmessage class to insert data file.
Jing Tao
09:25 PM Revision 1104 (metacat): Add the test case to insert invalidate xml and non well-formed xml documents.
Jing Tao
09:23 PM Revision 1103 (metacat): Add two targets in build file: gethttpclient and nettest. gethttpclient wil checkout morpho and ran ant get httpclient.jar(cvs doesn't have httpclient.jar). nettest will run a junit test which will involve httpclient.jar file.
Jing Tao
10:15 AM Bug #502: Security issues in replication
Now code was changed and public key can be a control for replcation. Even a
server is the replication server list, b...
Jing Tao
09:59 AM Revision 1102 (metacat): Add the code to handle error in the respone for a update request.
Jing Tao
09:53 AM Revision 1101 (metacat): Add test ssl work or not in handleUpdateRequest method too.
Jing Tao
08:36 AM Revision 1100 (metacat): Change code to handle the error message.
Jing Tao
08:35 AM Revision 1099 (metacat): Add error message to outPut in catch clause in handleGetDocument Request.
Jing Tao
 

Also available in: Atom