Lines Matching refs:debugPrintln

82     private static void debugPrintln(String msg) {
114 debugPrintln("using thread context class loader ("+classLoader+") for search");
122 debugPrintln("using system class loader ("+classLoader+") for search");
126 debugPrintln("using class loader ("+classLoader+") for search");
146 debugPrintln("factory '" + f.getClass().getName() + "' was found for " + schemaLanguage);
148 debugPrintln("unable to find a factory for " + schemaLanguage);
167 debugPrintln("Looking up system property '"+propertyName+"'" );
170 debugPrintln("The value is '"+r+"'");
174 debugPrintln("The property is undefined.");
177 debugPrintln("failed to look up system property '"+propertyName+"'" );
196 debugPrintln("Read properties file " + f);
203 debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
221 debugPrintln("looking into " + resource);
228 debugPrintln("failed to read "+resource);
236 debugPrintln("attempting to use the platform default XML Schema validator");
240 debugPrintln("all things were tried, but none was found. bailing out.");
289 debugPrintln("createInstance(" + className + ")");
294 debugPrintln("failed to getClass(" + className + ")");
297 debugPrintln("loaded " + className + " from " + which(clazz));
308 debugPrintln("could not instantiate " + clazz.getName());
314 debugPrintln("could not instantiate " + clazz.getName());
320 debugPrintln("could not instantiate " + clazz.getName());
377 debugPrintln("Reading "+resourceName );
384 debugPrintln("found "+keyName+" = " + factoryClassName);
387 debugPrintln(keyName+" is not in the property file");
416 debugPrintln("Reading " + inputName);
500 debugPrintln("no "+SERVICE_ID+" file was found");
518 debugPrintln("failed to enumerate resources "+SERVICE_ID);