Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  client 1829 over 20 years Matt Jones Added more debugging messgaes to the test in an...
EventLogTest.java 3.53 KB 2111 about 20 years Matt Jones Partial implementation of a query facility for ...
MetaCatServletTest.java 17.1 KB 1822 over 20 years Matt Jones Modified metacat to now provide the session ide...
MetaCatURLTest.java 3.23 KB 1505 about 21 years Jing Tao Change assert to assertTrue.
QuerySpecificationTest.java 4.6 KB 2074 about 20 years Matt Jones Changed printAttributeQuery() to no longer depe...
ReplicationServerListTest.java 8.15 KB 1506 about 21 years Jing Tao Change from assert to assertTrue.
SubTreeTest.java 4.27 KB 1503 about 21 years Jing Tao A new class to testing subtree class.
VersionTest.java 2.31 KB 2079 about 20 years Matt Jones Added a simple action for finding out the curre...

Latest revisions

# Date Author Comment
2111 04/07/2004 02:31 AM Matt Jones

Partial implementation of a query facility for the access log. Need to fix problems with the date filtering, and tie this into the servlet action when completed and tested.

2100 04/02/2004 11:31 AM Matt Jones

New EventLogTest modifying the log call to exclude revision.

2096 04/01/2004 10:40 PM Matt Jones

Added classes for basic event logging support. These classes write log entries to the database connection. Still to do: query the event log, write oracle sql code (postgres is done), possibly allow the log to be archived to a text file, and possibly do the dtabase writes asynchronously via a caching mechanism.

2079 03/31/2004 11:42 AM Matt Jones

Added a simple action for finding out the current metacat version. The information is pulled from the property file, so be sure to update the version in the property file before shipping a release.

2074 03/30/2004 10:02 AM Matt Jones

Changed printAttributeQuery() to no longer depend on the xml_index table. Now, if useXMLIndex is false, the method will use a recursive query on xml_nodes to match paths instead of using xml_index.

2069 03/29/2004 11:24 AM Matt Jones

Created new printExtendedSQL function that can get the extended
return fields using only xml_nodes and not xml_index. One
step closer to eliminating the dependence ofn xml_index.

2068 03/26/2004 05:40 PM Matt Jones

Created test class QuerySpecificationTest and started process of removing the xml_index from the QuerySpecification code. Reformatted some classes for readability.

1829 09/22/2003 03:26 PM Matt Jones

Added more debugging messgaes to the test in an attempt to find out
what is wrong with the cookies.

1828 09/22/2003 01:14 PM Matt Jones

Updated more tests on session reuse. Made the http calls set the sessionid
explicitly rather than relying on cookies being passed around statically.
Still need to modify HttpMessage to get rid of the static cookie.

1826 09/19/2003 05:01 PM Matt Jones

New versions of the Metacat client API that allow access to the sessionId
so that a session can be reused over several different instances.

View revisions

Also available in: Atom