Project

General

Profile

« Previous | Next » 

Revision 5337

Added by berkley almost 14 years ago

removed CrudService dependency on servlet params. CrudService is now a singleton. I'm getting an error from metacat saying it can't find teh systemmetadata schema, even though it is, in fact, registered with metacat. need to identify why this is happening.

View differences:

MetacatRestClientTest.java
84 84
     */
85 85
    public void setUp()
86 86
    {
87
        System.out.println("contextUrl: " + contextUrl);
87 88
        m = new MetacatRestClient(contextUrl);
88 89
    }
89 90
    

Also available in: Unified diff