Project

General

Profile

1
#
2
#  '$RCSfile$'
3
#   '$Author: tao $'
4
# '$Revision: 1775 $'
5
#     '$Date: 2003-08-01 10:25:19 -0700 (Fri, 01 Aug 2003) $'
6
#
7

    
8
Metacat: XML Metadata Database
9
------------------------------
10

    
11
Version: 1.3.1 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, 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

    
33
Release Notes for 1.3.1:
34

    
35
This is a simple interim bug fix. No major functionality changes. Bugs fixed 
36
include:
37
 1) Metacat couldn't work in Java 1.3. Currently, it will work in both 
38
    Java 1.3 and Java 1.4.
39
 2) Distribution package size was reduced.
40

    
41

    
42
Release Notes for 1.3.0
43

    
44
In 1.3.0 release, the structure of the xml_access table was changed and a new
45
table, xml_accesssubtree was added. If you try to update a previously 
46
installed Metacat, you should run a script file to updated the table structure 
47
before installation.
48
For Oracle user: At the SQLPLUS prompt type the following -
49
@src/reviseformetacat13.sql
50
For Postgresql user: At install directory prompt type the following -
51
psql exp < src/reviseformetacat13_postgres.sql
52
(where 'exp' is the database name).
53

    
54
After installation, user should run "ant schemasql" command to register EML2
55
schema in xml_catalog table.
56

    
57
If you are a new Metacat user, this step is unneeded.
58

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

    
65
New Features in 1.3.0
66
  1) Partialy support EML2 document. User can store, query, read and write
67
     EML2 documents. However, Metacat only support access control in resource
68
     level. The subtree level access control will be ignored.
69
  2) Support other xml document base on namespace/schema.
70
  3) Support query for attribute value
71
  4) Assign MIME type to data file base on metadata when user try to read it.
72
  5) Owner can assign access rules to a document which does not have access 
73
     document to apply it.
74
  6) Support exporting single file, not only whole package
75
  7) Resupport Microsoft SQL Server.
76

    
77
Fixes in 1.3.0:
78
  1) Couldn't finish delta T replication for large set of documents.
79
  2) Couldn't create access control during delta T replication.
80
  3) Eorr will be written to a seperated log file if some documents
81
     were failed in replication.
82
  4) Decrease the time to create access rules during insert or update 
83
     a package.
84
     
85
Installation
86
------------
87
See the file "docs/user/metacatinstall.html" for detailed instructions.
88

    
89
Documentation
90
-------------
91
See the docs directory for detailed documentation and installation
92
instructions.
93

    
94
Details of the Metacat architecture can be found on the website for
95
the Knowledge Network for Biocomplexity (KNB):
96

    
97
  http://knb.ecoinformatics.org/software/metacat/
98

    
99
Contributions to this work are welcome.  Please see the above web site
100
for details on how to contribute.
101

    
102
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
103
-----------------------------------------------------------------------------
104
If you discover a bug
105
please report it, either by email (above) or by using our bug tracking
106
system (http://bugzilla.ecoinformatics.org). There is a list of currently
107
unimplemented features in Bugzilla that we are working on for the next
108
release.
109

    
110
Legalese
111
--------
112
This software is copyrighted by The Regents of the University of California
113
and the National Center for Ecological Analysis and Synthesis
114
and licensed under the GNU GPL; see the 'LICENSE' file for
115
details.
116

    
117
This material is based upon work supported by the
118
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
119
Any opinions, findings and conclusions or recomendations expressed in this
120
material are those of the author(s) and do not necessarily reflect
121
the views of the National Science Foundation (NSF).
122

    
123
This product includes software developed by the Apache Software
124
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
125
for details.
126

    
127
The source code, object code, and documentation in the com.oreilly.servlet
128
package is copyright and owned by Jason Hunter. See the cos-license.html file
129
for details of the license.  Licensor retains title to and ownership of the
130
Software and all enhancements, modifications, and updates to the Software.
(2-2/4)