2 Replies Latest reply on May 2, 2007 4:40 AM by ctee

    Where are logs written to the LogWriter of a ManagedConnecti

    ctee

      Configuration:
      [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)
      [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
      [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_06-b05,Sun Microsystems Inc.
      [ServerInfo] OS-System: Windows XP 5.1,x86
      [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc
      JBossTS JTA 4.2.3GA

      Situation:
      We currently test our own JCA Resource Adapter for CICS in the configuration described above.

      For each ManagedConnectionFactory defined for the ResourceAdapter JBoss calls method setLogWriter() and sets the LogWriter e.g. to org.jboss.logging.util.LoggerPluginWriter@d704f0.

      Subsequently the Resource Adapter writes logging information to this LogWriter using method PrintWriter.println().

      Question: Where does JBoss log this information to?
      I can't find this information in the log4j output (using the default log4j.xml), nor do I have any idea where else to look for it.

      Clemens