0 Replies Latest reply on Jun 29, 2003 8:09 PM by dedhat

    JBoss Container Call Tracing

    dedhat

      Hi:

      I want to see JBoss container call sequence when any operation is executed on EJB deployed on it.

      We can enable container call logging by using call-logging element (in container-configuration) in standardjboss.xml file as shown below:

      <container-configuration>
      ......
      <call-logging>true</call-logging>
      ......
      </container-configuration>

      I am using JBoss-3.0.4. I was expecting all the container calls will be logged in server.log file of JBoss. But didn't see any corresponding logs in there. Am I missing anything?

      Any help would be highly aprriciated!

      TIK,

      Atul