Project

General

Profile

« Previous | Next » 

Revision 4708

Added by daigle over 15 years ago

Remove the configuration directory from the PropertyService constructor

View differences:

MetUpload.java
193 193
		dirPath = context.getRealPath(CONFIG_DIR);
194 194

  
195 195
		try {
196
			PropertyService.getInstance(dirPath);
196
			PropertyService.getInstance();
197 197
			metacatURL = SystemUtil.getServletURL();
198 198
		} catch (ServiceException se) {
199 199
			System.out.println("Service problem while initializing MetUpload: " + se.getMessage());

Also available in: Unified diff