Project

General

Profile

Activity

From 07/02/2003 to 07/31/2003

07/31/2003

09:56 PM Revision 1773 (metacat): JAVA 1.3 doesn't support this FileWriter(File fileName, boolean append). But 1.4 does.
Change to FileWriter(String fileName, boolean append). Both 1.3 and 1.4 support. Jing Tao
11:32 AM Revision 1771 (metacat): Change tomcat version from 3 to 4. So it will consistent with server.jar file location.
Jing Tao

07/30/2003

06:34 PM Revision 1770 (metacat): To make installation instruction clearer.
Jing Tao
06:33 PM Revision 1769 (metacat): Revise readme file for release 1.3
Jing Tao
02:03 PM Revision 1768 (metacat): Fixed bug in replication if doctype is null.
Jing Tao
10:50 AM Revision 1767 (metacat): Fixed a bug that replication didn't do inline data.
Jing Tao
09:04 AM Revision 1766 (metacat): Change a array size from 4*10(testing) to 4*1024.
Jing Tao

07/29/2003

05:41 PM Bug #1123 (In Progress): The DOM tree in EML parser probably cause memory issue
This bug may be considered as an EML module bug.
Currently, EML parser (it will check validation about reference id ...
Jing Tao
05:34 PM Bug #1122 (In Progress): XML document is a string in HttpServerletRequest object
When morpho or loadxml.html in metacat upload a xml document to metacat, it
allways stores the xml document in a pa...
Jing Tao
04:57 PM Revision 1765 (metacat): A note for set up replication between tomcat.
Jing Tao
09:08 AM Revision 1764 (metacat): Using reader replacing string to read inline data.
Jing Tao
09:07 AM Revision 1763 (metacat): Using reader to replace string to read inline data.
Jing Tao

07/28/2003

05:51 PM Revision 1762 (metacat): Change the way to handle inline data.
Jing Tao
05:50 PM Revision 1761 (metacat): When character size is greater than 4000, it will write to db.
Jing Tao

07/27/2003

08:51 PM Revision 1760 (metacat): Change string to stringreader to save memory.
Jing Tao
08:50 PM Revision 1759 (metacat): Change debug level.
Jing Tao

07/25/2003

08:39 AM Revision 1758 (metacat): Change the year from YY to YYYY
Jing Tao
08:13 AM Revision 1757 (metacat): Revise inital value for insert a new server. Change some debug level.
Jing Tao

07/23/2003

06:15 PM Revision 1756 (metacat): Revise initial value for server registry.
Jing Tao
06:13 PM Revision 1755 (metacat): Fixed a bug in registryDataFile.
Jing Tao
06:11 PM Revision 1754 (metacat): Delete a debug line.
Jing Tao
03:55 PM Revision 1753 (metacat): Change the date format from yy-mm-dd to mm/dd/yy.
Jing Tao
03:53 PM Revision 1752 (metacat): Change format from yy-mm-dd to mm/dd/yy.
Jing Tao
12:04 PM Revision 1751 (metacat): Get rid of to_date function.
Jing Tao
11:58 AM Revision 1750 (metacat): using toDate method rather than to_date function directly.
Jing Tao
11:55 AM Revision 1749 (metacat): Revise the toDate method for sql server.
Jing Tao
11:53 AM Revision 1748 (metacat): Get rid of toDate method and inherit from AbstractAdapter directly.
Jing Tao
11:52 AM Revision 1747 (metacat): Get rid of toDate method. It inherentise from AbstractAdaptor.
Jing Tao
11:50 AM Revision 1746 (metacat): Add a concrete method toDate which can transfer text string to date type.
Jing Tao

07/21/2003

06:35 PM Revision 1745 (metacat): Add new method to handle toDate function.
Jing Tao
05:26 PM Revision 1744 (metacat): Because MS SQL server has 3 jar files for JDBC, so revised build.xml.
Jing Tao
03:53 PM Revision 1743 (metacat): Fix somebugs for the script.
Jing Tao
03:52 PM Revision 1742 (metacat): add some new variables for JDBC in MSSQL.
Jing Tao

07/19/2003

10:20 PM Revision 1741 (metacat): MetaCat Servlet changed to get correct docid
skrish
06:50 PM Revision 1740 (metacat): Update script for sql: change a unique constraint in xml_relation table. Adding new fields in xml_replication and xml_access table. Adding new talbe xml_accesssubtree.
Jing Tao
06:48 PM Revision 1739 (metacat): Add new target for sql server.
Jing Tao

07/18/2003

11:24 PM Revision 1738 (metacat): EML interface Login Servlet
skrish
11:23 PM Revision 1737 (metacat): Metacat EMl Upload Interface
skrish

07/17/2003

05:49 PM Revision 1736 (metacat): Checkin new eml.jar which chad fixed a bug.
Jing Tao
05:48 PM Revision 1735 (metacat): Fixed some bugs in these style sheets.
Jing Tao
10:59 AM Revision 1734 (metacat): *** empty log message ***
skrish
10:54 AM Revision 1733 (metacat): *** empty log message ***
skrish

07/16/2003

05:53 PM Revision 1732 (metacat): Fixed some bugs in these style sheets.
Jing Tao

07/15/2003

05:14 PM Revision 1731 (metacat): Make the tree sturcture display working.
Jing Tao
02:08 PM Revision 1730 (metacat): Delete the description about to handle tomcat4. Now it is set as a property in build.xml.
Jing Tao
02:04 PM Revision 1729 (metacat): Add a new property of tomcat version. This one will control which web.xml file will be copied to installation directory.
Jing Tao
02:03 PM Revision 1728 (metacat): The web.xml for tomcat3.
Jing Tao
02:02 PM Revision 1727 (metacat): Rename it to web.xml.tomcat3
Jing Tao

07/03/2003

05:17 PM Revision 1726 (metacat): Revised style sheet base on matthew's suggestion.
Jing Tao
05:16 PM Revision 1725 (metacat): Add note for tomcat 4 to change web.xml
Jing Tao

07/02/2003

05:02 PM Revision 1724 (metacat): Add a getschema dependcy to target dist.
Jing Tao
04:03 PM Revision 1723 (metacat): got interservlet session handling working.
berkley
04:00 PM Revision 1722 (metacat): Change eml2 tag to STMML_SCHEMA_UPDATE.
Jing Tao
01:44 PM Revision 1721 (metacat): Recover back web.xml for tomcat3.
Jing Tao
01:28 PM Revision 1720 (metacat): Register stmml.xsd too.
Jing Tao
01:27 PM Revision 1719 (metacat): Registered stmml.xsd too.
Jing Tao
01:27 PM Revision 1718 (metacat): Add new parameter stmmlnamespace.
Jing Tao
12:09 PM Revision 1717 (metacat): fixed errors with jing and my merges
berkley
12:04 PM Revision 1716 (metacat): changes to make session management between monarch and metacat work.
berkley
 

Also available in: Atom