Project

General

Profile

1
#
2
#  '$RCSfile$'
3
#   '$Author: leinfelder $'
4
# '$Revision: 3613 $'
5
#     '$Date: 2007-11-26 16:58:57 -0800 (Mon, 26 Nov 2007) $'
6
#
7

    
8
Metacat: XML Metadata and Data Management System
9
------------------------------------------------
10

    
11
Version: 1.8 Release
12

    
13
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14
                           http://bugzilla.ecoinformatics.org
15

    
16
Contributors: Matt Jones (jones@nceas.ucsb.edu)
17
              Chad Berkley (berkley@nceas.ucsb.edu)
18
              Jing Tao (tao@nceas.ucsb.edu)
19
              Jivka Bojilova (bojilova@nceas.ucsb.edu)
20
              Dan Higgins (higgins@nceas.ucsb.edu)
21
              Saurabh Garg (sgarg@nceas.ucsb.edu)
22
              Duane Costa (dcosta@lternet.edu)
23
              Veronique Connolly (connolly@nceas.ucsb.edu)
24
              John Harris (harris@nceas.ucsb.edu)
25
              Callie Bowdish (bowdish@ecoinformatics.org)
26
              Will Tyburczy (tyburczy@ecoinformatics.org)
27
              Matthew Perry (perry@nceas.ucsb.edu)
28
              Chad Burt (underbluewaters@gmail.com)
29
              Ben Leinfelder (leinfelder@nceas.ucsb.edu)
30
              Chris Barteau (barteau@nceas.ucsb.edu)
31
              Shaun Walbridge (walbridge@nceas.ucsb.edu)
32

    
33
Patch contributors:
34
              Andrea Chadden (chadden@nceas.ucsb.edu)
35
              Chris Jones (cjones@msi.ucsb.edu)
36
              Johnoel Ancheta (johnoel@hawaii.edu)
37
              Owen Jones (owen.jones@imperial.ac.uk)
38

    
39
Metacat is a flexible database storage system for XML formatted
40
documents and associated binary files. Metacat models the structure of the
41
XML document, therefore allowing storage of XML documents with arbitrary
42
schemas. Metacat supports several databases on the back-end, including Oracle,
43
PostgreSQL and SQL Server (limited).  The server supports XML document
44
storage, retrieval, query, validation, and transformation (using the XSLT
45
stylesheet language).  In addition, there is a mechanism for replicating the
46
database to other metacat instances for backup and load balancing purposes.
47
Metacat currently uses an LDAP database for authenticating users, but was
48
written to accomodate other authentication services as well.
49

    
50
Installation
51
------------
52
See the file "docs/user/metacatinstall.html" for detailed instructions.
53

    
54
Release Notes for 1.8:
55
------------------------
56
This release focuses on improving query performance.  Both the selection 
57
and access control queries were rewritten to execute efficiently.
58
To improve search performance, a query caching mechanism was introduced. 
59
Cached queries are currently supported only for public users.
60

    
61
New Features:
62
* Data registries now support uploading of data objects along with data 
63
  packages (Bug 1982)
64
  
65
Bug Fixes:
66
* Metacat Performace: Rewrite the xml_nodes queries (Bug 2155)
67
* Metacat Performace: Rewrite the xml_access part of the query (Bug 2557)
68
* Query cache mechanism (Bug 2905)
69
* Metacat Performance: updates from Morpho of data packages are taking 
70
   longer than five minutes (Bug 2805)
71
* Metacat Performance: Optimize Postgres and Tomcat (Bug 2157)
72
* Metacat Performace: Upgrading hardware setup (Bug 2175)
73
* Metacat Performace: Add/drop indices on key columns (Bug 2153)
74
* Display of metadata documents reorganized, including a new citation format,
75
  obvious download options, and a redesigned data table layout (Bug 2832)
76
* NCEAS skin redesigned to use IFRAME-less layout, match new website.
77
* Spatial query:  data packages must be fully contained by the selection 
78
  bounding box in order to appear in the search results (Bug 2972).
79

    
80
Compatibility Notices:
81
* Tomcat 3 and 4 are no longer tested or supported. Users are 
82
  highly encouraged to upgrade to Tomcat 5.5
83

    
84
Release Notes for 1.7.0:
85
------------------------
86
This release features only a few minor changes to the core Metacat engine. 
87
The major focus of this release is the addition of the spatial functionality.
88
The geographic coverage of metadata documents can now be cached in a GIS-
89
accessible format and published via web mapping services and an online
90
interactive map. 
91

    
92
New Features:
93
* Three new open source libraries have been integrated with Metacat:
94
  - Geoserver:  A standards-compliant web map server to publish
95
                geographic data to the web.
96
                (http://docs.codehaus.org/display/GEOS/Home)
97
  - GeoTools:   A java-based GIS toolkit to programatically
98
                manipulate spatial datasets.
99
                (http://geotools.codehaus.org/)
100
  - Mapbuilder: A javascript application to provide an interactive
101
                web map front-end to Geoserver.
102
                (http://docs.codehaus.org/display/MAP/Home)
103
* Spatial Caching/Indexing mechanism; documents with geographic
104
  coverages will be added to the spatial cache.
105
* Spatial Query action in metacat servlet. 
106
* Interactive Web map to visualize and query the spatial 
107
  distribution of metadata documents.
108
* Experimental python, ruby and php client libraries to interface with metacat.
109
* Preliminary process in place for web based configuration of metacat.
110

    
111
Compatibility Notices:
112
* Tomcat 3 and 4 are no longer tested or supported. Users are 
113
  highly encouraged to upgrade to Tomcat 5.5
114

    
115
Bug Fixes:
116
* Metacat administrators are able to modify and delete documents 
117
  created by other users.
118
* Fixed problems with indexing XML attributes, see bug 2469
119

    
120

    
121
Release Notes for 1.6.0:
122
------------------------
123

    
124
This release comes with more performance improvements, initial support for 
125
LSIDs (Life Sciences Identifiers) and FGDC standard, more controls for 
126
Metacat administrators and bug fixes. Below is the list of bug fixes and
127
performance improvements.
128

    
129
Bug Fixes: 
130
* Improved the indexing algorithm. Earlier indexing failed for some documents 
131
  randomly and used to take a lot of time to complete for others. The 
132
  code for indexing was changed to take care of both these problems.
133
* Earlier, xmlns prefix was used to determine the namespace of the document. 
134
  Now schemaLocation is used instead xmlns prefix to determine the namespace 
135
  of the document as that is a better indicator of document type. 
136
* INSTR was used in some SQL statements and it is not supported by Postgres. 
137
  So SQL statements were modified so that INSTR is not used.
138
* Replication was changed to include replication of deleted documents also.
139
* Fixed bug in squery which didnt allow use of not-contains 
140

    
141
New Features:
142
* Added FGDC schema and XSLT so that Metacat can handle FGDC standard
143
* Added support for LSID. This includes modifying the stylesheets to 
144
  display the LSIDs, modifying the build to include a new target 
145
  'install-ldap'.
146
* Added following access control levels to Metacat:
147
    1. Administrators - users who can do the following:
148
       a. Run replication
149
       b. Delete any document
150
       c. Modify any document
151
       d. run indexing for any document
152
       e. check the logs
153
    2. allowedUsers - User who are allowed to submit
154
    3. deniedUsers - Users not allowed to submit
155
* Added a new skin for Ecological Society of America. 
156
* Created an Advanced search servlet which can be used from the web. 
157
* Various connections have been modified to be secure. e.g. connection between 
158
ldaps is made secure now, replication is done over secure channels.  
159

    
160
Performance:
161
* Reduced size of xml_nodes by creating a new table for holding nodes from 
162
  deleted documents and old revisions of the documents. 
163
* Provided a new variable in metacat.properties where more frequently searched 
164
  for paths can be specified. Seperate indexes are created for these paths 
165
  - so that search is faster.
166
* Included log4j for logging and debuging to prevent wasting of time in printing log statements. 
167

    
168
Release Notes for 1.5.0:
169
------------------------
170

    
171
This release comes with performace improvement, user interface enhancements,
172
and bug fixes. Below is the list of bug fixes and performance improvements. 
173

    
174
Bug Fixes:
175
* Modify property values of harvester registration servlets to match the
176
  servlet-mapping URL values in web.xml. The old values used the servlet
177
  class names. This worked in Tomcat 4 but seems to break in Tomcat 5 on
178
  Windows. The new values use the servlet-mapping URL values. This should
179
  work in both Tomcat 4 and Tomcat 5. (Bug 162)
180
* Re-implement logic to prune old log entries from the HARVEST_LOG and
181
  HARVEST_DETAIL_LOG tables. The old logic caused integrity constraint
182
  violations in the database because it tried to delete parent records from
183
  HARVEST_LOG prior to deleting child records from
184
  HARVEST_DETAIL_LOG. (Bug 162)
185
* In data registry, minor bugs fixed like the error page shows the link back
186
  to the form when error page was generated because of a document read
187
  request from search results page,  the successful delete button leading
188
  to a blank screen and the old ACL overwritten by the registry.
189
  (Bugs 1307, 1310, 1322, 1344, 1551)
190
* Changed the code to support insertion of following characters: ', `,
191
  charcters in the Numeric Character Reference format (&#xyz;) and
192
  characters like µ. Characters like µ will be converted to and stored in
193
  Numeric Character Reference format(&#xyz;). They will also be returned
194
  in Numeric Character Reference and it is upto the client to convert them
195
  and display them accordingly in the application. Partial fix provided by
196
  Johnoel Ancheta. (Bug 1538,1711)
197
* Spatial search failed on Oracle because of invalid entries made by
198
  some documents in the nodedata column of xml_nodes for paths involving
199
  'eastBoundingCoordinate', 'westBoundingCoordinate',
200
  'northBoundingCoordinate', 'southBoundingCoordinate'. A new column
201
  nodedatanumerical was added to xml_nodes table such that all the numerical
202
  nodedata is stored in this column and this column is now used for spatial
203
  search. (Bug 1703, 1718)
204
* In the default skin, clicking on the keywords on the home page did not
205
  result is a search being done. Fix provided by Owen Jones. (Bug 1768)
206
* Metacat generated a success message even when a document which didnt
207
  exsist was requested for deletion. This has been fixed. (Bug 1850)
208
* "packagetype" in xml-relation table was entered as eml200 namespace when
209
  an eml201 document was inserted. This is fixed now so that "packagetype"
210
  in xml-relation table points to eml201 namespace. (Bug 1979)
211
* System_id in xml_catalog pointed to http://knb.ecoinformatics.org/knb/
212
  earlier. Fixed such that it points to the locally installed metacat url. 
213
  (Bug 1986)
214
* Changes to the Query subsystem fix bugs that prevented attributes from 
215
  being expressed solely in the xpath query statement and the returnfield 
216
  values. For instance, a query URL may now include search strings like 
217
  '@packageId=sbclter%25' and return strings like 'returnfield=@packageId'.
218
  Previously, the attribute had to be appended to an element: 
219
  '/eml/@packageId=sbclter%25'. These fixes change DBQuery.java, 
220
  QuerySpecification.java, and QueryTerm.java (Bug 2052)
221
* Search query failed in case of Oracle if number of documents in the result
222
  were more than 1000. This has been fixed. (Bug 2000)
223
* Removed any occurence of enum which is now a keyword in Java 1.5
224

    
225

    
226
Enhancements:
227
* Major improvements done in user interface for the data registeries and
228
  various other skins. Improvements done based on suggestions from Mark
229
  Stromberg, Laura Downey and others. Improvements also done in resultset.xsl,
230
  the default skin and ldap templates. (Bug 1948)
231
* Coded added such that administrator can delete documents irrespective of
232
  who the document belongs to.
233
* Performance impovement done in searching of datasets. A part of the search
234
  time was taken up because of generation of resultset after the search had be
235
  done. So this was the sequence of events in earlier metacat
236
  1) Search for the given text
237
  2) A list of docids generated
238
  3) For each of the docids
239
     3a) Use xml_index and xml_nodes table to generate the string descibing
240
         the document including the returnfields requested in the search
241
  4) Add all the strings from step 3a to send back the resultant
242
     document. Here a decent amount of time was being taken by step 3a. 
243
  The algorithm is now modified by addition of two tables xml_queryresult and
244
  xml_returnfields and a user defined parameter xml_returnfield_count. The
245
  new algorithm works as follows:
246
  1) Search for the given text
247
  2) A list of docids is generated
248
  3) For the given set of return fields generate a unique string and check
249
     if that string exists in xml_returnfields
250
     3a) If string does not exist in xml_returnfield, then enter a new
251
         record usage_count as 1 and returnfield_string as the unique string
252
         generated above.
253
     3b) Else if the string exists, increment usage_count
254
  4) Given the docids from step 2 and the id of the returnfield record from
255
     step 3, query for any docids that already exist in xml_queryresult.
256
     For the docids that do exist, get the queryresult_string.
257
  5) For rest of the docids from step2 which were not found in step 4, do
258
     the following for each of the documents:
259
     5a) Use xml_index and xml_nodes table to generate the string descibing
260
         the document including the returnfields requested in the search
261
     5b) If usage_count of the record from step is more than
262
         xml_returnfield_count set in metacat.properties, then store the
263
         string in xml_queryresult as a record which has the returnfield_id
264
         representing the set of returnfields, docid representing the
265
         document and the string as queryresult_string.
266
  6) Add all the strings from step 4 and step 5a to send back the resultant
267
     document
268
  So the results from step 3a in previous algorithm are effectively cached
269
  and hence same computation is not done again and again for each search.
270
  When a document is deleted, all the entries for that document in
271
  xml_queryresult table are also deleted. When a document is updated, all
272
  the entries for that document in xml_queryresult table are deleted. This
273
  works fine because those entries will be generated and cached again the
274
  next time the document is part of a search is requested.
275
* Performance impovement done for % search.
276
* Following new functions added to metacat client API: a method to set access
277
  on an xml document and a method to get newest version for a given document.
278
* Implement a new HarvesterServlet for running Harvester as a servlet. This
279
  eliminates the need to run Harvester in a terminal window. By default, the
280
  HarvesterServlet is commented out in lib/web.xml.tomcat(3,4,5). The user
281
  documentation will be modified to instruct Harvester administrators to
282
  uncomment the HarvesterServlet entry.
283
* Minor enhancement to support multiple email addresses for harvester
284
  administrator and site contact. Each address is separated by a comma or
285
  semicolon.
286
* Increase number of rows in Harvest List Editor from 300 to 1200.
287
* Changed default maxHarvests value to 0. Added logic to ignore maxHarvests
288
  value when it is set to 0 or a negative number. This allows Harvester to
289
  run indefinitely without shutting down after reaching a maximum number of
290
  harvests. The previous default value of 30 would cause Harvester to
291
  terminate after 30 harvests.
292

    
293
Details of all changes can be found in the bug database here:
294
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.5
295

    
296

    
297
Release Notes for 1.4.0:
298
------------------------
299

    
300
This is a major release, and is the first to introduce many new features to
301
Metacat.  Some of the major new features in this version of Metacat include:
302

    
303
* Added a new 'Harvester' that allows documents to be periodically pulled
304
  from distributed sources into metacat, useful for interfacing with other
305
  system types. See the Metacat Tour for details.
306
* Added new 'skins' capability to allow the GUI for the metacat web interface
307
  to be more easily customized to fit into site needs.  The skin is based on
308
  a flexible mix of XSLT, CSS, and Javascript.
309
* Added a web-based metadata entry form for submitting limited EML documents
310
  as part of a data registry.  The GUI for the registry is customizable and 
311
  is integrated with the 'skins' system for the main metacat interface.  The
312
  registry subsystem is written in Perl, and can simultaneously be used to 
313
  present multiple 'registry' interfaces.
314
* A new 'client API' has been developed and implemented in Java and in Perl 
315
  so that metacat functions can be accessed from any program in those
316
  languages.  The client API supports the major metacat servlet actions,
317
  including login(), logout(), query(), insert(), update(), delete(), and 
318
  upload(). See the Metacat Tour for details.
319
* Added a new 'getlog' action that produces a usage history for all major
320
  events.  So now an XML report can be generated for document reads, inserts,
321
  deletes, etc.  See the new section in the Metacat Tour.
322
* Added a new 'buildindex' action that can rebuild the index entries for any
323
  document in the database.
324
* The configuration file for metacat (metacat.properties) has been moved out
325
  of the jar file and into the WEB-INF directory, allowing far easier changes
326
  to the configuration parameters.
327
* Results in default web interface are sorted by title in the XSLT 
328
  (configurable)
329
* Many bugs were fixed.
330

    
331
Details of all changes can be found in the bug database here:
332
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.4
333

    
334
Release Notes for 1.3.1:
335
------------------------
336

    
337
This is a simple interim bug fix. No major functionality changes. Bugs fixed 
338
include:
339
 1) Metacat 1.3.0 doesn't work in Java 1.3 because a subtle API differnce in 
340
    Java 1.3 and Java 1.4. Currently, Metacat 1.3.1 will work in both Java 1.3 
341
    and Java 1.4.
342
 2) Distribution package size was reduced.
343

    
344

    
345
Release Notes for 1.3.0
346
------------------------
347

    
348
In 1.3.0 release, the structure of the xml_access table was changed and a new
349
table, xml_accesssubtree was added. If you try to update a previously 
350
installed Metacat, you should run a script file to updated the table structure 
351
before installation.
352
For Oracle user: At the SQLPLUS prompt type the following -
353
@src/reviseformetacat13.sql
354
For Postgresql user: At install directory prompt type the following -
355
psql exp < src/reviseformetacat13_postgres.sql
356
(where 'exp' is the database name).
357

    
358
After installation, user should run "ant schemasql" command to register EML2
359
schema in xml_catalog table.
360

    
361
If you are a new Metacat user, this step is unneeded.
362

    
363
Note: 1) We recommend to use Tomcat 4 and JAVA 1.4 to run Metacat. Otherwise, 
364
         it will cause potential replication issues.
365
      2) Delete the xercesImpl.jar and xmlParserAPIs.jar files 
366
         which are in $CATALINA_HOME/common/endorsed. They are old version and
367
         don't support XML schema validation.
368

    
369
New Features in 1.3.0
370
  1) Partialy support EML2 document. User can store, query, read and write
371
     EML2 documents. However, Metacat only support access control in resource
372
     level. The subtree level access control will be ignored.
373
  2) Support other xml document base on namespace/schema.
374
  3) Support query for attribute value
375
  4) Assign MIME type to data file base on metadata when user try to read it.
376
  5) Owner can assign access rules to a document which does not have access 
377
     document to apply it.
378
  6) Support exporting single file, not only whole package
379
  7) Resupport Microsoft SQL Server.
380

    
381
Fixes in 1.3.0:
382
  1) Couldn't finish delta T replication for large set of documents.
383
  2) Couldn't create access control during delta T replication.
384
  3) Eorr will be written to a seperated log file if some documents
385
     were failed in replication.
386
  4) Decrease the time to create access rules during insert or update 
387
     a package.
388
     
389
Documentation
390
-------------
391
See the docs directory for detailed documentation and installation
392
instructions.
393

    
394
Details of the Metacat architecture can be found on the website for
395
the Knowledge Network for Biocomplexity (KNB):
396

    
397
  http://knb.ecoinformatics.org/software/metacat/
398

    
399
Contributions to this work are welcome.  Please see the above web site
400
for details on how to contribute.
401

    
402
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
403
-----------------------------------------------------------------------------
404
If you discover a bug please report it, either by email (above) or by using
405
our bug tracking system (http://bugzilla.ecoinformatics.org). There is a
406
list of currently unimplemented features in Bugzilla that we are working on
407
for the next release.
408

    
409
Legalese
410
--------
411
This software is copyrighted by The Regents of the University of California
412
and the National Center for Ecological Analysis and Synthesis
413
and licensed under the GNU GPL; see the 'LICENSE' file for
414
details.
415

    
416
This material is based upon work supported by the
417
National Science Foundation under Grant No. DEB99-80154, DBI99-04777, and
418
0225676 for SEEK.  Any opinions, findings and conclusions or recomendations 
419
expressed in this material are those of the author(s) and do not necessarily 
420
reflect the views of the National Science Foundation (NSF).
421

    
422
This software is partially supported by a grant from the Andrew W. 
423
Mellon Foundation.
424

    
425
This product includes software developed by the Apache Software
426
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
427
for details.
428

    
429
The source code, object code, and documentation in the com.oreilly.servlet
430
package is copyright and owned by Jason Hunter. See the cos-license.html file
431
for details of the license.  Licensor retains title to and ownership of the
432
Software and all enhancements, modifications, and updates to the Software.
433

    
434
This software includes the JDBC driver for PostgreSQL.  See the 
435
postgresql-license.txt file for details.
(2-2/5)