<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font face="Roboto">Hi,</font></p>
I'm playing with the ScriptedConnector to connect a custom database
as a resource.<br>
I'd like to show in the gui a bounch of warning and errors related
to the script that is running (eg: Warning: the user already has the
role X, or Error: no selected office)<br>
<br>
I can do this without problems using the "log" facility that the
connector send to the script, and I can display in my log file
something like this:<br>
WARN (org.forgerock.openicf.misc.scriptedcommon.ScriptedConnector):
method: null msg:PROTOCREATE:: user (marco.benucci.ext, 5969) was
DISABLED<br>
<br>
produced by:<br>
if(isDisabled) log.warn("PROTOCREATE:: user (${userName}, ${userId})
was DISABLED")<br>
<br>
So... is there a way to show this message in the red/yellow pupup
window that comes out when an error or a warning occurs?<br>
<br>
Thank you,<br>
Marco<br>
<br>
<br>
</body>
</html>