Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  upgrade 6953 about 12 years ben leinfelder look up nodedata values first, then update each...
AdminException.java 1.47 KB 4080 almost 16 years daigle Merge 1.9 changes into Head
AuthAdmin.java 10.9 KB 6932 about 12 years Matt Jones Refactoring classes that throw generic Exceptio...
BackupAdmin.java 8.89 KB 5076 over 14 years daigle Change RequestUtil forwardRequest() method to t...
D1Admin.java 18.3 KB 6941 about 12 years Chris Jones Update the D1Admin class to set the dataone.con...
DBAdmin.java 35.6 KB 6012 about 13 years ben leinfelder add support for temporal element query in pathq...
GeoserverAdmin.java 11 KB 6560 over 12 years ben leinfelder correctly check for missing config values durin...
LoginAdmin.java 5.27 KB 6124 almost 13 years Chris Jones Merged in the D1_0_6_2_BRANCH changes that incl...
MetacatAdmin.java 1.64 KB 6124 almost 13 years Chris Jones Merged in the D1_0_6_2_BRANCH changes that incl...
MetacatAdminServlet.java 9.68 KB 6951 about 12 years ben leinfelder rollback processing Error change -- creates a l...
PropertiesAdmin.java 13.7 KB 6635 over 12 years ben leinfelder DataONE MN registration/configuration is now it...
ReplicationAdmin.java 5.86 KB 6672 over 12 years ben leinfelder replication control panel now fully implemented...
SkinsAdmin.java 11.7 KB 5076 over 14 years daigle Change RequestUtil forwardRequest() method to t...

Latest revisions

# Date Author Comment
6953 01/26/2012 08:40 AM ben leinfelder

look up nodedata values first, then update each one - trying to avoid out of memory exception.

6951 01/25/2012 07:41 AM ben leinfelder

rollback processing Error change -- creates a loop on error. ugh

6950 01/24/2012 10:55 PM ben leinfelder

report processing errors after exceptions have been caught and recorded, otherwise the web UI is blank and there is no clue what happened unless you look in the logs.

6941 01/23/2012 03:09 PM Chris Jones

Update the D1Admin class to set the dataone.contactSubject property. I've added the property to the http request to be added to the JSP form, but for now am setting the property using the dataone.subject field value. Not sure if we want to expose the contact subject in the form yet or not.

6935 01/23/2012 12:53 PM ben leinfelder

generate ORE maps only once -- and persist the flag to the main backup properties so that subsequent Metacat upgrades remember this value.

6933 01/20/2012 10:46 PM Matt Jones

Added DOI generation to the 2.0.0 upgrade process. To succeed, this script must be run on a fresh 2.0.0 database, or on a 1.9.5 version database, as those are the only ways to get the needed foreign keys to be marked as deferrable. The identifier conversion must be turned on by setting correct properties in metacat.properties. See the comments in GenerateGlobalIdentifiers for details. By default, conversion is set to false in the properties file. If you want to convert an instance to use DOIs, be sure to set metacat.properties up BEFORE running through the Metacat configuration and database upgrade.

6932 01/20/2012 10:38 PM Matt Jones

Refactoring classes that throw generic Exception class to throw their more specific subclasses so that new exceptions are not hidden behind generic messages. Makes debugging easier.

6919 01/17/2012 04:21 PM Chris Jones

Use the Collections class from java.util.

6912 01/17/2012 12:06 PM ben leinfelder

-generate system meta for all docids, even those not originating on the server (replicas from the past)
-generate ORE docs and download remote data only for those documents that originated on this server being upgraded.
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5522

6911 01/17/2012 11:43 AM ben leinfelder

refactor generate system meta loop to the factory class -- to be reused in sysmeta and ORE generation
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5522

View revisions

Also available in: Atom