Specifies a global value to enable or disable logging of exceptions
thrown by components in the module. If set to true
,
EAServer logs application and system exceptions that are thrown
by the business methods for any component in the EJB module.
To override this setting for individual components, create a <setProperties> command in your user configuration that runs the <logExceptions> subcommand. For example:
<target name="configure-user"> <setProperties component="ejb.components.myjar.MyCompRemote"> <logExceptions enable="true"/> </setProperties> </target>
You can disable logging of exceptions for all components in the server by setting the server Log System Exceptions and Log Application Exception properties. If exception logging is disabled in the server properties, the component settings have no affect.