Specifies a global value to enable or disable tracing of home, remote, and local interface method invocations. A value of true causes generation of additional tracing code. EAServer writes trace messages to the server log if tracing is enabled for the server. To enable EJB method tracing for the server, specify the -ejbTrace option when starting the server with the start-server command, or set the Enable EJB Tracing (ejbTrace) server property.
To override this setting for individual components, create a <setProperties> command in your user configuration that runs the <tracePublicMethods> subcommand. For example:
<target name="configure-user"> <setProperties component="ejb.components.myjar.MyCompRemote"> <tracePublicMethods enable="true"/> </setProperties> </target>