Activity
From 02/17/2002 to 03/18/2002
03/18/2002
03/15/2002
- 05:12 PM Bug #444: Create a JUnit test framework for MetaCat
- In Metacat, build.xml file was revised. It now has a target named test. Now
user can type "ant test", then will buil... - 05:10 PM Revision 974 (metacat): This is sample JUnit test file for MetacatURL class. In this file, getProtocol, toString and getParam methods are tested.
- 04:58 PM Revision 973 (metacat): This script file can run serials queries and print out the running time.
- 04:56 PM Revision 972 (metacat): In order to test query performance. We need add lots of documents to database. This script file can add couple documents to database by for loop.
- 04:40 PM Revision 971 (metacat): Add a target - test in the file. Now user can type "ant test" to run the test class extends from JUnit.
03/14/2002
- 09:56 AM Bug #444 (Resolved): Create a JUnit test framework for MetaCat
- JUint is powerful test tool and we need apply it to MetaCat. The first step is
to create a framework for it. The ta...
03/08/2002
- 02:41 PM Revision 968 (metacat): Method endElement in AccessControList was revised. A feature that put access document itset into xml_access was added.
- 02:40 PM Bug #442: There is no entry in xml_access table for access document itself
- Method named endElement in AccessControlList class was revised and the code
for putting access document itself into ...
03/07/2002
- 02:50 PM Bug #442 (Resolved): There is no entry in xml_access table for access document itself
- When we create a data package in Morpho and save it into metacat. But there is
no permission in xml_access table fo... - 02:14 PM Revision 966 (metacat): In hasPermission method, a rule for access document is implements. If user want to write a access document, it should hhave "all" permission.
- The permission for access document now is looking up in xml_access table directly, rather get same permission to data...
- 02:14 PM Bug #436: Bug of MetaCat in handling permission issue
- morpho jar file now is in the lib. Maybe will replace by source code lately.
- 02:12 PM Bug #437: Document Access Control Rules
- hasPermission method was revised. If there is no record in xml_access table
for a document. We will check if the use...
03/06/2002
- 06:30 PM Bug #441: Unable to increment data id revision numbers
- In order to increase revision of data file docid, method registerDocument was
revised. Now it not only insert a new ... - 06:30 PM Revision 965 (metacat): In order to increase data file docid, method registerDocument was revised. Now it not only insert a new data file record to xml_documents table, but also can update the data file documents. Moreover, it can archieve the old version to xml_revisions table. Two other private methods were added to handl these futures: deleteXMLDocuments and getLatestRevisionNumber.
- 04:17 PM Revision 963 (metacat): fixed my tagging error
- 03:58 PM Revision 962 (metacat): some small changes I had to make to get the QAENGINE demo to work right. this should be committing in a branch
- 11:25 AM Bug #404: Create "CNAMEs" for LTER metcat and ldap
- I've created the ip name knb.lternet.edu and have created the following CNAMES
to it for now:
knb-ldap IN ... - 09:00 AM Revision 961 (metacat): We decided that the permission for a user to an access documents is as same as to the data set document(which contains the access document). In order to do this, we need to look-up xml-relation table. If we could find the data set document id, just check the id. If we couldn't find one, we need check if the user is owner. If it is, has permission. Otherwise, doesn't have.
03/05/2002
- 03:28 PM Bug #441 (Resolved): Unable to increment data id revision numbers
- In an attempt to let the Morpho user update a data file (NOT a metadata doc), it
was discovered that Metacat returns... - 02:49 PM Bug #417: Is sequential numbering of versions needed?
- A method named getLastRevisionNumber was added to AccessionNumber class. And
condition for checking accession number... - 01:14 PM Revision 959 (metacat): Add a new method getDataSetId to the class. The permission policy for access documents is: the user will have the same permission as data set file. (There is no entry in xml_access table for access document.
- 01:11 PM Revision 958 (metacat): Add a throwing exception in hasPermission and hasReadPermission methods.
- 01:09 PM Revision 957 (metacat): Add a throwing exception in haspermission method.
- 11:38 AM Revision 956 (metacat): A constructor for this class was added. In the new constructor, user can specify the revision number he want to update. In method writeDocumentToDB, when a update action happend, the rev number would not automatictlly to add one, but it can go to specified number. This is for bug 417.
- 11:33 AM Revision 955 (metacat): A constructor was added to this class. In this constructor, user can specify the revision number he want to update. And the number can be passed into a DocumentImpl object constructor in startElement method. But the number should be greater than current number in database.
- 11:28 AM Revision 954 (metacat): A method named getLastRevisionNumber was added. And condition for checking accession number was revised too. Now metacat wouldn't refuse a revsion number which is 2 or more greater than current revision number in the database. This is for bug 417.
- 09:19 AM Revision 953 (metacat): Access document was added to exported data package too.
- 09:15 AM Bug #411: package export feature
- Access document was able to be added to exported data package.
03/04/2002
- 09:01 PM Bug #436: Bug of MetaCat in handling permission issue
- In AccessControlList class, user, public and group will be put into a user
package. The permission for each element ... - 08:48 PM Bug #411: package export feature
- The permission issue was figure out too. In AccessControlList class, user,
public and group will be put into a user ... - 08:34 PM Revision 952 (metacat): The method - hasAllowRule was revised. If a action -read or update was approved, all ticket count of allow rule entries for this action will minus one if the entries have ticket count number (not null).
03/01/2002
02/26/2002
- 02:02 PM Revision 950 (metacat): In method transformXMLDocument, if no style sheet registered was found for the input document, the document will be send back, rather than use util.DebugMessge to print.
- 01:55 PM Revision 949 (metacat): Only delete some incorrect comment.
- 01:53 PM Revision 948 (metacat): When user request a data package, the old version documents would be exported. Only export the request one.
- During the export function. Every document will be check if the user has the permission to read or not.
- 11:28 AM Bug #437 (Resolved): Document Access Control Rules
- Now the rules for document access control in Morpho and MetaCat are:
1. If a data package doesn't have access contro... - 08:37 AM Revision 947 (metacat): The feature of check permission before Metacat handle a "read" action. If user doesn't have permission, its request will be rejected.
- After creating a DocumentImpl object. A method named hasReadPermission in that class will be called to make sure the ...
- 08:30 AM Revision 946 (metacat): A method named hasReadPermission was added. The method will check if a user has permission toread a xml document.
- 08:23 AM Revision 945 (metacat): A new method named hasPermissionToExportPackage was added. So when MetaCat handle export action, it will check if user has permission to read the data package. If it has, MetaCat will export a zip output stream to it. Otherwise, MetaCat will be through a exception.
- 08:18 AM Revision 944 (metacat): Code to handle "read" permission was changed in hasPermission method. The old code used old way to look up the public_access field in xml_documents table.
02/22/2002
- 03:24 PM Bug #411: package export feature
- Export feature was implemented. When a request containing a docid and
action=export, this feature will export the wh... - 03:02 PM Revision 943 (metacat): A new action named export was add to it. This action will export a zip output stream for a data package. In the zip output stream, meta data documents, data files and a html summary file are include. The stucture will looks like:
- package----/metadata/metadata docments
|
----/data/data files
|
----html file - 02:56 PM Revision 942 (metacat): Two metacat util methods were add. One is getDocIdFromString and the other is getVersionFromString. They output a docid and revision if a string like str1.str2.str3. were passed to them.
- 02:53 PM Revision 941 (metacat): A method named transformXmlDocument were overload. It transform an XML document to StringWriter using the stylesheet reference from the db.
- 02:50 PM Revision 940 (metacat): A public method named getZippedPackage() and other relative private methods were add to this class. The public method can give a zip output stream if a docid and other parameters were passed to it.
- 02:46 PM Revision 939 (metacat): A property named "morpho" was added. It is the path for morpho.jar. (Now, in DBQuery class some morpho package class are used). Morpho was added to cpath too. During the "install", morpho willbe copy to the target too.
- 02:39 PM Revision 938 (metacat): In QBQuery class some classes - Triple and TripleCollection, which come from morpho package wereused. So morpho.jar was added to metacat libray. The reseaon to use these class is xml document need to be parsed and get docids' relationship.
- 01:05 PM Bug #436 (Resolved): Bug of MetaCat in handling permission issue
- After login the metacat from that web page by using
"uid=tao,o=NCEAS,dc=ecoinformatics,dc=org" as username, the dat...
02/21/2002
- 02:57 PM Bug #272: install production root LDAP server
- Because of problems with the server space.lternet.edu, a new production LDAP server needs to be
setup. It is possibl... - 02:35 PM Bug #435 (Resolved): Source of problem with LTER metacat localized
- We have isolated the metacat problem to problems with the individual server
"space.lternet.edu". These problems sur...
02/20/2002
- 03:16 PM Revision 937 (metacat): Adding the style sheet of html file in zip data package for morpho to metacat.
- So the html summary file can have the same style in morpho and metacat zip package.
- 03:10 PM Revision 936 (metacat): Adding a new doctype and its publicid="-//NCEAS//eml-generic//EN".
- It connects http://@server@@style-path@/generic-morpho.xsl.
So the html files in zip data package have the same style...
02/19/2002
- 08:14 AM Bug #433 (Closed): browse interface to metacat
- Searching in metacat works fine, but as the number of enries grows we are going
to want to be able to browse through...
02/18/2002
- 03:29 PM Bug #432: Metacat error message when authenticating from Morpho to LTER metacat
- Database connection problem was a result of incorrect password.
- 01:39 PM Bug #432: Metacat error message when authenticating from Morpho to LTER metacat
- This is most likely a configuration issue on the LTER Metacat rather than a bug.
LTER does not yet have our public ke... - 01:06 PM Bug #432 (Resolved): Metacat error message when authenticating from Morpho to LTER metacat
- [space: oracle] 124: Error creating pool of database connections in
MetaCatServlet.handleGetOrPost
Io exception: ...
Also available in: Atom