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, from what I understand, is that there is no guarantee that one thread will be used between method invocations on separate beans. Has anyone else tacked this problem?
Thanks for your help! Aaron.