I am trying to configure a JMSAppender programmatically but I just can't
seem to get it to go. I must be missing something quite simple.
Anyway, this is this code that I have:
static {
String appenderClass =
Preferences.systemRoot().get("process.monitor.appender", null);
L
I have a requirement to log interesting steps of a process that may call
many different SessionBeans. This process may also be called by other
users so not only do I have to uniquely identify the process, but I also
have to identify the user that started the process. The problem with
session beans,