1
|
#
|
2
|
# '$RCSfile$'
|
3
|
# '$Author: jones $'
|
4
|
# '$Revision: 1295 $'
|
5
|
# '$Date: 2002-08-16 01:51:57 -0700 (Fri, 16 Aug 2002) $'
|
6
|
#
|
7
|
|
8
|
Metacat: XML Metadata Database
|
9
|
------------------------------
|
10
|
|
11
|
Version: 1.1.0 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
|
|
22
|
Metacat is a flexible database storage system for XML formatted
|
23
|
documents. Metacat models the structure of the XML document, therefore
|
24
|
allowing storage of XML documents with arbitrary schemas. Metacat supports
|
25
|
several databases on the back-end, including Oracle, PostgeSQL and SQL Server.
|
26
|
The server supports XML document
|
27
|
storage, retrievel, query, validation, and transformation (using the XSLT
|
28
|
stylesheet language). In addition, there is a mechanism for replicating
|
29
|
the database to other metacat instances for backup and load balancing
|
30
|
purposes. Metacat currently uses an LDAP database for authenticating
|
31
|
users, but was written to accomodate other authentication services as well.
|
32
|
|
33
|
Release Notes
|
34
|
-------------
|
35
|
New features in 1.1.0:
|
36
|
1) Added functionality to export a zipped data package. The zip file contains
|
37
|
all of the data and metadata as well as a rendered html summary of
|
38
|
the metadata.
|
39
|
2) Changed version control mechanism. Metacat can now accept any version of
|
40
|
a document as long as the given version number is greater than the
|
41
|
current one. The new version number does not have to be exactly one
|
42
|
greater than the current version.
|
43
|
3) Update xerces.jar file to version 1.4.4
|
44
|
Fixes in 1.1.0
|
45
|
1) Fixed ldap authentication bug. Now, a user from a referred server cannot
|
46
|
login with an incorrect password.
|
47
|
2) Changed the default behavior of the access control functionality with
|
48
|
respect to packaging.
|
49
|
If a member document in a data package doesn't have an access control list,
|
50
|
access control rules of the main package document will not apply to the
|
51
|
member document. Previously, package members, by default, inherited
|
52
|
the access control rules of the main package document.
|
53
|
3) Fixed minor bugs with document access control.
|
54
|
4) Allowed new version of data files to be uploaded and handled.
|
55
|
5) Fixed bug where the client could not get the principals or groups from
|
56
|
the ldap server.
|
57
|
Fixes in 1.0.3
|
58
|
1) Fixed problem with Metacat not being able to query for group names when
|
59
|
and LDAP referral server was down. Added an LDAP timeout of 5 seconds
|
60
|
for all referral activity.
|
61
|
2) Fixed problem where invalid xml characters such as ampersands (&) could
|
62
|
be inserted into the resultset xml stream.
|
63
|
Fixes in 1.0.2
|
64
|
1) Fixed problem with LDAP locking up Metacat when a referral server
|
65
|
was not available.
|
66
|
Fixes in 1.0.1
|
67
|
1) Fixed problem with authenticating using LDAP referrals
|
68
|
2) Fixed bug that prevent groups from being used in access documents
|
69
|
Installation
|
70
|
------------
|
71
|
See the file "docs/user/metacatinstall.html" for detailed instructions.
|
72
|
|
73
|
Documentation
|
74
|
-------------
|
75
|
See the docs directory for detailed documentation and installation
|
76
|
instructions.
|
77
|
|
78
|
Details of the Metacat architecture can be found on the website for
|
79
|
the Knowledge Network for Biocomplexity (KNB):
|
80
|
|
81
|
http://knb.ecoinformatics.org/software/metacat/
|
82
|
|
83
|
Contributions to this work are welcome. Please see the above web site
|
84
|
for details on how to contribute.
|
85
|
|
86
|
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
|
87
|
-----------------------------------------------------------------------------
|
88
|
If you discover a bug
|
89
|
please report it, either by email (above) or by using our bug tracking
|
90
|
system (http://bugzilla.ecoinformatics.org). There is a list of currently
|
91
|
unimplemented features in Bugzilla that we are working on for the next
|
92
|
release (no, we don't have a date yet!).
|
93
|
|
94
|
Legalese
|
95
|
--------
|
96
|
This software is copyrighted by The Regents of the University of California
|
97
|
and the National Center for Ecological Analysis and Synthesis
|
98
|
and licensed under the GNU GPL; see the 'LICENSE' file for
|
99
|
details.
|
100
|
|
101
|
This material is based upon work supported by the
|
102
|
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
|
103
|
Any opinions, findings and conclusions or recomendations expressed in this
|
104
|
material are those of the author(s) and do not necessarily reflect
|
105
|
the views of the National Science Foundation (NSF).
|