Jing Tao's activity
From 08/26/2016 to 09/24/2016
09/14/2016
- 10:03 PM Metacat 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 Metacat 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...
09/13/2016
- 02:40 PM Metacat 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 Metacat 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 Metacat 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.
09/12/2016
- 04:27 PM Metacat 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 Metacat 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...
09/06/2016
- 05:09 PM Metacat 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 Metacat 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...
09/01/2016
- 04:10 PM Metacat 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 Metacat 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 Metacat 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 Metacat 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...
08/30/2016
- 06:32 PM Metacat 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:17 PM Metacat 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 Metacat 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 Metacat 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...
- 04:34 PM Metacat 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 Metacat 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 ...
- 02:34 PM Metacat 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 Metacat 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 Metacat 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 Metacat 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 Metacat 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.
Also available in: Atom