Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  bin 4810 over 15 years daigle moved file from metacat/bin to metacat/src/scri...
  docs 5935 over 13 years ben leinfelder photoshop file for creating the on/off query wi...
  lib 6002 over 13 years ben leinfelder hide the data section unless there is actually ...
  src 6001 over 13 years Chris Jones DocumentImpl.delete() now throws finer grained ...
  test 6006 over 13 years Chris Jones Fixed the testNCEASLogin() password that I mist...
LICENSE 17.7 KB 666 over 23 years Matt Jones Modified the license and copyright terms for ma...
README 28.8 KB 5311 about 14 years daigle Merge 1.9.2 changes back into the trunk
build.properties 3.08 KB 5729 over 13 years berkley don't install into /tmp
build.sh 1.03 KB 670 over 23 years Matt Jones Updated build files with minor documentation ch...
build.xml 56.6 KB 6003 over 13 years Chris Jones The DataONE service API jar has been renamed to...
workflowscheduler.build.xml 16.3 KB 5181 over 14 years ben leinfelder add required authentication exception class so ...

Latest revisions

# Date Author Comment
6006 03/03/2011 08:15 AM Chris Jones

Fixed the testNCEASLogin() password that I mistakenly changed.

6005 03/03/2011 07:47 AM Chris Jones

Now that MetacatHandler creates GUID identifier mappings and system metadata, many of the tests in IdentifierManagerTest were failing that were manually creating id mappings and system metadata.
Modified testCreateMapping() and testCreateSystemMetadataMapping() to use docids that haven't been inserted to just exercise the methods....

6004 03/02/2011 04:44 PM Chris Jones

Added a new test method testDeleteDocumentByGUID() to ensure MetacatHandler can delete based on GUID, but fall back to docid if the GUID isn't present. Modified CrudServiceTest and made some private methods public to leverage the D1 REST calls in that library (i.e. create() a doc with a GUID).

6003 03/02/2011 02:47 PM Chris Jones

The DataONE service API jar has been renamed to d1_common_java-0.5.0.jar, updated the build file accordingly. Added debug echo of the test classpath.

6002 03/02/2011 02:14 PM ben leinfelder

hide the data section unless there is actually data to display

6001 03/02/2011 02:12 PM Chris Jones

DocumentImpl.delete() now throws finer grained exceptions (not a general exception). Consequently, the classes that call it have been updated to handle the thrown exceptions, including CrudService, ReplicationHandler, and ReplicationService.

6000 03/02/2011 10:39 AM ben leinfelder

refactor the names of these Data Manager implementation classes so that it's easier to use them with the default/local versions of similar. These classes utilize Metacat-specific configuration values rather than relying soley on the bundles that are used in the stand-alone DM lib.

5999 03/01/2011 02:00 PM ben leinfelder

render the <data/> CDATA section in

 - it's a csv string

5998 03/01/2011 09:13 AM Chris Jones

To support GUIDs in MetacatHandler.handleDeleteAction(), I've added in a new method:
deleteFromMetacat() - deletes a document based on the docid
This factors the deletion code out of handleDeleteAction(). handleDeleteAction() now does a docid lookup based on GUID, and if it is not found, reverts to the deletion based on docid instead.

5997 02/28/2011 02:42 PM ben leinfelder

only include data value/operator when present in the form

View all revisions | View revisions

Also available in: Atom