Activity
From 08/16/2016 to 09/14/2016
09/14/2016
- 10:08 PM Revision 9992 (metacat): Add a new feature on the 2.7.2 release note.
- 10:03 PM Feature #7101 (Resolved): Metacat-index picks up the changes in log4j.properteis without restarting tomcat
- In the initialize method of ApplicationControl class, the code like this was added:
PropertyConfigurator.configureAn... - 09:21 PM Feature #7101 (Resolved): Metacat-index picks up the changes in log4j.properteis without restarting tomcat
- Metacat can pick up the changes in log4j.properteis without restarting tomcat. However, Metacat-index can't. This is...
- 10:00 PM Revision 9990 (metacat): Add the method PropertyConfigurator.configureAndWatch to monitor the change on log4j.properties file.
- 11:09 AM Revision 9988 (metacat): Add more log information.
- 11:07 AM Revision 9986 (metacat): Add a note to notify users that the reindex action is asynchronized.
- 11:05 AM Revision 9984 (metacat): Add more log information.
- 11:02 AM Revision 9982 (metacat): Add more log information.
09/13/2016
- 02:53 PM Revision 9980 (metacat): Add more notes for 2.7.2 release.
- 02:40 PM Feature #7096 (Resolved): Disable the feature of downloading external schemas for unregistered namespaces
- Disable the downloading for both dtd and schema files.
- 02:39 PM Feature #7097 (Resolved): Provide clear messages to clients if the namespaces/formatids of the schemas of xml objects are not registered in Metacat
- Add the customized message rather than the general SAX message.
- 02:38 PM Feature #7098 (Resolved): Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- Implemented above plan and wrote a junit test class for testing.
- 01:12 PM Revision 9976 (metacat): Made the class implements the interface LexicalHandler.
- 01:07 PM Revision 9974 (metacat): Add code to check if a dtd is registered when the parser processes the dtd part.
09/12/2016
- 10:20 PM Revision 9972 (metacat): Fixed a bug that the public id can't be assigned.
- 09:44 PM Revision 9969 (metacat): Change the debug level from debug to trace.
- 08:51 PM Revision 9968 (metacat): Since we disable the schema downloading feature, this test doesn't work anymore.
- 04:27 PM Bug #7100 (Resolved): Metacat Replication doesn't happen if an object is created by MN.create or CN.create
- The problem is:
We use the method MNodeService.getInstance(request).create(session, guid, object, sysmeta) to create... - 03:47 PM Bug #7100 (Resolved): Metacat Replication doesn't happen if an object is created by MN.create or CN.create
- I set up the replication between my local host and mn-demo.
In a test case, if an object is created by Metacat API... - 01:24 PM Revision 9966 (metacat): Add more test cases.
09/09/2016
- 10:35 PM Revision 9964 (metacat): Change some debug statments from debug to trace.
- 10:13 PM Revision 9962 (metacat): Change the debug level from debug to trace.
- 09:58 PM Revision 9960 (metacat): Down the debug level from debug to trace.
- 09:37 PM Revision 9958 (metacat): Removed a unused parameter - formatId from method writeReplication.
- 09:17 PM Revision 9956 (metacat): Add the feature to support the noNamespaceSchemalLocation and refactory the code.
- 05:32 PM Revision 9954 (metacat): Add the code to handle the exception which is throwed when the local schema can't be found for a given namespace or format id.
- 05:30 PM Revision 9953 (metacat): Add the code to throw an exception to tell users that the namespace or format id was not registered in Metacat.
- 03:16 PM Revision 9950 (metacat): Add the test methods for methods which can figure out the schema location.
- 03:14 PM Revision 9948 (metacat): Add the methods to figure out the schema location base on namespace, format id or no-namespace-schema-location uri.
- 01:56 PM Revision 9946 (metacat): Add a new constant for no-namespace schemas.
- 11:39 AM Revision 9944 (metacat): Add a method to get the type.
- 11:38 AM Revision 9943 (metacat): Add a method to get the type of the schema.
- 10:30 AM Revision 9940 (metacat): Add a new class represent a schema without a namespace.
09/08/2016
- 05:02 PM Revision 9938 (metacat): Change the type for the no-name-namespace schema from Schema to NoNamespaceSchema.
- 04:38 PM Revision 9936 (metacat): Change the type for the no-name-namespace schema from Schema to NoNamespaceSchema.
- 11:10 AM Revision 9934 (metacat): Add a junit test class.
- 11:08 AM Revision 9932 (metacat): Add a test document with the noNamespaceSchemaLocation attribute.
- 11:06 AM Revision 9930 (metacat): Add a SAX parser to determine the namespace of a xml object. It only parses the root element, then stops.
- 09:41 AM Revision 9928 (metacat): Put the formatid and nonamespace_schema_location into one record for fgdc.
- 09:23 AM Revision 9926 (metacat): Put the formatid and nonamespace_schema_location into one record for fgdc.
09/07/2016
- 11:20 AM Revision 9924 (metacat): Add the code to create a new column on xml_catalog table.
- Register the nonamespace format id or uni on the xml_catalog table.
- 11:08 AM Revision 9922 (metacat): Add the script to upgrade db to version 2.7.2
09/06/2016
- 05:09 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- The system metadata is:
<?xml version="1.0" encoding="UTF-8"?> ... - 05:08 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- An example of nonamespaceschema xml document.
The uri can be:
https://www.fgdc.gov/schemas/metadata/fgdc-std-001... - 04:56 PM Revision 9920 (metacat): Add the fgdc schemas which downloaded from https://www.fgdc.gov/metadata/
- 03:43 PM Revision 9918 (metacat): Disable the feature of downloading external schemas.
09/02/2016
- 06:20 PM Revision 9916 (metacat): Change the log information a little bit.
- 05:45 PM Revision 9914 (metacat): Add the test files.
- 05:44 PM Revision 9913 (metacat): use the new rules to validate an xml object base on dtds.
- 11:41 AM Revision 9906 (metacat): Add a dependency on servlet-api.jar with the scope "provided".
- 11:14 AM Revision 9905 (metacat): Show the annotation target under the attribute name
09/01/2016
- 04:10 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- In case somebody can't read the google doc. Here is the content:...
- 02:53 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- The workflow we will use:
https://docs.google.com/document/d/1tRb1-S_gKfkuCRvYFamfnB2_pBLSus8NuYZ1fADiQ0U/edit?ts=... - 12:35 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- All dents are missing in above comment. I have to upload the file.
- 12:31 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- Current workflow:
formatId = systemMetadata.getObjectFormatId(); // from Metacat API, this is null.
dtdText = ht... - 09:01 AM Feature #7096: Disable the feature of downloading external schemas for unregistered namespaces
- Wow, that's quite a shift in behavior. I guess I missed the meeting when this was discussed, but sounds like there wa...
08/31/2016
- 05:48 PM Bug #7094: Metacat is not expanding groups in the rightsHolder field during authorization
- I wrote those docs, which do explicitly say that RightsHolder is of Type.Subject, which is defined as "An identifier ...
- 03:29 PM Bug #7094: Metacat is not expanding groups in the rightsHolder field during authorization
- The docs aren't explicit about this, but I can see why you'd expect any Subject to work.
http://jenkins-1.dataone.or...
08/30/2016
- 06:32 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- Jing -- I think at one point (and maybe currently) there was a chunk of code that used the name of the root element o...
- 02:23 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- Jing, for documents coming in from the DataONE API, Metacat should have access to the formatId from the system metada...
- 02:17 PM Feature #7098: Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- Since there is no target namespaces in the schema, in order to identify the schema, we have to use the object format ...
- 01:57 PM Feature #7098 (Resolved): Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
- Currently, Metacat caches the schemas with the combination keys of namespaces plus format ids. It set the property o...
- 06:31 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
- I changed the title of this bug. It is different to the case we tried to figure out the xml schema location. The corr...
- 05:54 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
- Jing -- I think at one point (and maybe currently) there was a chunk of code that used the name of the root element o...
- 04:34 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
- Let's go back to the original issue. We have a record on xml_catalog table:
catalog_id | entry_type | source_doctyp... - 03:34 PM Feature #7099: Create a new admin page for Metacat admins to register schemas
- This is good idea - we can avoid to create two copies of registered schemas in the registry process and the scenario ...
- 03:16 PM Feature #7099: Create a new admin page for Metacat admins to register schemas
- I think this is a good idea, but I think we should go the other way -- have the copy in wepapps/metacat/schema be the...
- 02:34 PM Feature #7099: Create a new admin page for Metacat admins to register schemas
- The schema locations is /tomcat-home/webapps/metacat/schema (in order to be accessible by the http), so the new insta...
- 02:27 PM Feature #7099 (New): Create a new admin page for Metacat admins to register schemas
- Currently we add new schemas base on Metacat release sand occasionally add it by sql commands.
We will disable Meta... - 01:48 PM Feature #7097 (Resolved): Provide clear messages to clients if the namespaces/formatids of the schemas of xml objects are not registered in Metacat
- I believe currently the message for schema not found depends on the sax parser exception. It is not clear, we need im...
- 01:41 PM Feature #7096 (Resolved): Disable the feature of downloading external schemas for unregistered namespaces
- Currently, Metacat will download the schemas during the metadata object inserting if it finds the namespaces is not ...
08/26/2016
- 04:30 PM Task #7095: Improve error message for: User tried to update an access module when they dont have ‘ALL’ permission!"
- Did a globe search and found the message is in the Eml200SAXHandler and Eml201SAXHandler classes.
- 04:14 PM Task #7095 (Closed): Improve error message for: User tried to update an access module when they dont have ‘ALL’ permission!"
- We get this error all the time when doing various (apparently illegal) operations:
> User tried to update an acces... - 11:19 AM Bug #7094: Metacat is not expanding groups in the rightsHolder field during authorization
- I'm targeting this for 2.8.0 since we have an immediate workaround on arcticdata.io.
- 10:24 AM Bug #7094 (Closed): Metacat is not expanding groups in the rightsHolder field during authorization
- With a @SystemMetadata@ document like:...
- 10:04 AM Bug #7093 (New): Metacat-index is not indexing all package members correctly
- Shirley pointed out that for the @urn:uuid:09fd1d96-c6b0-442d-b1cb-e2c4a2e476b6@ package on arcticdata.io:
https:/...
08/25/2016
- 12:03 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
- The problem is that even though we have a cached copy, we still need to modify the noNamespaceSchemaLocation attribut...
- 11:49 AM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
- There are two common locations used for FGDC schemas, both appear to be functionally equivalent and yield identical s...
- 11:01 AM Bug #7092 (New): Upgrade xerces and xalan lib
- Currently we are using xerces and xalan 2.7 version which came out in 2005. We need to upgraded it.
08/24/2016
- 05:21 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
- The lib/schema directory was historically populated by first use, rather than during the build. It was only later th...
- 04:59 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
- To register the entry on loaddtdschema-postgres.sql exists for a long time since we can see it on Metacat 1.9.0. Howe...
- 04:12 PM Bug #7091 (New): Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
- The FGDC namespace is registered in our xml_catalog table:
27 | Schema | | | metad... - 10:05 AM Revision 9902 (metacat): Add the release note for 2.7.2
- 10:01 AM Bug #7090 (Resolved): Change a Metacat member node's synchronization value on the admin page doesn't work
- The problem was in Metacat. In the d1Admin page, those properties were modified by the Metacat way - throught the pro...
- 09:45 AM Revision 9900 (metacat): Every time when we modified the metacat.properties file through the PropertyService, the Setting class will be updated as well. Otherwise, the values on the Setting class are still the old one.
08/23/2016
- 05:06 PM Bug #7090 (Resolved): Change a Metacat member node's synchronization value on the admin page doesn't work
- https://redmine.dataone.org/issues/7861
08/18/2016
- 02:40 PM Bug #7083 (Closed): Metadata/data objects which have obsoletedBy field ignore the resource map index
- It was fixed in the d1_cn_index_processor component. I created a new 2.2.1 tag and built it on Jenkons. Please see:
... - 11:32 AM Support #7076 (Closed): Migrate metacat build to use EML git repo
- The code was merged to 2.7 branch. It worked well.
08/17/2016
- 05:33 PM Support #7076: Migrate metacat build to use EML git repo
- I merged the code to the 2.7 branch. It works fine to me.
- 03:20 PM Task #7087 (Closed): Remove the support of Oracle on documentation
- They were removed on both the trunk and 2.7 branch.
- 03:19 PM Task #7087 (Closed): Remove the support of Oracle on documentation
- We dropped the support of oracle on 2.7.0. But we didn't remove it from documentation.
- 03:08 PM Revision 9893 (metacat): Remove the oracle support.
- 01:53 PM Bug #7086 (Resolved): External links in the registry should open in new tab
- 01:24 PM Bug #7084 (Closed): Metacat creates an Invalid Content-Disposition value for some filenames
Also available in: Atom