Project

General

Profile

  • svn:executable: *

# Date Author Comment
5941 02/10/2011 10:27 AM Jing Tao

Add a static method to get base url base on a schema url.

5709 12/08/2010 04:59 PM ben leinfelder

add support for EML 2.1.1

5619 10/15/2010 02:34 PM berkley

fixed redmine task 864. Metacat will now download an http:// referenced schema when a reference is put in the xml_catalog table.

5368 05/18/2010 04:52 PM ben leinfelder

allow any nonquote characters in the schemaLocation attribute, otherwise the whole line is matched and this prevents schemaLocation from appearing anywhere but at the end of the line.

5340 05/10/2010 01:15 PM berkley

refactored XMLSchemaService to not have static methods. made the CrudServiceTest more robust.

5339 05/07/2010 04:30 PM berkley

removed system.outs

5338 05/07/2010 04:28 PM berkley

fixed schema location bug. the dataone schemas are now correclty found

5326 04/28/2010 06:54 PM Matt Jones

Refactored schema service to call doRefresh() in constructor to eliminate code duplication.

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

5030 08/24/2009 02:34 PM daigle

Change location of PropertyService to properties directory

5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

4981 07/11/2009 07:16 AM daigle

Implement stop method in services. Stop all services when shutting down metacat. This primarily keeps scheduler from hanging with open threads.

4709 12/26/2008 01:18 PM daigle

Implement refresh methods inherited from base class

4664 12/09/2008 03:00 PM daigle

add debug

4474 10/21/2008 03:30 PM daigle

Beef up the regex to find the document namespace

4442 10/10/2008 05:12 PM daigle

Change the ServiceInterface into a base class called BaseService. All services extend BaseService.

4430 10/09/2008 09:54 AM daigle

Add service to keep persistent information about xml schemas. This maintains a list of all registered schemas