Project

General

Profile

Activity

From 04/18/2010 to 05/17/2010

05/17/2010

04:31 PM Revision 5362 (metacat): listObjects is almost working. need to get the result set parsed when returned to CrudService.
berkley
03:36 PM Revision 5361 (metacat): Add a mapping between kar xml namespace and karxml.xsl.
Jing Tao
03:34 PM Revision 5360 (metacat): Add a style sheet to transform kar xml document.
Jing Tao
11:50 AM Revision 5359 (metacat): setting up the framework for the listObjects api call
berkley
10:32 AM Revision 5358 (metacat): added the renamed Java classes for ObjectList
berkley

05/14/2010

05:57 PM Revision 5357 (metacat): Change the search query according to the karxml change.
Jing Tao
02:55 PM Revision 5356 (metacat): changed the detailCode for DataOne exceptions to a string
berkley
11:40 AM Bug #3835: design and implement OAI-PMH compliant harvest subsystem
Matt Jones wrote:
> Thanks, Duane. I had missed that document, which seems quite complete after looking it over. Wo...
Duane Costa
08:03 AM Bug #3835: design and implement OAI-PMH compliant harvest subsystem
Hi Matt,
Support for OAI-PMH is included in the Metacat distribution as of version 1.9.2. Configuring Metacat as an ...
Duane Costa
11:18 AM Revision 5355 (metacat): added getSystemMetadata to ResourceHandler and changed the url format to be meta/guid. added a new servlet reponse handler in the web.xml file to handle the new urls and send them to the RestServlet.
berkley
10:25 AM Bug #5011 (Resolved): Add support for DataONE service API
Metacat will be used within DataONE as both a Member Node and as a component of the Coordinating Node infrastructure.... Matt Jones

05/13/2010

04:28 PM Revision 5354 (metacat): Change the return type from kar to the namespace.
Jing Tao
02:29 PM Revision 5353 (metacat): implemented update in ResourceHandler and fixed a bug in CrudService where data files were not handled correctly on update
berkley
01:33 PM Bug #3835: design and implement OAI-PMH compliant harvest subsystem
Hi Hannu --
Regarding Comment #1, I've inquired over email about the status of this feature with Duane Costa, who dev...
Matt Jones

05/12/2010

03:03 PM Bug #4843: ESA registry: Remove 'station' default value from Organization Name
On second thought, I'll take this one step further.
It doesn't make sense for Organization Name to appear as a field...
Jim Regetz
01:29 PM Bug #5007 (New): ESA registry: Logout link appears even when not logged in
Even when I'm not logged in, I see the Logout link rather than the expected Login link in the top menu at http://data... Jim Regetz
12:31 PM Bug #4904: NCEAS Projects list is missing from registry form dropdown
Yes, it is point 3 under Common Problems and Issues on the KNB maintenance page: http://help.nceas.ucsb.edu/Metacat_a... Matt Jones
12:13 PM Bug #4904: NCEAS Projects list is missing from registry form dropdown
Daigle fixed this (I think by adding the admindb password?), but I'm not sure if this step got added to the config no... Jim Regetz
10:55 AM Revision 5352 (metacat): removed system.outs
berkley
10:42 AM Revision 5351 (metacat): update works. it was the test that was faulty. all working now
berkley
08:52 AM Bug #4842: ESA moderators should receive email notification of document revisions
Mike Daigle added this, and it is working as expected. Jim Regetz

05/11/2010

04:49 PM Revision 5350 (metacat): amost have update working. still need to get unit test squared away.
berkley
11:34 AM Revision 5349 (metacat): removed old method that didn't do anything
berkley
11:32 AM Revision 5348 (metacat): added exception testing to the crud test
berkley
10:58 AM Revision 5347 (metacat): added a new target to install the dataone schemas from a loca dir if you don't want svn calls being made during installation
berkley

05/10/2010

04:36 PM Revision 5346 (metacat): getSystemMetadata is now working. added unit test as well.
berkley
04:35 PM Revision 5345 (metacat): adding stax jar. if this is somewhere else, i'll remove it, but i'm unable to find it anywhere in dataone
berkley
04:18 PM Revision 5344 (metacat): getting getSystemMetadata to work
berkley
02:59 PM Revision 5343 (metacat): adding test for getSystemMetadata. a bit of refactoring.
berkley
02:57 PM Revision 5342 (metacat): adding test for getSystemMetadata. a bit of refactoring.
berkley
02:54 PM Revision 5341 (metacat): adding test for getSystemMetadata. a bit of refactoring.
berkley
01:15 PM Revision 5340 (metacat): refactored XMLSchemaService to not have static methods. made the CrudServiceTest more robust.
berkley

05/07/2010

04:30 PM Revision 5339 (metacat): removed system.outs
berkley
04:28 PM Revision 5338 (metacat): fixed schema location bug. the dataone schemas are now correclty found
berkley
03:15 PM Revision 5337 (metacat): removed CrudService dependency on servlet params. CrudService is now a singleton. I'm getting an error from metacat saying it can't find teh systemmetadata schema, even though it is, in fact, registered with metacat. need to identify why this is happening.
berkley

05/05/2010

09:55 PM Revision 5336 (metacat): Fixed some minor documentation errors regarding the Harvester.
Matt Jones

05/03/2010

05:23 PM Revision 5335 (metacat): added a test for CrudService and added tests for IdentifierManager for each method
berkley
03:28 PM Revision 5334 (metacat): refactoring to remove duplicate code
berkley
03:05 PM Revision 5333 (metacat): adding a system to track system metadata documents for dataone
berkley

04/29/2010

09:14 AM Revision 5332 (metacat): Added initial implementation of getSystemMetadata and its associated REST service. Current implementation is returning a hardcoded system metadata document -- need to look up the real document for each guid and return that.
Matt Jones
01:28 AM Revision 5331 (metacat): Completed main parts of CrudService.create(). Now the method writes both data and metadata objects along with their system metadata, and handles the mapping between global identifiers and local identifiers. Access control and logging still need to be dealt with to properly authenticate and then log activities.
Matt Jones
12:56 AM Revision 5330 (metacat): Updating build to properly clear temporary export directory before doing svn export.
Matt Jones

04/28/2010

07:04 PM Revision 5329 (metacat): Modify CrudService to write SystemMetadata to disk with an autogenerated localId and an autogenerated GUID. Validation depends on the DataONE schemas being setup in xml_catalog properly, so still need to check upgrade scripts to be sure these new schemas are added. Still need to handle the metadata document insert, but should be same as system metadata insert.
Matt Jones
07:01 PM Revision 5328 (metacat): Add support for getting the DataONE schemas from SVN and copying them into metacat's schema catalog. Still need to update the oracle scripts as well.
Matt Jones
06:55 PM Revision 5327 (metacat): Added comment about MIME form processing.
Matt Jones
06:54 PM Revision 5326 (metacat): Refactored schema service to call doRefresh() in constructor to eliminate code duplication.
Matt Jones
06:52 PM Revision 5325 (metacat): Added note on TODO for access bug.
Matt Jones

04/27/2010

03:24 AM Bug #3835: design and implement OAI-PMH compliant harvest subsystem
I would be curious to hear what is the status of these developments now? We are very much looking for them.
My view ...
Hannu Saarenmaa

04/26/2010

04:11 PM Revision 5324 (metacat): replication of guids now works. tested this for both forced replication and update/insert/delete triggered replication
berkley
02:25 PM Revision 5323 (metacat): fixed bug where guid end tag wasn't getting printed
berkley
12:29 PM Revision 5322 (metacat): added a method in IdentifierManager to get a guid from a docid and rev. added fields in the documentinfo replication document to pass the guid. now need to handle the guid and insert it into the table if its found
berkley

04/22/2010

04:54 AM Revision 5321 (metacat): Add 'metacat/lib/oaipmh' directory to the list of required jar files in the 'Set up Metacat Dependencies' section.
Duane Costa

04/19/2010

10:14 PM Revision 5320 (metacat): Refactored metacat to use dataone-service-api-0.3.0 jar file, with the new JIBX generated types and serialization. Included JIBX runtime jar in metacat to handle serialization and deserialization of SystemMetadata objects. Removed the old API jar file.
Matt Jones
04:51 PM Revision 5319 (metacat): Modifications to support the DataONE service API version 0.1.0. For DataONE, the get() and
create() services are partially complete. Several more functions and checks need to be added to
create() before it i...
Matt Jones
 

Also available in: Atom