Activity
From 03/12/2010 to 04/10/2010
04/09/2010
- 01:19 PM Bug #3894: Document metacat eclipse dev setup
- Documented in docs/dev/metacat-eclipse-project.html
04/07/2010
04/06/2010
- 06:03 PM Revision 5302 (metacat): Adding commons-io jar for the IOUtils utilities for stream manipulation.
- 05:58 PM Revision 5301 (metacat): Modified ResourceHandler to return error codes in XML format for the get() method.
04/02/2010
- 06:54 PM Revision 5299 (metacat): Modifications to metacat rest service to use the new DataONE CrudService for
- get() operation. Minor issue with permissions errors propagating up the
stack, but otherwise this is the first imple... - 11:29 AM Revision 5298 (metacat): Modified readFromMetacat() to pass most exceptions up the call stack, which
- allows creation of new entry points for calling reads. Still need to
continue factoring out the HTTPServletResponse ...
04/01/2010
- 04:30 PM Revision 5297 (metacat): Excluding the Maven ant tasks jar from the metacat war distribution because
- it is not needed (its only used to build dataone-service at build time, and
is unused at runtime), and it conflicts w...
03/29/2010
- 12:50 PM Bug #4907 (Resolved): Replication error stops insert/update of valid EML document
- It appears that a replication error causes insert/update to fail that would otherwise succeed:
On March 26, 2010, ...
03/26/2010
- 10:46 PM Bug #4904 (Resolved): NCEAS Projects list is missing from registry form dropdown
- On the NCEAS data registry form, the dropdown menu for "NCEAS Project(s)" only has a small number of what appear to b...
03/24/2010
- 12:41 AM Revision 5295 (metacat): Modified the build.xml to include a new task for building the dataone
- service api package, which generates a jar file that is put into lib. This
task depends on maven being installed in ...
03/23/2010
- 08:37 PM Revision 5294 (metacat): Updated the build to properly locate the servlet jar depending on which
- version of tomcat is being used, tomcat5 or tomcat6.
- 01:28 PM Bug #4900: LDAP referral connection timeout
- added code to skip the referral and continue to the next one if there was a problem with the first referral. This all...
- 11:22 AM Bug #4900: LDAP referral connection timeout
- matt's suggestions
2) modify metacat to gracefully deal with referral failures and timeouts
3) modify metacat to quer... - 11:12 AM Bug #4900: LDAP referral connection timeout
- This came to light when Judith and Victoria were trying to authenticate with the saeonocean metacat node (that points...
- 11:09 AM Bug #4900 (Resolved): LDAP referral connection timeout
- When trying to authenticate with a SANParks username from Metacat hosts that point to ldap.ecoinformatics.org, the au...
- 01:13 PM Revision 5293 (metacat): when looking up group membership, skip referrals that have errors
- http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4900
- 12:56 PM Revision 5292 (metacat): skip referrals that have errors (connection timeout, host down, etc)
- http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4900
03/22/2010
03/19/2010
- 09:16 AM Bug #4691: Registry mixes up users when saving
- Fixed the reference to the contact Fax number that was showing up in the creator section.
- 09:15 AM Bug #4838: Permissions error for link contained in Data Set Citation section
- I changed the link results to display in the top window. This displays a straight read action for the document, whic...
03/18/2010
- 11:33 AM Bug #4892 (New): ESA registry shouldn't allow accepted docs to be modified
- As submitter of an ESA document, I was able to modify the doc *after* it was accepted by the moderator, which I belie...
- 11:20 AM Bug #4838: Permissions error for link contained in Data Set Citation section
- Yep, the permissions problem is fixed. However, now when clicking the link, the frame that contains the doc is replac...
- 10:09 AM Bug #4691: Registry mixes up users when saving
- As tested on esa-dev: The FAX number provided in the contact section is still going into both the creator and contact...
- 04:02 AM Revision 5287 (metacat): Modified ResourceHandler.deleteObject() to take a globally unique id (guid)
- as input rather than a metacat-conformant docid. The guid is translated
into a metacat docid which is then used in t... - 03:11 AM Revision 5286 (metacat): Added support to ResourceHandler to allow the putObject method to use
- arbitrary guid strings as input. These strings are examined, and if they
match the Metacat docid format (scope.id.re... - 03:06 AM Revision 5285 (metacat): Adding a new property to be used as an identifier prefix by default.
03/17/2010
- 11:27 PM Revision 5284 (metacat): Updated MetacatRestClientTest so that the tests are actually calling fail()
- when errors occur, and fixed all sixteen tests so that they run successfully
and can be run from any client (i.e., th... - 11:22 PM Revision 5283 (metacat): Fixed bug in getNextRevision() where "error" documents were not being
- detected properly before searching for the next identifier.
- 06:54 PM Revision 5282 (metacat): Added initial support for arbitrary string identifiers in metacat (referred to as a guid). The new identifier table is used to map arbitrary string identifiers to Metacat's current docid format (referred to as the localId). Added a new IdentifierManager class to manage this table, adding new mappings as objects are added to the system. Modified the MetacatTest service to utilize this mapping table to look up a localId from a guid. IdentiferManagerTest is working with these guids now, as is the MetacatTest service get() method, but other parts of the system are unaware of them (e.g., create, update, delete operations are unaware, and no mapping is created when new documents are created). As a consequence, the MetacatRestClientTest is not working (although it also had lots of hardcoded dependencies that need to be fixed as well).
- 03:29 PM Bug #4130: data tables in KNB display dataTable->physical->objectName
- Changed the xsl to only use the entityName
- 01:33 PM Bug #4886 (New): "DatabaseService is already registered" error after configuring Metacat
- I installed Metacat from 1.9.2 branch and configured it successfully. Then I typed
the url on the browser:
http://c...
03/16/2010
- 01:40 PM Bug #4130: data tables in KNB display dataTable->physical->objectName
- (In reply to comment #4)
> In my opinion, entityName is a lot lett predictable than objectName. In
> morpho, the use... - 02:12 AM Revision 5277 (metacat): Added copyright, license, and class documentation.
- 12:33 AM Revision 5276 (metacat): Modified table structure to change identifiers table (previously unused) to
- represent a mapping between arbitrary string identifiers and metacat docids.
More information in https://trac.dataone...
03/12/2010
- 01:23 PM Bug #4130: data tables in KNB display dataTable->physical->objectName
- Jim,
I think you should talk this over with Mark -- he was the one who made the strong case for using objectName, an... - 12:32 PM Bug #4130: data tables in KNB display dataTable->physical->objectName
- It turns out showing both names looks a little odd when they are identical (which is usually the case), and potential...
Also available in: Atom