Project

General

Profile

« Previous | Next » 

Revision 5338

Added by berkley almost 14 years ago

fixed schema location bug. the dataone schemas are now correclty found

View differences:

XMLSchemaService.java
191 191
		// get the system id from the xml_catalog table for all schemas.
192 192
		String sql = "SELECT public_id, system_id FROM xml_catalog where "
193 193
				+ "entry_type ='" + DocumentImpl.SCHEMA + "'";
194
        System.out.println("!!!!!!!!!!!!!!!!!!!!sql: " + sql);
194 195
		try {
195 196
			// check out DBConnection
196 197
			conn = DBConnectionPool

Also available in: Unified diff