4 Replies Latest reply on Oct 2, 2002 5:00 AM by tejasab

    JBoss Output window

    tejasab

      Hi,
      I am not able to understand this behaviour of JBoss. I have EJBs deployed on JBoss and EJBs use System.out.println statements to print debug information.

      Now, the interesting part :
      I have written a client in Java and invoking methods on the EJBs. Now if I have the window in which JBoss is running open and if I am holding the scroller on the scroll bar, the methods take time to execute, as if they are paused and waiting to print the System.out debug messages.
      If the window is minimized, the methods execute as I would expect.

      Is this behaviour normal, or this is specific to JBoss ? Also, I am curious as to why this behaviour ?

      Many Thanks,
      Tejas