JMSAppender Configuration Woes....

2005-03-10 Thread Aaron Rustad
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

How can I log steps between session bean?

2005-02-28 Thread Aaron Rustad
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,