Lines Matching refs:debugPrintln

80     private static void debugPrintln(String msg) {
112 debugPrintln("using thread context class loader ("+classLoader+") for search");
120 debugPrintln("using system class loader ("+classLoader+") for search");
124 debugPrintln("using class loader ("+classLoader+") for search");
143 debugPrintln("factory '" + f.getClass().getName() + "' was found for " + uri);
145 debugPrintln("unable to find a factory for " + uri);
164 debugPrintln("Looking up system property '"+propertyName+"'" );
167 debugPrintln("The value is '"+r+"'");
171 debugPrintln("The property is undefined.");
174 debugPrintln("failed to look up system property '"+propertyName+"'" );
193 debugPrintln("Read properties file " + f);
200 debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
218 debugPrintln("looking into " + resource);
227 debugPrintln("failed to read "+resource);
235 debugPrintln("attempting to use the platform default W3C DOM XPath lib");
239 debugPrintln("all things were tried, but none was found. bailing out.");
288 debugPrintln("createInstance(" + className + ")");
293 debugPrintln("failed to getClass(" + className + ")");
296 debugPrintln("loaded " + className + " from " + which(clazz));
307 debugPrintln("could not instantiate " + clazz.getName());
313 debugPrintln("could not instantiate " + clazz.getName());
319 debugPrintln("could not instantiate " + clazz.getName());
376 debugPrintln("Reading " + inputName);
467 debugPrintln("Reading "+resourceName );
474 debugPrintln("found "+keyName+" = " + factoryClassName);
477 debugPrintln(keyName+" is not in the property file");
500 debugPrintln("no "+SERVICE_ID+" file was found");
518 debugPrintln("failed to enumerate resources "+SERVICE_ID);