Project

General

Profile

Activity

From 07/26/2003 to 08/24/2003

08/21/2003

05:25 PM Revision 1807 (metacat): Remove one varible - itis for itislib.jar
Jing Tao

08/20/2003

01:40 PM Revision 1806 (metacat): Drop xml_accesssubtree table before the xml_document table.
Jing Tao

08/19/2003

05:54 PM Bug #435: Source of problem with LTER metacat localized
This was an information only bug. It does not need to be remain as an active bug. David Blankman

08/14/2003

04:52 PM Bug #1130: System Id is changed by Metacat
Metacat didn't store the info about docname, public id and system id when user
upload a xml document.
I create new ...
Jing Tao
04:42 PM Revision 1805 (metacat): Revise this text file.
Jing Tao
04:41 PM Revision 1804 (metacat): in toxml method, add new code to handle dtd.
Jing Tao
04:41 PM Revision 1803 (metacat): Add a new constructor to hanlde DTD node.
Jing Tao
04:40 PM Revision 1802 (metacat): Add code to handle public id and system id.
Jing Tao

08/13/2003

11:53 AM Bug #305: create an ofa compliant oracle instance
A new instace of oracle from ecoinfo backup file was created in my local machine
- pine and a metacat is runing in ...
Jing Tao

08/12/2003

06:08 PM Revision 1801 (metacat): Add a new user and passwd for another user who doesn't have permssion try to read, delete, update xml files.
Jing Tao
06:07 PM Revision 1800 (metacat): Add new test case to testing logout, user doesn't have permision to read, insert, update and delete documents. Add new test case to test inaccessible metacat.
Jing Tao
06:05 PM Revision 1799 (metacat): Revise it.
Jing Tao
06:04 PM Revision 1798 (metacat): Implement logout method.
Jing Tao
06:04 PM Revision 1797 (metacat): Add a logout method.
Jing Tao
06:01 PM Bug #1130 (Resolved): System Id is changed by Metacat
When a user try to read a document which is based on dtd, currently Metacat will
send back the document with the sy...
Jing Tao
04:29 PM Revision 1796 (metacat): Updated build file to build utilities more reliably.
Matt Jones
12:35 PM Revision 1795 (metacat): Implemented the update and delete methods in the interface, along with tests.
Matt Jones
11:43 AM Revision 1794 (metacat): New version of test document without illegal whitespace trailing the closing
tag of the root element. Matt Jones
11:00 AM Revision 1793 (metacat): New test data for testing metacat client.
Matt Jones
10:55 AM Revision 1792 (metacat): Updated test so that the query test works. Now all tests should pass, but
still having the cntl-m issue on one server. Matt Jones
10:40 AM Revision 1791 (metacat): New test code for metacat client. Auto-generate id. Query and read from
the inserted document. Still having some problems with the tests. Matt Jones
08:07 AM Revision 1790 (metacat): Query.xml for testing MetacatClient.
Jing Tao
12:24 AM Revision 1789 (metacat): Implemented the "insert()" method and wrote a test to test it. The new test
depends on the property "newdocid" be set to something unique in the build.xml
file so that the insert will work prop...
Matt Jones

08/11/2003

11:28 PM Revision 1788 (metacat): Refactored to use IOUtil routines. Reformatted for within-file consistency.
Matt Jones
06:30 PM Revision 1787 (metacat): Add a test case for query method.
Jing Tao
06:30 PM Revision 1786 (metacat): Implement query method.
Jing Tao
06:29 PM Revision 1785 (metacat): Add metacatinaccessible exception for query.
Jing Tao
03:24 PM Revision 1784 (metacat): Implemented the 'read' API call. Some more to go...
Matt Jones
12:19 PM Revision 1783 (metacat): Wrote the login() function, the first of the series of API calls for
the metacat client to be implemented. Also wrote a test class to
test the API functionality.
Matt Jones

08/10/2003

02:26 PM Revision 1782 (metacat): If uploading failed, the inline data will be deleted either.
Jing Tao
02:26 PM Revision 1781 (metacat): If xml document uploading failed, the inline data file will be deleted either.
Jing Tao

08/08/2003

04:16 PM Revision 1780 (metacat): Added a new subpackage (edu.ucsb.nceas.metacat.client) which is a client
access library for the metacat. There is an interface (Metacat.java) that
provides simple access methods for the mai...
Matt Jones

08/06/2003

02:19 PM Bug #1127 (Resolved): marine web site enhancements
The following list was compiled when matt was at nceas in july 2003:
-make the login more friendly
-say "reposito...
Chad Berkley

08/05/2003

11:17 AM Revision 1779 (metacat): Delete some confused words.
Jing Tao
11:16 AM Revision 1778 (metacat): Change the code for getdtd getschema and getdtdschema. Eml module will be check out to build/tmp rather than build/src. Otherwise it will cause problem in knbweb install.
Jing Tao

08/04/2003

02:05 PM Bug #966: Transform for eml2 documents
Create new eml2 style sheet and it is done
Jing Tao

08/01/2003

10:39 AM Revision 1776 (metacat): Revise it a little bit.
Jing Tao
10:25 AM Revision 1775 (metacat): New readme file for 1.3.1
Jing Tao
09:02 AM Revision 1774 (metacat): Get this big testing file(3.3 M) to reduce the distribution package size.
Jing Tao

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
 

Also available in: Atom