Project

General

Profile

« Previous | Next » 

Revision 4213

Added by daigle over 15 years ago

qualify xml and eml properties with an xml. prefix

View differences:

RelationHandler.java
193 193
		Vector accessdoctypes;
194 194
		try {
195 195
			accessdoctypes = MetaCatUtil.getOptionList(PropertyService
196
				.getProperty("accessdoctype"));
196
				.getProperty("xml.accessdoctype"));
197 197
		} catch (PropertyNotFoundException pnfe) {
198 198
			throw new SQLException("Could not find access doctype: " + pnfe.getMessage());
199 199
		}

Also available in: Unified diff