Project

General

Profile

1 981 tao
#
2 666 jones
#  '$RCSfile$'
3
#   '$Author$'
4
# '$Revision$'
5
#     '$Date$'
6
#
7
8 2479 jones
Metacat: XML Metadata and Data Management System
9
------------------------------------------------
10 666 jones
11 4873 daigle
Version: 1.9.1 Release
12
13
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14 5192 daigle
                           http://bugzilla.ecoinformatics.org
15 4873 daigle
16 5192 daigle
Version: 1.9.2 Release
17 666 jones
18 1295 jones
Send feedback and bugs to: metacat-dev@ecoinformatics.org
19
                           http://bugzilla.ecoinformatics.org
20 696 jones
21 666 jones
Contributors: Matt Jones (jones@nceas.ucsb.edu)
22
              Chad Berkley (berkley@nceas.ucsb.edu)
23 981 tao
              Jing Tao (tao@nceas.ucsb.edu)
24 666 jones
              Jivka Bojilova (bojilova@nceas.ucsb.edu)
25
              Dan Higgins (higgins@nceas.ucsb.edu)
26 2313 jones
              Saurabh Garg (sgarg@nceas.ucsb.edu)
27
              Duane Costa (dcosta@lternet.edu)
28 2480 jones
              Veronique Connolly (connolly@nceas.ucsb.edu)
29 2905 harris
              John Harris (harris@nceas.ucsb.edu)
30
              Callie Bowdish (bowdish@ecoinformatics.org)
31
              Will Tyburczy (tyburczy@ecoinformatics.org)
32 3020 sgarg
              Matthew Perry (perry@nceas.ucsb.edu)
33 3130 perry
              Chad Burt (underbluewaters@gmail.com)
34 3612 walbridge
              Ben Leinfelder (leinfelder@nceas.ucsb.edu)
35
              Chris Barteau (barteau@nceas.ucsb.edu)
36
              Shaun Walbridge (walbridge@nceas.ucsb.edu)
37 3925 tao
              Michael Daigle (daigle@nceas.ucsb.edu)
38 2480 jones
39
Patch contributors:
40
              Andrea Chadden (chadden@nceas.ucsb.edu)
41 2479 jones
              Chris Jones (cjones@msi.ucsb.edu)
42 2480 jones
              Johnoel Ancheta (johnoel@hawaii.edu)
43
              Owen Jones (owen.jones@imperial.ac.uk)
44 1311 berkley
45 982 berkley
Metacat is a flexible database storage system for XML formatted
46 2313 jones
documents and associated binary files. Metacat models the structure of the
47
XML document, therefore allowing storage of XML documents with arbitrary
48
schemas. Metacat supports several databases on the back-end, including Oracle,
49
PostgreSQL and SQL Server (limited).  The server supports XML document
50 2441 jones
storage, retrieval, query, validation, and transformation (using the XSLT
51 2313 jones
stylesheet language).  In addition, there is a mechanism for replicating the
52
database to other metacat instances for backup and load balancing purposes.
53
Metacat currently uses an LDAP database for authenticating users, but was
54
written to accomodate other authentication services as well.
55 666 jones
56 2321 jones
Installation
57
------------
58 4670 daigle
See the file "docs/user/metacat-<OS>-install.html" for detailed instructions
59
for your OS.
60 2321 jones
61 5192 daigle
Release Notes for 1.9.1:
62
------------------------
63
This release primarily holds the addition of the Threshold of Potential
64
Concern workflow functionality (TPC).
65
66
 -- TPC workflow and workflow run pages added to SANParks skin.
67
68
 -- Release supports running metacat on Java 1.6 JVM
69
70
Release Notes for 1.9.1:
71
------------------------
72
The 1.9.1 release holds the bug fixes found after releasing 1.9.0 beta.
73
These bugs were primarily replication issues.  There is no difference
74
in functionality between 1.9.0 and 1.9.1
75
76 4622 daigle
Release Notes for 1.9.0:
77
------------------------
78
This release focuses on simplifying the Metacat installation process by
79
creating a binary (war) installation.  The need to build the application
80
on the server has been removed (although the option is still available).
81
In order to facilitate this method of installation, a few major modifications
82
were made to the code:
83
84
  -- Ant token replacement was removed for all non-build variables in the
85
     application (most of this was already done in 1.8.1).
86
87
  -- The Metacat properties confguration was moved into the application
88
     itself.
89
90
  -- Database schema version detection and install/upgrade utilities were
91
     added to the application.
92
93
Also, this release includes several enhancements:
94
  -- it supports the new EML 2.1.0 version.
95
96
  -- Documents are now stored on the local filesystem as well as in the
97
     database in order to preserve document integrity.
98
99
  -- Metacat verifies new schemas when they are added.
100
101
  -- Additional access is propegated with documents during replication.
102
103
High priority bugs were addressed in this release as well.
104
105
The enhancements/bugs addressed are:
106
107
* escaped "less than" in inlinedata causes invalid eml output (Bug 2564)
108
* need to set filename for download files (Bug 2566)
109
* add ability for search engines to index metacat documents (Bug 2826)
110
* EML citation section should include both organizationNames and individualNames (Bug 3059)
111
* refactor skins to get organization list from metacat getOrganizations() function (Bug 3114)
112
* Update dataknp.sanparks.org packageId attributes to match Metacat Ids (Bug 3258)
113
* New documents explicitly set as public access don't show up correctly (Bug 3262)
114
* Modify confguration utility in metacat (Bug 3371)
115
* Integrate perl token replacement changes (Bug 3372)
116
* Create skin specific configuration utility (Bug 3373)
117
* Add authentication for configuration utility (Bug 3374)
118
* Create a sorted properties utility (Bug 3375)
119
* Add DB upgrade/install functionality to java code (Bug 3376)
120
* Create ANT install target for developers (Bug 3377)
121
* Create LSID server installation (Bug 3380)
122
* Create unit test code for 1.9 additions (Bug 3381)
123
* create simple turnkey installer for metacat Phase I (Bug 3461)
124
* Maps do not display in Firefox version 3 (Bug 3462)
125
* Replicate access rules in replication (Bug 3464)
126
* Metacat casesensitive="true" option in pathquery expressions is broken (Bug 3472)
127
* Add full schema checking when metacat register new schema (Bug 3474)
128
* Incorporate EML 2.1.0 access changes in metacat (Bug 3495)
129
* getprincipals action returns invalid XML document (Bug 3527)
130
* Update knbweb to serve new metacat install (Bug 3545)
131
* Replication should write to disk (Bug 3554)
132
* Update acknowlegements in metacat readme (Bug 3588)
133
* Validate the ldap administrator field. (Bug 3616)
134
* Allow for different authentication services in metacat configuration (Bug 3680)
135
* Tag utilities module and have metacat check out that tag (Bug 3685)
136
137 3925 tao
Release Notes for 1.8.1:
138
------------------------
139 3934 tao
This release focuses on bug fixes. In this release, the problem that Metacat 1.8.0 and previous
140 3925 tao
versions use illegitimate EML 2.0.1 schemas is addressed: first, Metacat 1.8.1 comes with
141
legitimate EML 2.0.1 schemas; second, existing invalid EML 2.0.1 documents will be
142 3930 tao
automatically fixed while maintaining their package ID during the Metacat 1.8.1 upgrading process.
143 3925 tao
Details please see:
144
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3239
145
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3241
146
147 3955 tao
Note: after upgrading the Metacat to version 1.8.1, some replication issues may be seen, e.g., the
148
EML 2.0.1 documents from Metacat 1.8.0 or ealier verions may be rejected since Metacat 1.8.1 uses
149
different EML 2.0.1 schemas (see bug 3239). If this is case, Metacat administrators should notify
150
their counterparts to upgrade previous version Metacats to 1.8.1.
151
152 3925 tao
The fixed bugs include:
153
154
*Character set (charset) problem when filling out form (Bug2797)
155
*Charset bug: > "less than" symbol does not display correctly (Bug2517)
156
*Metacat performance issue in Sanparks skin (Bug 3174)
157
*Metacat using illegitimate versions of EML schema (Bug 3239)
158
*Update older invalidated eml201 document in Metacat (Bug 3241)
159
*Verify existing token changes to skins (Bug 3176)
160
*The edit feature in the NCEAS Data Repoistory does not work (Bug 2644)
161
*Expose permission options for registry uploads (Bug 3014)
162
*ESA registry doesn't have LTER in login dropdown menu (Bug 2647)
163
*Data Catalog Map is slow when selecting (Bug2732)
164
*Only one attribute per element returned with pathquery results(Bug 2999)
165
*The field "skinconfigs" in the MetacatUtil class is public (Bug 3057)
166
*Generalize the reading of skin.configs in DBTransform (Bug3058)
167
*The query example in metacatquery.html document need to be changed (Bug3137)
168
*Add upload method into Metacat tour (Bug 3139)
169
*Query resultset doesn't show component name in kepler skin (Bug 3178)
170
*Add fields used in Morpho search to the default indexPaths property (Bug 3259)
171
*Private data cannot be downloaded from metadata display page (xsl) (Bug 3263)
172
*An error message happen during the metacat start up (Bug 3279)
173
*Replication: Timed replication failures occur twice instead of once (Bug 3304)
174
*Inline Data does not work correctly without the <pre> tag (Bug 3088)
175
*Include FGDC metadata in KNB and NCEAS skin search results (Bug 3146)
176
177 3621 tao
Release Notes for 1.8.0:
178 3376 tao
------------------------
179 3612 walbridge
This release focuses on improving query performance.  Both the selection
180
and access control queries were rewritten to execute efficiently.
181
To improve search performance, a query caching mechanism was introduced.
182
Cached queries are currently supported only for public users.
183 3376 tao
184 3612 walbridge
New Features:
185
* Data registries now support uploading of data objects along with data
186
  packages (Bug 1982)
187
188 3376 tao
Bug Fixes:
189
* Metacat Performace: Rewrite the xml_nodes queries (Bug 2155)
190
* Metacat Performace: Rewrite the xml_access part of the query (Bug 2557)
191
* Query cache mechanism (Bug 2905)
192
* Metacat Performance: updates from Morpho of data packages are taking
193
   longer than five minutes (Bug 2805)
194 3613 leinfelder
* Metacat Performance: Optimize Postgres and Tomcat (Bug 2157)
195 3376 tao
* Metacat Performace: Upgrading hardware setup (Bug 2175)
196
* Metacat Performace: Add/drop indices on key columns (Bug 2153)
197 3612 walbridge
* Display of metadata documents reorganized, including a new citation format,
198 3614 bowdish
  obvious download options, and a redesigned data table layout (Bugs 2981, 2832)
199
* I.E. display fixes on default skin (Bug 2579)
200
* Web Address links fixed (Bug 2147)
201 3612 walbridge
* NCEAS skin redesigned to use IFRAME-less layout, match new website.
202 3613 leinfelder
* Spatial query:  data packages must be fully contained by the selection
203 3614 bowdish
  bounding box in order to appear in the search results (Bugs 2972, 2732).
204 3628 barteau
* FGDC support: upload, delete, update, access control, and download
205
  (Bugs 2807, 2925, 2926, 2929, 2030).
206 3376 tao
Compatibility Notices:
207
* Tomcat 3 and 4 are no longer tested or supported. Users are
208
  highly encouraged to upgrade to Tomcat 5.5
209
210 3109 perry
Release Notes for 1.7.0:
211
------------------------
212
This release features only a few minor changes to the core Metacat engine.
213
The major focus of this release is the addition of the spatial functionality.
214
The geographic coverage of metadata documents can now be cached in a GIS-
215
accessible format and published via web mapping services and an online
216
interactive map.
217 3020 sgarg
218 3109 perry
New Features:
219
* Three new open source libraries have been integrated with Metacat:
220
  - Geoserver:  A standards-compliant web map server to publish
221
                geographic data to the web.
222 3614 bowdish
               (http://docs.codehaus.org/display/GEOS/Home)
223 3109 perry
  - GeoTools:   A java-based GIS toolkit to programatically
224
                manipulate spatial datasets.
225
                (http://geotools.codehaus.org/)
226
  - Mapbuilder: A javascript application to provide an interactive
227
                web map front-end to Geoserver.
228
                (http://docs.codehaus.org/display/MAP/Home)
229
* Spatial Caching/Indexing mechanism; documents with geographic
230
  coverages will be added to the spatial cache.
231
* Spatial Query action in metacat servlet.
232
* Interactive Web map to visualize and query the spatial
233
  distribution of metadata documents.
234 3135 perry
* Experimental python, ruby and php client libraries to interface with metacat.
235 3109 perry
* Preliminary process in place for web based configuration of metacat.
236
237
Compatibility Notices:
238
* Tomcat 3 and 4 are no longer tested or supported. Users are
239
  highly encouraged to upgrade to Tomcat 5.5
240
241
Bug Fixes:
242
* Metacat administrators are able to modify and delete documents
243
  created by other users.
244 3153 jones
* Fixed problems with indexing XML attributes, see bug 2469
245 3109 perry
246
247 3020 sgarg
Release Notes for 1.6.0:
248
------------------------
249
250
This release comes with more performance improvements, initial support for
251
LSIDs (Life Sciences Identifiers) and FGDC standard, more controls for
252
Metacat administrators and bug fixes. Below is the list of bug fixes and
253
performance improvements.
254
255
Bug Fixes:
256
* Improved the indexing algorithm. Earlier indexing failed for some documents
257
  randomly and used to take a lot of time to complete for others. The
258
  code for indexing was changed to take care of both these problems.
259
* Earlier, xmlns prefix was used to determine the namespace of the document.
260
  Now schemaLocation is used instead xmlns prefix to determine the namespace
261
  of the document as that is a better indicator of document type.
262
* INSTR was used in some SQL statements and it is not supported by Postgres.
263
  So SQL statements were modified so that INSTR is not used.
264 3025 sgarg
* Replication was changed to include replication of deleted documents also.
265
* Fixed bug in squery which didnt allow use of not-contains
266 3020 sgarg
267
New Features:
268
* Added FGDC schema and XSLT so that Metacat can handle FGDC standard
269
* Added support for LSID. This includes modifying the stylesheets to
270
  display the LSIDs, modifying the build to include a new target
271
  'install-ldap'.
272
* Added following access control levels to Metacat:
273
    1. Administrators - users who can do the following:
274
       a. Run replication
275
       b. Delete any document
276
       c. Modify any document
277
       d. run indexing for any document
278
       e. check the logs
279
    2. allowedUsers - User who are allowed to submit
280
    3. deniedUsers - Users not allowed to submit
281
* Added a new skin for Ecological Society of America.
282 3025 sgarg
* Created an Advanced search servlet which can be used from the web.
283
* Various connections have been modified to be secure. e.g. connection between
284
ldaps is made secure now, replication is done over secure channels.
285 3020 sgarg
286
Performance:
287
* Reduced size of xml_nodes by creating a new table for holding nodes from
288
  deleted documents and old revisions of the documents.
289
* Provided a new variable in metacat.properties where more frequently searched
290
  for paths can be specified. Seperate indexes are created for these paths
291
  - so that search is faster.
292 3025 sgarg
* Included log4j for logging and debuging to prevent wasting of time in printing log statements.
293 3020 sgarg
294 2475 sgarg
Release Notes for 1.5.0:
295
------------------------
296
297 2479 jones
This release comes with performace improvement, user interface enhancements,
298 2475 sgarg
and bug fixes. Below is the list of bug fixes and performance improvements.
299
300
Bug Fixes:
301
* Modify property values of harvester registration servlets to match the
302
  servlet-mapping URL values in web.xml. The old values used the servlet
303
  class names. This worked in Tomcat 4 but seems to break in Tomcat 5 on
304
  Windows. The new values use the servlet-mapping URL values. This should
305
  work in both Tomcat 4 and Tomcat 5. (Bug 162)
306
* Re-implement logic to prune old log entries from the HARVEST_LOG and
307
  HARVEST_DETAIL_LOG tables. The old logic caused integrity constraint
308
  violations in the database because it tried to delete parent records from
309
  HARVEST_LOG prior to deleting child records from
310
  HARVEST_DETAIL_LOG. (Bug 162)
311
* In data registry, minor bugs fixed like the error page shows the link back
312
  to the form when error page was generated because of a document read
313
  request from search results page,  the successful delete button leading
314
  to a blank screen and the old ACL overwritten by the registry.
315
  (Bugs 1307, 1310, 1322, 1344, 1551)
316
* Changed the code to support insertion of following characters: ', `,
317
  charcters in the Numeric Character Reference format (&#xyz;) and
318
  characters like µ. Characters like µ will be converted to and stored in
319
  Numeric Character Reference format(&#xyz;). They will also be returned
320
  in Numeric Character Reference and it is upto the client to convert them
321
  and display them accordingly in the application. Partial fix provided by
322
  Johnoel Ancheta. (Bug 1538,1711)
323
* Spatial search failed on Oracle because of invalid entries made by
324
  some documents in the nodedata column of xml_nodes for paths involving
325
  'eastBoundingCoordinate', 'westBoundingCoordinate',
326
  'northBoundingCoordinate', 'southBoundingCoordinate'. A new column
327
  nodedatanumerical was added to xml_nodes table such that all the numerical
328
  nodedata is stored in this column and this column is now used for spatial
329
  search. (Bug 1703, 1718)
330
* In the default skin, clicking on the keywords on the home page did not
331
  result is a search being done. Fix provided by Owen Jones. (Bug 1768)
332
* Metacat generated a success message even when a document which didnt
333
  exsist was requested for deletion. This has been fixed. (Bug 1850)
334
* "packagetype" in xml-relation table was entered as eml200 namespace when
335
  an eml201 document was inserted. This is fixed now so that "packagetype"
336
  in xml-relation table points to eml201 namespace. (Bug 1979)
337
* System_id in xml_catalog pointed to http://knb.ecoinformatics.org/knb/
338
  earlier. Fixed such that it points to the locally installed metacat url.
339
  (Bug 1986)
340
* Changes to the Query subsystem fix bugs that prevented attributes from
341
  being expressed solely in the xpath query statement and the returnfield
342
  values. For instance, a query URL may now include search strings like
343
  '@packageId=sbclter%25' and return strings like 'returnfield=@packageId'.
344
  Previously, the attribute had to be appended to an element:
345
  '/eml/@packageId=sbclter%25'. These fixes change DBQuery.java,
346
  QuerySpecification.java, and QueryTerm.java (Bug 2052)
347
* Search query failed in case of Oracle if number of documents in the result
348
  were more than 1000. This has been fixed. (Bug 2000)
349
* Removed any occurence of enum which is now a keyword in Java 1.5
350
351
352
Enhancements:
353
* Major improvements done in user interface for the data registeries and
354
  various other skins. Improvements done based on suggestions from Mark
355
  Stromberg, Laura Downey and others. Improvements also done in resultset.xsl,
356
  the default skin and ldap templates. (Bug 1948)
357
* Coded added such that administrator can delete documents irrespective of
358
  who the document belongs to.
359
* Performance impovement done in searching of datasets. A part of the search
360
  time was taken up because of generation of resultset after the search had be
361
  done. So this was the sequence of events in earlier metacat
362
  1) Search for the given text
363
  2) A list of docids generated
364
  3) For each of the docids
365
     3a) Use xml_index and xml_nodes table to generate the string descibing
366
         the document including the returnfields requested in the search
367 2479 jones
  4) Add all the strings from step 3a to send back the resultant
368
     document. Here a decent amount of time was being taken by step 3a.
369
  The algorithm is now modified by addition of two tables xml_queryresult and
370
  xml_returnfields and a user defined parameter xml_returnfield_count. The
371
  new algorithm works as follows:
372 2475 sgarg
  1) Search for the given text
373 2479 jones
  2) A list of docids is generated
374 2475 sgarg
  3) For the given set of return fields generate a unique string and check
375
     if that string exists in xml_returnfields
376
     3a) If string does not exist in xml_returnfield, then enter a new
377
         record usage_count as 1 and returnfield_string as the unique string
378
         generated above.
379
     3b) Else if the string exists, increment usage_count
380
  4) Given the docids from step 2 and the id of the returnfield record from
381
     step 3, query for any docids that already exist in xml_queryresult.
382
     For the docids that do exist, get the queryresult_string.
383
  5) For rest of the docids from step2 which were not found in step 4, do
384
     the following for each of the documents:
385
     5a) Use xml_index and xml_nodes table to generate the string descibing
386
         the document including the returnfields requested in the search
387
     5b) If usage_count of the record from step is more than
388
         xml_returnfield_count set in metacat.properties, then store the
389
         string in xml_queryresult as a record which has the returnfield_id
390
         representing the set of returnfields, docid representing the
391
         document and the string as queryresult_string.
392
  6) Add all the strings from step 4 and step 5a to send back the resultant
393
     document
394
  So the results from step 3a in previous algorithm are effectively cached
395
  and hence same computation is not done again and again for each search.
396
  When a document is deleted, all the entries for that document in
397
  xml_queryresult table are also deleted. When a document is updated, all
398
  the entries for that document in xml_queryresult table are deleted. This
399
  works fine because those entries will be generated and cached again the
400
  next time the document is part of a search is requested.
401
* Performance impovement done for % search.
402
* Following new functions added to metacat client API: a method to set access
403
  on an xml document and a method to get newest version for a given document.
404
* Implement a new HarvesterServlet for running Harvester as a servlet. This
405
  eliminates the need to run Harvester in a terminal window. By default, the
406
  HarvesterServlet is commented out in lib/web.xml.tomcat(3,4,5). The user
407
  documentation will be modified to instruct Harvester administrators to
408
  uncomment the HarvesterServlet entry.
409
* Minor enhancement to support multiple email addresses for harvester
410
  administrator and site contact. Each address is separated by a comma or
411
  semicolon.
412
* Increase number of rows in Harvest List Editor from 300 to 1200.
413
* Changed default maxHarvests value to 0. Added logic to ignore maxHarvests
414
  value when it is set to 0 or a negative number. This allows Harvester to
415
  run indefinitely without shutting down after reaching a maximum number of
416
  harvests. The previous default value of 30 would cause Harvester to
417
  terminate after 30 harvests.
418
419
Details of all changes can be found in the bug database here:
420
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.5
421
422
423 2313 jones
Release Notes for 1.4.0:
424
------------------------
425
426
This is a major release, and is the first to introduce many new features to
427
Metacat.  Some of the major new features in this version of Metacat include:
428
429
* Added a new 'Harvester' that allows documents to be periodically pulled
430
  from distributed sources into metacat, useful for interfacing with other
431
  system types. See the Metacat Tour for details.
432
* Added new 'skins' capability to allow the GUI for the metacat web interface
433
  to be more easily customized to fit into site needs.  The skin is based on
434
  a flexible mix of XSLT, CSS, and Javascript.
435 2321 jones
* Added a web-based metadata entry form for submitting limited EML documents
436 2313 jones
  as part of a data registry.  The GUI for the registry is customizable and
437
  is integrated with the 'skins' system for the main metacat interface.  The
438
  registry subsystem is written in Perl, and can simultaneously be used to
439
  present multiple 'registry' interfaces.
440
* A new 'client API' has been developed and implemented in Java and in Perl
441
  so that metacat functions can be accessed from any program in those
442
  languages.  The client API supports the major metacat servlet actions,
443
  including login(), logout(), query(), insert(), update(), delete(), and
444
  upload(). See the Metacat Tour for details.
445
* Added a new 'getlog' action that produces a usage history for all major
446
  events.  So now an XML report can be generated for document reads, inserts,
447
  deletes, etc.  See the new section in the Metacat Tour.
448
* Added a new 'buildindex' action that can rebuild the index entries for any
449
  document in the database.
450
* The configuration file for metacat (metacat.properties) has been moved out
451
  of the jar file and into the WEB-INF directory, allowing far easier changes
452
  to the configuration parameters.
453 2321 jones
* Results in default web interface are sorted by title in the XSLT
454
  (configurable)
455
* Many bugs were fixed.
456 2313 jones
457
Details of all changes can be found in the bug database here:
458
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.4
459
460 1775 tao
Release Notes for 1.3.1:
461 2313 jones
------------------------
462 1308 tao
463 1775 tao
This is a simple interim bug fix. No major functionality changes. Bugs fixed
464
include:
465 1776 tao
 1) Metacat 1.3.0 doesn't work in Java 1.3 because a subtle API differnce in
466
    Java 1.3 and Java 1.4. Currently, Metacat 1.3.1 will work in both Java 1.3
467
    and Java 1.4.
468 1775 tao
 2) Distribution package size was reduced.
469
470
471
Release Notes for 1.3.0
472 2313 jones
------------------------
473 1775 tao
474
In 1.3.0 release, the structure of the xml_access table was changed and a new
475 1628 tao
table, xml_accesssubtree was added. If you try to update a previously
476
installed Metacat, you should run a script file to updated the table structure
477
before installation.
478
For Oracle user: At the SQLPLUS prompt type the following -
479
@src/reviseformetacat13.sql
480
For Postgresql user: At install directory prompt type the following -
481
psql exp < src/reviseformetacat13_postgres.sql
482
(where 'exp' is the database name).
483 1334 tao
484 1628 tao
After installation, user should run "ant schemasql" command to register EML2
485
schema in xml_catalog table.
486
487
If you are a new Metacat user, this step is unneeded.
488
489 1769 tao
Note: 1) We recommend to use Tomcat 4 and JAVA 1.4 to run Metacat. Otherwise,
490
         it will cause potential replication issues.
491
      2) Delete the xercesImpl.jar and xmlParserAPIs.jar files
492
         which are in $CATALINA_HOME/common/endorsed. They are old version and
493
         don't support XML schema validation.
494
495 1628 tao
New Features in 1.3.0
496
  1) Partialy support EML2 document. User can store, query, read and write
497
     EML2 documents. However, Metacat only support access control in resource
498
     level. The subtree level access control will be ignored.
499
  2) Support other xml document base on namespace/schema.
500
  3) Support query for attribute value
501
  4) Assign MIME type to data file base on metadata when user try to read it.
502
  5) Owner can assign access rules to a document which does not have access
503
     document to apply it.
504
  6) Support exporting single file, not only whole package
505 1769 tao
  7) Resupport Microsoft SQL Server.
506 1628 tao
507
Fixes in 1.3.0:
508
  1) Couldn't finish delta T replication for large set of documents.
509
  2) Couldn't create access control during delta T replication.
510
  3) Eorr will be written to a seperated log file if some documents
511
     were failed in replication.
512
  4) Decrease the time to create access rules during insert or update
513
     a package.
514
515 861 jones
Documentation
516
-------------
517 1311 berkley
See the docs directory for detailed documentation and installation
518 666 jones
instructions.
519
520 1311 berkley
Details of the Metacat architecture can be found on the website for
521 666 jones
the Knowledge Network for Biocomplexity (KNB):
522
523 805 jones
  http://knb.ecoinformatics.org/software/metacat/
524 666 jones
525
Contributions to this work are welcome.  Please see the above web site
526
for details on how to contribute.
527
528 848 jones
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
529
-----------------------------------------------------------------------------
530 2313 jones
If you discover a bug please report it, either by email (above) or by using
531
our bug tracking system (http://bugzilla.ecoinformatics.org). There is a
532
list of currently unimplemented features in Bugzilla that we are working on
533
for the next release.
534 805 jones
535
Legalese
536
--------
537 666 jones
This software is copyrighted by The Regents of the University of California
538
and the National Center for Ecological Analysis and Synthesis
539
and licensed under the GNU GPL; see the 'LICENSE' file for
540
details.
541
542 1311 berkley
This material is based upon work supported by the
543 2313 jones
National Science Foundation under Grant No. DEB99-80154, DBI99-04777, and
544 2975 jones
0225676 for SEEK.  Any opinions, findings and conclusions or recomendations
545
expressed in this material are those of the author(s) and do not necessarily
546
reflect the views of the National Science Foundation (NSF).
547 1307 jones
548 2505 sgarg
This software is partially supported by a grant from the Andrew W.
549
Mellon Foundation.
550
551 1311 berkley
This product includes software developed by the Apache Software
552 1307 jones
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
553
for details.
554
555 1311 berkley
The source code, object code, and documentation in the com.oreilly.servlet
556 1307 jones
package is copyright and owned by Jason Hunter. See the cos-license.html file
557 1311 berkley
for details of the license.  Licensor retains title to and ownership of the
558 1307 jones
Software and all enhancements, modifications, and updates to the Software.
559 2441 jones
560 2599 jones
This software includes the JDBC driver for PostgreSQL.  See the
561
postgresql-license.txt file for details.