1 Reply Latest reply on Feb 8, 2002 4:55 AM by ppetit

    BMP debugging

    blackangel

      Hi !

      I'm trying to turn on BMP trace, so I could see which
      methods of a BMP bean are being accessed, and kinda
      can't figure that out...

      In ejb-jar.xml I have:


      false

      <enterprise-beans>

      <ejb-name>preftree</ejb-name>
      <jndi-name>ejb/preftree</jndi-name>
      <configuration-name>Standard BMP EntityBean</configuration-name>

      </enterprise-beans>

      <container-configurations />


      And my standartjboss.xml, in the standard BMP entity bean configuration section, says <call-logging>true</call-logging>
      And I can't see those debug messages on either screen or server.log file...

      Am I missing something here, like some log4j debugging options ?

      Thanks !

        • 1. Re: BMP debugging
          ppetit

          Try this :
          In the conf\default\Log4j.Properties file, you have this entry :
          # Example of increasing the priority threshold for the DefaultDS category
          #log4j.category.DefaultDS=FATAL
          # Example of only showing INFO msgs for any categories under org.jboss.util
          #log4j.category.org.jboss.util=INFO

          uncomment the last line and change INFO to DEBUG.

          regards,
          Philippe