Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
ServiceService.java 5.41 KB 5027 over 14 years daigle Change MetaCatVersion to MetacatVersion
SessionService.java 10.2 KB 8075 over 10 years ben leinfelder include user's fullName when validating a sessi...
XMLSchema.java 6.46 KB 5311 almost 14 years daigle Merge 1.9.2 changes back into the trunk
XMLSchemaParser.java 3.66 KB 5938 about 13 years Jing Tao A sax handler class can get included schema path.
XMLSchemaService.java 20.9 KB 6526 over 12 years ben leinfelder allow the XML namespace to be given in both dou...

Latest revisions

# Date Author Comment
8075 07/25/2013 01:16 PM ben leinfelder

include user's fullName when validating a session. also, allow cookie session to be used if not passed in directly as a parameter

7172 05/17/2012 05:43 PM Jing Tao

Append more information such as user name and group to the validating session response.

6526 09/28/2011 07:28 PM ben leinfelder

allow the XML namespace to be given in both double and single quotes. The regex pattern was only looking for xmlns values that were in double quotes. This was brought to light by LTER:
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5497

6399 09/08/2011 02:23 PM ben leinfelder

move HazelcastService to D1 package

6398 09/08/2011 07:27 AM Chris Jones

Adding a HazelcastService for Metacat to enable Metacat as a Hazelcast cluster member in DataONE. This will require the hazelcast.xml configuration file used for the DataONE cluster to be on the Metacat classpath.

6142 06/15/2011 08:56 AM Chris Jones

Removed ObjectFormatService in favor of CNCoreImpl

6130 06/07/2011 02:56 PM ben leinfelder

organize imports so that it is clearer what dependencies exist on the D1 jars

6124 06/07/2011 09:53 AM Chris Jones

Merged in the D1_0_6_2_BRANCH changes that include the transition from ObjectFormat calls to ObjectFormatCache calls.

6091 05/18/2011 04:32 PM Chris Jones

In order to sync up with DataONE 0.6.1 changes, I'm backing out ObjectFormatService changes temporarily in Metacat. Most functionality will be rolled back in using the DataONE 0.6.2 tag, but some methods in ObjectFormatService (such as getListFromDisk()) will be moved into d1_libclient_java.

6088 05/17/2011 08:02 PM Chris Jones

Changes in the DataONE ObjectFormat class deprecate the convert() method, and we're now using Metacat's ObjectFormatService to look up object format attributes. The following changes replace ObjectFormat.convert() with ObjectFormatService.getFormat() in several classes....

View revisions

Also available in: Atom