Basic error logging and tracing negative test.
An application server is required to use the following interfaces (supported
by the resource adapter) to provide basic error logging and tracing for its
configured set of resource adapters.
• ManagedConnectionFactory.set/getLogWriter
• ManagedConnection.set/getLogWriter
This test
includes in jonas-ra.xml file the log-enabled info as
shown below. The ErsatzNolog.rar
is used. This test looks up "ErsatzNolog" in the JNDI name space. The F_runtimeTest is
deployed with log-enabled set to false.
<log-enabled>false</log-enabled>
<log-topic></log-topic>
|