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:

IndexingTimerTask.java
59 59
	    		
60 60
	    		dbConn = DBConnectionPool.getDBConnection("IndexingThread");
61 61
	    		serialNumber = dbConn.getCheckOutSerialNumber();
62
	            Vector indexNamespaces = MetaCatUtil.getOptionList(PropertyService.getProperty("indexNamespaces"));
62
	            Vector indexNamespaces = MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexNamespaces"));
63 63
	            String nonJoinCriteria = "b.docid is NULL";
64 64
	    		boolean first = true;
65 65

  

Also available in: Unified diff