Activity
From 07/25/2003 to 08/23/2003
08/21/2003
08/20/2003
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.
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 ... - 04:42 PM Revision 1805 (metacat): Revise this text file.
- 04:41 PM Revision 1804 (metacat): in toxml method, add new code to handle dtd.
- 04:41 PM Revision 1803 (metacat): Add a new constructor to hanlde DTD node.
- 04:40 PM Revision 1802 (metacat): Add code to handle public id and system id.
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 ...
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.
- 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.
- 06:05 PM Revision 1799 (metacat): Revise it.
- 06:04 PM Revision 1798 (metacat): Implement logout method.
- 06:04 PM Revision 1797 (metacat): Add a logout method.
- 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... - 04:29 PM Revision 1796 (metacat): Updated build file to build utilities more reliably.
- 12:35 PM Revision 1795 (metacat): Implemented the update and delete methods in the interface, along with tests.
- 11:43 AM Revision 1794 (metacat): New version of test document without illegal whitespace trailing the closing
- tag of the root element.
- 11:00 AM Revision 1793 (metacat): New test data for testing metacat client.
- 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.
- 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.
- 08:07 AM Revision 1790 (metacat): Query.xml for testing MetacatClient.
- 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...
08/11/2003
- 11:28 PM Revision 1788 (metacat): Refactored to use IOUtil routines. Reformatted for within-file consistency.
- 06:30 PM Revision 1787 (metacat): Add a test case for query method.
- 06:30 PM Revision 1786 (metacat): Implement query method.
- 06:29 PM Revision 1785 (metacat): Add metacatinaccessible exception for query.
- 03:24 PM Revision 1784 (metacat): Implemented the 'read' API call. Some more to go...
- 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.
08/10/2003
- 02:26 PM Revision 1782 (metacat): If uploading failed, the inline data will be deleted either.
- 02:26 PM Revision 1781 (metacat): If xml document uploading failed, the inline data file will be deleted either.
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...
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...
08/05/2003
- 11:17 AM Revision 1779 (metacat): Delete some confused words.
- 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.
08/04/2003
- 02:05 PM Bug #966: Transform for eml2 documents
- Create new eml2 style sheet and it is done
08/01/2003
- 10:39 AM Revision 1776 (metacat): Revise it a little bit.
- 10:25 AM Revision 1775 (metacat): New readme file for 1.3.1
- 09:02 AM Revision 1774 (metacat): Get this big testing file(3.3 M) to reduce the distribution package size.
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.
- 11:32 AM Revision 1771 (metacat): Change tomcat version from 3 to 4. So it will consistent with server.jar file location.
07/30/2003
- 06:34 PM Revision 1770 (metacat): To make installation instruction clearer.
- 06:33 PM Revision 1769 (metacat): Revise readme file for release 1.3
- 02:03 PM Revision 1768 (metacat): Fixed bug in replication if doctype is null.
- 10:50 AM Revision 1767 (metacat): Fixed a bug that replication didn't do inline data.
- 09:04 AM Revision 1766 (metacat): Change a array size from 4*10(testing) to 4*1024.
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 ... - 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... - 04:57 PM Revision 1765 (metacat): A note for set up replication between tomcat.
- 09:08 AM Revision 1764 (metacat): Using reader replacing string to read inline data.
- 09:07 AM Revision 1763 (metacat): Using reader to replace string to read inline data.
07/28/2003
- 05:51 PM Revision 1762 (metacat): Change the way to handle inline data.
- 05:50 PM Revision 1761 (metacat): When character size is greater than 4000, it will write to db.
07/27/2003
- 08:51 PM Revision 1760 (metacat): Change string to stringreader to save memory.
- 08:50 PM Revision 1759 (metacat): Change debug level.
07/25/2003
Also available in: Atom