Project

General

Profile

« Previous | Next » 

Revision 4709

Added by daigle over 15 years ago

Implement refresh methods inherited from base class

View differences:

XMLSchemaService.java
57 57
	
58 58
	private static boolean useFullSchemaValidation = false;
59 59
	
60
	private static String documentNamespace = null;
60
//	private static String documentNamespace = null;
61 61
	
62 62
	// all schema objects that represent schemas registered in the db that 
63 63
	// actually have files on disk.
......
105 105
	/**
106 106
	 * refresh the persistant values in this service.
107 107
	 */
108
	protected void doRefresh() {
108
	protected void doRefresh() throws ServiceException {
109 109
		try {
110 110
			populateRegisteredSchemaList();
111 111
			setUseFullSchemaValidation();

Also available in: Unified diff