Project

General

Profile

1 981 tao
#
2 666 jones
#  '$RCSfile$'
3
#   '$Author$'
4
# '$Revision$'
5
#     '$Date$'
6
#
7
8
Metacat: XML Metadata Database
9
------------------------------
10
11 1307 jones
Version: 1.2.0 Release
12 666 jones
13 1295 jones
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14
                           http://bugzilla.ecoinformatics.org
15 696 jones
16 666 jones
Contributors: Matt Jones (jones@nceas.ucsb.edu)
17
              Chad Berkley (berkley@nceas.ucsb.edu)
18 981 tao
              Jing Tao (tao@nceas.ucsb.edu)
19 666 jones
              Jivka Bojilova (bojilova@nceas.ucsb.edu)
20
              Dan Higgins (higgins@nceas.ucsb.edu)
21 981 tao
22 982 berkley
Metacat is a flexible database storage system for XML formatted
23 666 jones
documents. Metacat models the structure of the XML document, therefore
24 1003 berkley
allowing storage of XML documents with arbitrary schemas. Metacat supports
25 1307 jones
several databases on the back-end, including Oracle, PostgreSQL and SQL
26
Server.  The server supports XML document storage, retrievel, query,
27
validation, and transformation (using the XSLT stylesheet language).
28
In addition, there is a mechanism for replicating the database
29
to other metacat instances for backup and load balancing purposes.
30
Metacat currently uses an LDAP database for authenticating users, but
31
was written to accomodate other authentication services as well.
32 666 jones
33 877 jones
Release Notes
34
-------------
35 1307 jones
  New features in 1.2.0:
36
  1) Performance improvements through improved access control handling
37
  2) New replication features
38
  3) Added partial SSL support
39
  4) Additional bugs fixed, see http://bugzilla.ecoinformatics.org
40
     474   Metacat in Ecoinfo hang
41
     475   Associate access doc to some docid which doesn't have ent...
42
     478   Security hole in Metacat for data file.
43
     536   Changes to Metacat build script to install stylesheets fr...
44
     457   Bug in replciation
45
     466   Create a JUnit class for Metacat action
46
     502   Security issues in replication
47
     503   Access control problem to a replicated doucment
48
     537   SQL error when first insert a new record into xml_replica...
49
     540   In force replication, some time has reversion number error
50
     541   Update dataset document which host is not in this metacat...
51
     542   Duplicate entries in xml_replication table
52
     543   Metacat hang in there when delta T replication
53
     554   xml_replication table in production metacat
54
     479   Debug message level
55
56 987 berkley
  New features in 1.1.0:
57 982 berkley
  1) Added functionality to export a zipped data package. The zip file contains
58
     all of the data and metadata as well as a rendered html summary of
59
     the metadata.
60 1003 berkley
  2) Changed version control mechanism.  Metacat can now accept any version of
61 982 berkley
     a document as long as the given version number is greater than the
62
     current one.  The new version number does not have to be exactly one
63
     greater than the current version.
64
  3) Update xerces.jar file to version 1.4.4
65 987 berkley
  Fixes in 1.1.0
66 1003 berkley
   1) Fixed ldap authentication bug.  Now, a user from a referred server cannot
67
      login with an incorrect password.
68
   2) Changed the default behavior of the access control functionality with
69
      respect to packaging.
70
      If a member document in a data package doesn't have an access control list,
71 983 tao
      access control rules of the main package document will not apply to the
72 1003 berkley
      member document.  Previously, package members, by default, inherited
73
      the access control rules of the main package document.
74 982 berkley
   3) Fixed minor bugs with document access control.
75
   4) Allowed new version of data files to be uploaded and handled.
76 1003 berkley
   5) Fixed bug where the client could not get the principals or groups from
77
      the ldap server.
78 895 berkley
  Fixes in 1.0.3
79
   1) Fixed problem with Metacat not being able to query for group names when
80
      and LDAP referral server was down.  Added an LDAP timeout of 5 seconds
81
      for all referral activity.
82
   2) Fixed problem where invalid xml characters such as ampersands (&) could
83
      be inserted into the resultset xml stream.
84 981 tao
  Fixes in 1.0.2
85
   1) Fixed problem with LDAP locking up Metacat when a referral server
86
      was not available.
87
  Fixes in 1.0.1
88
   1) Fixed problem with authenticating using LDAP referrals
89
   2) Fixed bug that prevent groups from being used in access documents
90 883 jones
Installation
91
------------
92
See the file "docs/user/metacatinstall.html" for detailed instructions.
93
94 861 jones
Documentation
95
-------------
96 666 jones
See the docs directory for detailed documentation and installation
97
instructions.
98
99
Details of the Metacat architecture can be found on the website for
100
the Knowledge Network for Biocomplexity (KNB):
101
102 805 jones
  http://knb.ecoinformatics.org/software/metacat/
103 666 jones
104
Contributions to this work are welcome.  Please see the above web site
105
for details on how to contribute.
106
107 848 jones
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
108
-----------------------------------------------------------------------------
109 982 berkley
If you discover a bug
110 861 jones
please report it, either by email (above) or by using our bug tracking
111
system (http://bugzilla.ecoinformatics.org). There is a list of currently
112
unimplemented features in Bugzilla that we are working on for the next
113
release (no, we don't have a date yet!).
114 805 jones
115
Legalese
116
--------
117 666 jones
This software is copyrighted by The Regents of the University of California
118
and the National Center for Ecological Analysis and Synthesis
119
and licensed under the GNU GPL; see the 'LICENSE' file for
120
details.
121
122
This material is based upon work supported by the
123
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
124
Any opinions, findings and conclusions or recomendations expressed in this
125
material are those of the author(s) and do not necessarily reflect
126
the views of the National Science Foundation (NSF).
127 1307 jones
128
This product includes software developed by the Apache Software
129
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
130
for details.
131
132
The source code, object code, and documentation in the com.oreilly.servlet
133
package is copyright and owned by Jason Hunter. See the cos-license.html file
134
for details of the license.  Licensor retains title to and ownership of the
135
Software and all enhancements, modifications, and updates to the Software.