8 |
8 |
Metacat: XML Metadata Database
|
9 |
9 |
------------------------------
|
10 |
10 |
|
11 |
|
Version: 1.1.0 Release
|
|
11 |
Version: 1.2.0 Release
|
12 |
12 |
|
13 |
13 |
Send feedback and bugs to: metacat-dev@ecoinformatics.org
|
14 |
14 |
http://bugzilla.ecoinformatics.org
|
... | ... | |
22 |
22 |
Metacat is a flexible database storage system for XML formatted
|
23 |
23 |
documents. Metacat models the structure of the XML document, therefore
|
24 |
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.
|
|
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 |
32 |
|
33 |
33 |
Release Notes
|
34 |
34 |
-------------
|
|
35 |
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 |
|
35 |
56 |
New features in 1.1.0:
|
36 |
57 |
1) Added functionality to export a zipped data package. The zip file contains
|
37 |
58 |
all of the data and metadata as well as a rendered html summary of
|
... | ... | |
103 |
124 |
Any opinions, findings and conclusions or recomendations expressed in this
|
104 |
125 |
material are those of the author(s) and do not necessarily reflect
|
105 |
126 |
the views of the National Science Foundation (NSF).
|
|
127 |
|
|
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.
|
Updated README and build.xml in preparation for a new release. Looks to me
as though the dist and distsrc targets are not working properly because the
dist target produces a distribution with source code, which it should not
do. Need to check into this.