You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oz...@apache.org on 2004/07/20 11:30:04 UTC

cvs commit: jakarta-commons-sandbox/transaction/src/java/org/apache/commons/transaction/memory/jca MapManagedConnection.java

ozeigermann    2004/07/20 02:30:03

  Modified:    transaction/src/java/org/apache/commons/transaction/memory/jca
                        MapManagedConnection.java
  Log:
  Pass logger through to MapXAResource
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-commons-sandbox/transaction/src/java/org/apache/commons/transaction/memory/jca/MapManagedConnection.java
  
  Index: MapManagedConnection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/transaction/src/java/org/apache/commons/transaction/memory/jca/MapManagedConnection.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MapManagedConnection.java	12 Jun 2004 13:39:24 -0000	1.3
  +++ MapManagedConnection.java	20 Jul 2004 09:30:03 -0000	1.4
  @@ -171,8 +171,8 @@
        * @see ManagedConnection#setLogWriter(PrintWriter)
        */
       public void setLogWriter(PrintWriter out) throws ResourceException {
  -
           this.out = out;
  +        xares.setLoggerFacade(out);
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org