ben leinfelder's activity
From 03/21/2013 to 04/19/2013
04/18/2013
- 05:18 PM Metacat Task #5918 (Closed): Separate unit tests from integration tests
- Since some of the metacat-index tests currently require Metacat be running in order to succeed, we need to skip them ...
- 05:14 PM Metacat Task #5909 (Resolved): Design configuration for metacat-index
- Now sharing metacat.properties using the Settings class from DataONE libclient.
Also sharing the hazelcast.xml fi... - 05:10 PM Metacat Task #5917 (Closed): Create NCEAS search form that uses SOLR instead of pathquery
- The UI can stay the same, but the underlying query that is generated (via JS?) would be SOLR syntax and would be sent...
- 05:08 PM Metacat Task #5916 (Closed): Create resultset-solr.xsl
- For rendering SOLR query results from MN.query() on the client side.
- 05:07 PM Metacat Task #5915 (Closed): Use MN.query(solr) in NCEAS skin
- As a first pass, we should refactor the NCEAS skin as it currently exists in the Metacat project and make it call MN....
04/16/2013
- 02:13 PM Metacat Task #5908 (Rejected): Investigate EAR deployment of all Metacat webapps
- Tomcat is not a full-fledged application server - just a container - so it does not support EARs. I think we should c...
- 01:05 PM Metacat Task #5907 (Closed): Integrate metacat-index build in Metacat build
- Now building into dist folder.
04/12/2013
- 10:04 AM Metacat Feature #5914 (Closed): Reconcile SOLR server/client versions
- DataONE schema uses SOLR v3.x and Metacat-indexer wants to use SOLR v4.x (for the client capabilities). There are sch...
- 09:58 AM Metacat Feature #5913 (Closed): Handle indexing errors
- For unexpected errors, we need to track and retry the indexing task before giving up and notifying the administrator....
- 09:55 AM Metacat Feature #5912 (Closed): Force indexing on individual object[s]
- Metacat-index should allow an administrator to force [re]indexing of any object in the system.
- 09:33 AM Metacat Feature #5911 (Closed): Repair index after outage
- Because the indexer listens for insert/update/remove happening in Metacat, it will miss events that occur when it is ...
- 09:24 AM Metacat Feature #5910 (Closed): Build index from scratch
- The index will need to be completely built when:
- Initial upgrade to version that supports solr indexing
- Unexpec...
04/11/2013
- 05:27 PM Metacat Task #5909 (Resolved): Design configuration for metacat-index
- The location of the solr index needs to be configured and the default should be: /var/metacat/solr
All three compon... - 05:21 PM Metacat Task #5908 (Rejected): Investigate EAR deployment of all Metacat webapps
- 05:20 PM Metacat Task #5907 (Closed): Integrate metacat-index build in Metacat build
- metacat-index is a Maven project hosted within the Metacat project repository and should build a metacat-index.war ar...
- 05:16 PM Metacat Task #5906 (Resolved): Implement MetacatSolrIndex class
- This is basically just a pass-through to the SOLR engine using the "embedded" client. The sooner this is implemented,...
- 05:13 PM Metacat Task #5905 (Resolved): Implement access control filter
- 05:12 PM Metacat Task #5904 (Resolved): Design mechanism to enforce access policy
- 05:10 PM Metacat Task #5820: Incorporate DataONE indexing
- We decided to use - wholesale - the existing DataONE index configuration component even though it uses Spring. It wil...
- 05:08 PM Metacat Task #5883: Create unit tests to exercise Metacat SOLR query/index features
- Jing already has a head-start with the SolrIndexTest!
- 05:05 PM Metacat Bug #5875 (Rejected): d1_cn_index_processor package
- Using maven to manage this dependency now.
- 01:46 PM Morpho Bug #5902 (Resolved): Replace "Owner" with "Creator" in Morpho interface
04/10/2013
- 03:57 PM Morpho Bug #5902: Replace "Owner" with "Creator" in Morpho interface
- Updated the UI and language bundles to use "Creator" or suitable variation/translation. Also updated the documentatio...
- 02:20 PM Morpho Bug #5902 (Resolved): Replace "Owner" with "Creator" in Morpho interface
- Using the word 'Owner' in the Morpho UI was a mistake, and is misleading. We should not have used it in our web disp...
- 03:35 PM EML Bug #5903 (Resolved): Replace "Owner" with "Creator" in EML stylesheets
- This is now tagged and being pulled into Morpho and Metacat. https://code.ecoinformatics.org/code/eml/tags/RELEASE_EM...
- 02:34 PM EML Bug #5903 (Resolved): Replace "Owner" with "Creator" in EML stylesheets
- "Data Set Owners:" should be "Data Set Creators:" etc...
- 11:33 AM Metacat Bug #1217 (Closed): Extend Metacat Interface and Client
- Much if not all of this has been in the MetacatClient for a long time now. Since we are deprecating the Metacat API i...
- 11:30 AM Metacat Bug #1324: A Commit or Save Work button that wrote intermediate results to the metadata
- Can consider this for the Metacat-UI project specs
- 11:28 AM Metacat Bug #1691 (Closed): Metacat client library: use direct method calles for efficiency
- We are deprecating the Metacat API in favor of the DataONE API.
- 11:26 AM Metacat Bug #1693 (Closed): Metacat client library: Static Cookies
- We changed to use standard apache HttpClient and made the cookie sessionId value a per-MetacatClient instance variable.
- 11:23 AM Metacat Bug #1980 (Works For Me): Duplication when displaying catalog of data packages
- Searching for "Latitudinal Extents of New World Mammals" shows the single document with no duplicate indexed values.
- 11:20 AM Metacat Bug #2130: Not able to delete DPs from KNB
- Both of these documents still exist - not sure if they should be deleted or not. They are -//ecoinformatics.org//eml-...
- 11:17 AM Metacat Bug #2237 (Resolved): web.xml, tomcat and jstl
- 11:17 AM Metacat Bug #2237 (Rejected): web.xml, tomcat and jstl
- Now using v2.5 schema:...
- 10:33 AM Metacat Bug #2310 (Resolved): Advanced search functionality has to be integrated into various skins.
- Will be handled by Metacat-UI project
- 09:18 AM Metacat Bug #3177 (Closed): Advanced Search needs some attention
- We basically know that searching on non-indexed paths takes a very long time. This will ultimately be replaced by the...
- 09:04 AM Metacat Bug #2313: Metacat Skins: Skins should not be installed by default
- Should be considered as part of the Metacat-UI project.
04/09/2013
- 06:17 PM Metacat Bug #2496 (Closed): Wrong values indexed when empty tags are indexed
- probably resolved by the related bug (6 years ago)
- 05:28 PM Metacat Bug #2804 (Closed): Nested Elements Cause the Returned Data to Be Truncated.
- These are interesting results for mixed content. Really if you want to use XML but not have it treated as such you sh...
- 05:21 PM Metacat Bug #2813 (Closed): One Data Set Citation project id does not match with correct project id
- This is further compounded (intractable) for the DOIs we minted when becoming a DataONE MN.
- 05:19 PM Metacat Bug #2818 (Closed): access_log bypassed by replication
- When documents are inserted or read via replication, this should be logged as the other metacat server so I think thi...
- 05:15 PM Morpho Bug #2852: Unable to delete a table that only includes the data file documentaion
- This sounds like a Morpho bug - moving it.
- 05:14 PM Metacat Bug #2873 (Resolved): tomcat versions and java standard tag library (jstl)
- jstl 1.1.2 is being used and Geoserve has been externalized. I think this is resolved.
- 05:11 PM Metacat Bug #2905 (Resolved): Query cache mechanism
- 05:10 PM Metacat Bug #3000 (Closed): Multiple Permissions Orders exist for Single Document
- Mike added checks to prevent different permOrders from being inserted for the same object.
- 05:09 PM Metacat Bug #2984 (Closed): "AccessControlList.getACL" returns outdated XML structure
- This has been reworked so that access rules can be parsed just like they were embedded in EML.
- 05:04 PM Metacat Bug #3017: The Ampersand returns a blank page on searches
- I do get a blank page on the KNB (v2.0.3) and can see this message in the log:...
- 04:55 PM Metacat Bug #3018 (Resolved): Document installation and deployment of registry system
- The instructions for deploying and getting dependencies are very good, as are the apache config instructions.
- 04:53 PM Metacat Bug #3085: document the impact of re-deploying on metacat.properties
- Crucial properties are backed up and restored when upgrading metacat, though I believe this does not include password...
- 04:38 PM Metacat Bug #3402: internal dtds are not handled
- We are saving the XML doc (both inserted and uploaded) to disk now - not sure if this problem persists.
- 04:07 PM Metacat Bug #3509: Fix XML Schema filesystem namespace conflicts and backups
- This can certainly cause issues when remote XSDs happen to have the same filenames (as many versioned schema do)
- 04:04 PM Metacat Bug #3591 (Rejected): Move search returndoctype definitions to a centralized location
- One of the point of using skins is that some skins might use doctypes that others do not. We can't really centralize ...
- 04:01 PM Metacat Bug #3718 (Rejected): toolRef.model.getSRS error in console when rendering map
- We are not using mapbuilder any more.
- 03:43 PM Metacat Bug #3736 (Closed): Remove confirmation message and reference to KNB on default search
- changed to "Show all data?"
- 01:31 PM Metacat Bug #3816: Export action doesn't create complete package
- Well, instead of a zip file, I get the XML error message but as if it were a .zip file download:...
- 01:26 PM Metacat Bug #3833 (Rejected): Advanced search (liveMap) map doesn't display on linux firefox
- Current Metacat releases use OpenLayers for rendering maps in browser.
- 01:25 PM Metacat Bug #3887 (Resolved): Add sessionid parameter to XML link in EML stylesheet
- sessionId is being included in the XML link
- 01:23 PM Metacat Bug #3895 (Closed): Add/update authentication architecture documentation
- Might as well just defer this to the DataONE authentication process since we do not want people to start implementing...
- 01:20 PM Metacat Bug #3911 (Closed): Old cgi-bin references are still being rendered by 1.8.1 registry code
- 01:16 PM Metacat Bug #3982 (Closed): Geoserver processes obsolete requests in background
- This is all in Geoserver's court since it stands alone from Metacat now. If it can figure out which requests no longe...
- 01:14 PM Metacat Bug #4027 (Closed): JSESSIONID is not expiring, causing a security risk
- isn't this just 6 hours?...
- 01:01 PM Metacat Bug #4043 (Closed): lack of eml-access tree prohibits the doc owner from viewing
- uid=sbc,o=LTER,dc=ecoinformatics,dc=org is the owner and should have ALL permission on this object. As the metacat ad...
- 12:56 PM Metacat Bug #4116 (Closed): Data file replication from sanparks failed
- judithk.954.1 is now on the KNB
- 12:55 PM Metacat Bug #4234: Configuration of Registry in 1.9.1 has incorrect library paths
- We run registry in KNB/NCEAS without issue...can we close this?
- 12:49 PM Metacat Bug #4266 (Closed): error reading EML replicated to knb
- Rev 6 is on the KNB now and we are up to rev 24.
- 12:47 PM Metacat Bug #4269 (Closed): EML from data.piscoweb not replicating to knb
- They have been replicated (sometime in the last 3 years...).
- 12:44 PM Metacat Bug #4173 (Rejected): use svn:externals for dependency injection
- Moving in the Maven and/org Git direction
04/08/2013
- 02:01 PM Metacat Bug #4437: allow-public-read rule is not being honored
- Is this a random instance, or an example of a prevalent problem with EML 2.0.1 packages that you have added?
- 01:49 PM Metacat Bug #4442: Spatial indexing should not run and block metacat
- Thoughts:
-if it runs in the background it is entirely possible to get incomplete results if you query as the index... - 01:41 PM Metacat Bug #5395: Get unexpected result if a search was done before metacat finishes its indexing during the inserting process.
- There's nothing we can do about the indexing delay unless we perform indexing while blocking the insert/upload proces...
- 01:38 PM Metacat Bug #5243: ldapweb.cgi crashes with invalid password characters
- Jim -- do you remember which characters?
- 01:36 PM Metacat Bug #4602: Enable TLS for all LDAP functions
- This should be considered with our InCommon application.
- 11:53 AM Morpho Bug #5900 (Rejected): There is no a menu item for editing the Access information in the Document menu
- It has moved to the File menu (see #5886) because it doesn't really edit the metadata anymore (basically a service ca...
04/04/2013
- 09:02 AM Morpho Bug #5897: Improve UI for saving using a DOI
- Looks good. A couple suggestions:
1. Make all the fonts the same size/format in the dialog. Right now the instructio...
04/03/2013
- 04:05 PM Metacat Bug #4612 (Rejected): EML file content out of sync with metacat
- 03:07 PM Metacat Bug #4886: "DatabaseService is already registered" error after configuring Metacat
- We still get this from time to time. Sometimes it even takes a few restarts of tomcat to get it running again.
- 03:02 PM Metacat Bug #4862 (Closed): NCEAS registry form now creates access rules for extra parties
- This is a configuration issue. I'll remove the ESA entry, but keep the knb-prod entry because we use this same Metaca...
03/27/2013
- 04:16 PM Metacat Bug #5837 (Rejected): Strings
- little or no utility without details or examples.
- 10:41 AM Morpho Bug #5854: Include Replication Policy screen in the NDP wizard sequence
- now using additionalMetadata/metadata/replicationPolicy to stash the XML for the ReplicationPolicy.
- 09:29 AM Morpho Bug #5854: Include Replication Policy screen in the NDP wizard sequence
- During the NDP wizard I put the ReplicationPolicy block (serialized as XML doc) in the additionalMetadata section of ...
- 09:26 AM Morpho Bug #5898: Some issue in the RelicationPolicyPage
- Now defaulting to 0 in case they leave blank.
03/25/2013
- 02:33 PM Metacat Bug #5814: Test CILogon-to-LDAP account mapping utility
- we've been using this on mn-demo-5 with good result
Also available in: Atom