1 Reply Latest reply on Aug 6, 2004 6:59 AM by darranl

    Beans debuging

    vitimreka

      How can I get information from session bean? I try to print it to standart output, but it is not working.
      Can I don not use Logging for that ?
      What can I use instead System.out.println ?
      Help please!

        • 1. Re: Beans debuging
          darranl

          System.out.println work for me with JBoss 3.2.3 and so does Log4J, which version are you using?

          You could also look at JBoss-IDE and have a look at using that to debug your code.