Searched refs:Warning (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java71 STAFLog.Fatal | STAFLog.Error | STAFLog.Warning);
141 logger.log(STAFLog.Warning, "termination initiated");
268 logger.log(STAFLog.Warning,
327 logger.log(STAFLog.Warning, "comparing\n" + (String) erl.get(i) + "\nwith\n" + (String) rl.get(i));
357 logger.log(STAFLog.Warning,
409 logger.log(STAFLog.Warning, "Directory comparaison with invalid input dir : " + exp_dir);
452 logger.log(STAFLog.Warning, "failed comparing DSML responses exception " + e.getMessage());
/forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java70 STAFLog.Fatal | STAFLog.Error | STAFLog.Warning);
140 logger.log(STAFLog.Warning, "termination initiated");
267 logger.log(STAFLog.Warning,
326 logger.log(STAFLog.Warning, "comparing\n" + (String) erl.get(i) + "\nwith\n" + (String) rl.get(i));
356 logger.log(STAFLog.Warning,
408 logger.log(STAFLog.Warning, "Directory comparaison with invalid input dir : " + exp_dir);
451 logger.log(STAFLog.Warning, "failed comparing DSML responses exception " + e.getMessage());
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java71 STAFLog.Fatal | STAFLog.Error | STAFLog.Warning);
141 logger.log(STAFLog.Warning, "termination initiated");
268 logger.log(STAFLog.Warning,
327 logger.log(STAFLog.Warning, "comparing\n" + (String) erl.get(i) + "\nwith\n" + (String) rl.get(i));
357 logger.log(STAFLog.Warning,
409 logger.log(STAFLog.Warning, "Directory comparaison with invalid input dir : " + exp_dir);
452 logger.log(STAFLog.Warning, "failed comparing DSML responses exception " + e.getMessage());
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java71 STAFLog.Fatal | STAFLog.Error | STAFLog.Warning);
141 logger.log(STAFLog.Warning, "termination initiated");
268 logger.log(STAFLog.Warning,
327 logger.log(STAFLog.Warning, "comparing\n" + (String) erl.get(i) + "\nwith\n" + (String) rl.get(i));
357 logger.log(STAFLog.Warning,
409 logger.log(STAFLog.Warning, "Directory comparaison with invalid input dir : " + exp_dir);
452 logger.log(STAFLog.Warning, "failed comparing DSML responses exception " + e.getMessage());
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java70 STAFLog.Fatal | STAFLog.Error | STAFLog.Warning);
140 logger.log(STAFLog.Warning, "termination initiated");
267 logger.log(STAFLog.Warning,
326 logger.log(STAFLog.Warning, "comparing\n" + (String) erl.get(i) + "\nwith\n" + (String) rl.get(i));
356 logger.log(STAFLog.Warning,
408 logger.log(STAFLog.Warning, "Directory comparaison with invalid input dir : " + exp_dir);
451 logger.log(STAFLog.Warning, "failed comparing DSML responses exception " + e.getMessage());
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/resources/com/sun/identity/diagnostic/base/resources/locale/
H A DDiagnosticToolCLI.properties42 cli-save-warning-msg=Warning:
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Common/
H A DFedletCertificateFactory.cs100 FedletLogger.Warning(Resources.FedletCertificateFactoryGetByFriendlyNameFailed + " " + errorMessage);
H A DFedletLogger.cs105 public static void Warning(string message) method in class:Sun.Identity.Common.FedletLogger
107 FedletLogger.LogMessage(message, EventLogEntryType.Warning);
112 /// only Info, Warning, and Error are supported from the default
129 || (logLevel == FedletLogger.LogLevelWarning && entryType <= EventLogEntryType.Warning)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs324 FedletLogger.Warning(logMessage.ToString());
420 FedletLogger.Warning(logMessage.ToString());
484 FedletLogger.Warning(logMessage.ToString());
/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h273 #error Warning: PCRE_UCHAR16 is not a 16 bit data type.
/forgerock/openidm-v4/openidm-external-rest/src/main/java/org/forgerock/openidm/external/rest/
H A DRestService.java86 import org.restlet.data.Warning;
619 List<Warning> warnings = (List<Warning>) attributes.get("message.warnings");
621 warnings = new ArrayList<Warning>();
624 Warning warning = new Warning();
635 logger.error("Error parsing HTTP Warning header", e);
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Common/
H A DFedletCertificateFactory.cs100 FedletLogger.Warning(Resources.FedletCertificateFactoryGetByFriendlyNameFailed + " " + errorMessage);
H A DFedletLogger.cs105 public static void Warning(string message) method in class:Sun.Identity.Common.FedletLogger
107 FedletLogger.LogMessage(message, EventLogEntryType.Warning);
112 /// only Info, Warning, and Error are supported from the default
129 || (logLevel == FedletLogger.LogLevelWarning && entryType <= EventLogEntryType.Warning)
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs326 FedletLogger.Warning(logMessage.ToString());
422 FedletLogger.Warning(logMessage.ToString());
486 FedletLogger.Warning(logMessage.ToString());
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dbehaviour.js246 case '$': // Match ends with value - fails with "Warning" in Opera 7

Completed in 266 milliseconds