Project

General

Profile

« Previous | Next » 

Revision fb482602

Added by Niels Hoffmann over 13 years ago

Added some low level methods to ICdmDataSource implementations. Refactored uri handling into a utililty class

View differences:

cdmlib-ext/src/main/java/eu/etaxonomy/cdm/ext/bci/BciServiceWrapper.java
34 34

  
35 35
import eu.etaxonomy.cdm.api.application.ICdmApplicationConfiguration;
36 36
import eu.etaxonomy.cdm.common.CdmUtils;
37
import eu.etaxonomy.cdm.common.UriUtils;
37 38
import eu.etaxonomy.cdm.ext.common.SchemaAdapterBase;
38 39
import eu.etaxonomy.cdm.ext.common.ServiceWrapperBase;
39 40
import eu.etaxonomy.cdm.model.common.IdentifiableEntity;
......
111 112
		} catch (URISyntaxException e) {
112 113
			// thrown by createUri
113 114
			logger.error(e);
114
		} catch (HttpException e) {
115
			// thrown by executeHttpGet
115
		} catch (HttpException e){
116
			// thrown by createUri
116 117
			logger.error(e);
117
		} 
118
		}
118 119
		
119 120
//		return null;
120 121
	

Also available in: Unified diff