Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1949 12/04/2003 09:49 AM Duane Costa

Improvements to Harvester single file upload servlets

1929 11/21/2003 03:05 PM brooke

This is the merge from the branch WEB_UI_REDESIGN_BRANCH back into the head.
The only files that have been removed are those in lib/style/eml2; other files
that have been cvs removed (only from lib/ and lib/style) have been re-added
elsewhere (i.e. moved from one directory to another)....

1925 11/21/2003 11:40 AM Duane Costa

Remove unneeded file Upload999.java

1906 11/18/2003 04:51 PM Jing Tao

If the sessionid is null and user will be treated as public.

1903 11/18/2003 11:08 AM Jing Tao

Get rid of doctype declare in transfer.

1896 11/17/2003 03:17 PM Jing Tao

Set system id for transforming.

1895 11/17/2003 03:17 PM Jing Tao

Modified a method and can be reused.

1849 11/07/2003 06:40 PM Jing Tao

If db pool size is maxium and no connection is free. The checkout will be wait.

1841 10/31/2003 06:02 PM Jing Tao

Add a checking for xml_nodes insert finished, then start build index table.

1839 10/21/2003 01:08 PM Jing Tao

Remove UPPER function for >, < operator.

1838 10/20/2003 04:05 PM Jing Tao

Add a new search mode not-contains.

1837 10/18/2003 04:36 PM Jing Tao

Modified a debug Message.

1834 10/08/2003 05:39 PM Jing Tao

Add a new method to find document from queryspecification.

1833 10/03/2003 06:08 PM Jing Tao

Revise code so it can be called directly.

1832 10/02/2003 05:17 PM Jing Tao

Revied the class.

1831 10/02/2003 05:16 PM Jing Tao

New class will be used in metacat ecogrid impl.

1830 09/29/2003 01:04 AM skrish
  • empty log message ***
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.

1825 09/17/2003 06:32 PM Matt Jones

Fixed the sessionId handling code to now properly return the sessionId
in the login response message. Updated junit tests to test this issue.

1822 09/17/2003 12:42 PM Matt Jones

Modified metacat to now provide the session identifier in the response
xml message when a login is called. This has not been fully tested.
I removed the HttpMessage class from metacat in favor of using the version
of that class that is found in the utilities module. This may cause some...

1818 09/04/2003 05:57 PM Jing Tao

Fixed a bug for importing package

1816 09/04/2003 03:22 PM Jing Tao

Fixed the bug that if path query without xml declaration will cause a non well-formed result doc.

1813 09/04/2003 01:11 PM Jing Tao

A sample application program to call metacat string service.

1810 09/03/2003 05:18 PM Jing Tao

Fixed some bugs in this file.

1809 09/02/2003 05:01 PM Jing Tao

Implementation for the interface.

1808 09/02/2003 05:00 PM Jing Tao

Add a new client interface with string type for web service.

1804 08/14/2003 04:41 PM Jing Tao

in toxml method, add new code to handle dtd.

1803 08/14/2003 04:41 PM Jing Tao

Add a new constructor to hanlde DTD node.

1802 08/14/2003 04:40 PM Jing Tao

Add code to handle public id and system id.

1798 08/12/2003 06:04 PM Jing Tao

Implement logout method.

1797 08/12/2003 06:04 PM Jing Tao

Add a logout method.

1795 08/12/2003 12:35 PM Matt Jones

Implemented the update and delete methods in the interface, along with tests.

1789 08/12/2003 12:24 AM Matt Jones

Implemented the "insert()" method and wrote a test to test it. The new test
depends on the property "newdocid" be set to something unique in the build.xml
file so that the insert will work properly. Probably need to fix this to be
some kind of autoincrement counter or random number so that it can be run...

1788 08/11/2003 11:28 PM Matt Jones

Refactored to use IOUtil routines. Reformatted for within-file consistency.

1786 08/11/2003 06:30 PM Jing Tao

Implement query method.

1785 08/11/2003 06:29 PM Jing Tao

Add metacatinaccessible exception for query.

1784 08/11/2003 03:24 PM Matt Jones

Implemented the 'read' API call. Some more to go...

1783 08/11/2003 12:19 PM Matt Jones

Wrote the login() function, the first of the series of API calls for
the metacat client to be implemented. Also wrote a test class to
test the API functionality.

1782 08/10/2003 02:26 PM Jing Tao

If uploading failed, the inline data will be deleted either.

1781 08/10/2003 02:26 PM Jing Tao

If xml document uploading failed, the inline data file will be deleted either.

1780 08/08/2003 04:16 PM Matt Jones

Added a new subpackage (edu.ucsb.nceas.metacat.client) which is a client
access library for the metacat. There is an interface (Metacat.java) that
provides simple access methods for the main metacat functions. This is to
support clients like Morpho and others that want to programatically access...

1773 07/31/2003 09:56 PM Jing Tao

JAVA 1.3 doesn't support this FileWriter(File fileName, boolean append). But 1.4 does.
Change to FileWriter(String fileName, boolean append). Both 1.3 and 1.4 support.

1768 07/30/2003 02:03 PM Jing Tao

Fixed bug in replication if doctype is null.

1767 07/30/2003 10:50 AM Jing Tao

Fixed a bug that replication didn't do inline data.

1766 07/30/2003 09:04 AM Jing Tao

Change a array size from 4*10(testing) to 4*1024.

1764 07/29/2003 09:08 AM Jing Tao

Using reader replacing string to read inline data.

1763 07/29/2003 09:07 AM Jing Tao

Using reader to replace string to read inline data.

1762 07/28/2003 05:51 PM Jing Tao

Change the way to handle inline data.

1761 07/28/2003 05:50 PM Jing Tao

When character size is greater than 4000, it will write to db.

1760 07/27/2003 08:51 PM Jing Tao

Change string to stringreader to save memory.

1759 07/27/2003 08:50 PM Jing Tao

Change debug level.

1758 07/25/2003 08:39 AM Jing Tao

Change the year from YY to YYYY

1757 07/25/2003 08:13 AM Jing Tao

Revise inital value for insert a new server. Change some debug level.

1756 07/23/2003 06:15 PM Jing Tao

Revise initial value for server registry.

1755 07/23/2003 06:13 PM Jing Tao

Fixed a bug in registryDataFile.

1754 07/23/2003 06:11 PM Jing Tao

Delete a debug line.

1753 07/23/2003 03:55 PM Jing Tao

Change the date format from yy-mm-dd to mm/dd/yy.

1752 07/23/2003 03:53 PM Jing Tao

Change format from yy-mm-dd to mm/dd/yy.

1751 07/23/2003 12:04 PM Jing Tao

Get rid of to_date function.

1750 07/23/2003 11:58 AM Jing Tao

using toDate method rather than to_date function directly.

1741 07/19/2003 10:20 PM skrish

MetaCat Servlet changed to get correct docid

1738 07/18/2003 11:24 PM skrish

EML interface Login Servlet

1737 07/18/2003 11:23 PM skrish

Metacat EMl Upload Interface

1734 07/17/2003 10:59 AM skrish
  • empty log message ***
1733 07/17/2003 10:54 AM skrish
  • empty log message ***
1723 07/02/2003 04:03 PM berkley

got interservlet session handling working.

1717 07/02/2003 12:09 PM berkley

fixed errors with jing and my merges

1716 07/02/2003 12:04 PM berkley

changes to make session management between monarch and metacat work.

1688 06/25/2003 05:55 PM Jing Tao

Revise code and make it more generic to pass parameters to style sheet.

1665 06/17/2003 04:06 PM Jing Tao

Revise the code for read from metcat.

1664 06/17/2003 04:06 PM Jing Tao

Add the code to handle parameter for style sheet.

1658 06/11/2003 01:22 PM blankman

web.xml assocated with metacat push harvester

1657 06/11/2003 01:21 PM blankman

servlet for metacat push harvest

1656 06/11/2003 01:20 PM blankman

web page for initiating metacat push harvest

1655 06/11/2003 01:17 PM blankman

upload class for metacat harvester

1630 04/30/2003 06:03 PM Jing Tao

Field data will be normalized.

1629 04/30/2003 03:04 PM Jing Tao

Add code to hanlder wirte and update funtion.

1622 04/26/2003 05:25 PM Jing Tao

Add code to write relation table.

1621 04/26/2003 05:24 PM Jing Tao

Add some debug message.

1619 04/26/2003 03:19 PM Jing Tao

add code to make sure subject, relationship and object is not null.

1618 04/26/2003 03:18 PM Jing Tao

Add delete access subtree in delete method.

1617 04/25/2003 03:04 PM Jing Tao

Get the file size limit from property rather than hard code.

1615 04/24/2003 08:30 PM Jing Tao

Don't write online data id into db.

1614 04/24/2003 05:43 PM Jing Tao

Fixed bug to find catalog id for eml2 document.

1610 04/23/2003 11:04 PM Jing Tao

Revise code to decide use which parser.

1609 04/23/2003 09:30 PM Jing Tao

Fixed a bug to checking error.

1606 04/23/2003 01:38 PM Jing Tao

Revise getURLContent method and give up httpclient.

1600 04/22/2003 09:53 AM Jing Tao

Add code to get rid of white space in url.

1599 04/22/2003 09:52 AM Jing Tao

Using httpclient as http and https protocol handler.

1598 04/22/2003 09:51 AM Jing Tao

Add a new method to replace whtie space by %20 in url string.

1597 04/22/2003 09:25 AM Jing Tao

Change a debug statement.

1595 04/21/2003 06:36 PM Jing Tao

Change the code to get docid.

1594 04/21/2003 10:03 AM Jing Tao

Add debugMessage.

1592 04/19/2003 07:09 PM Jing Tao

This class will write triple to db.

1591 04/19/2003 07:08 PM Jing Tao

Move the code that writes triple to db to DBSAXHandler class.

1590 04/19/2003 07:06 PM Jing Tao

Add code to parse triple.

1585 04/18/2003 08:33 PM Jing Tao

Add a method to write error message into log file.

1584 04/18/2003 08:32 PM Jing Tao

Revise code to handle text node be splitted into two nodes.

1583 04/18/2003 08:31 PM Jing Tao

Revise update method. Every write action will check out a db connection. So it can handle a huge mount of write action.