User: kimptoc 
  Date: 01/09/01 12:50:33

  Modified:    src/main/org/jboss/tm/usertx/server
                        UserTransactionSessionImpl.java
  Log:
  remove deprecated logging import, where possible, otherwise comment as needing 
replacement with log4j.... must find out how it is use.... would be good if the 
deprecation message pointed to an example to use...
  
  Revision  Changes    Path
  1.4       +2 -1      
jboss/src/main/org/jboss/tm/usertx/server/UserTransactionSessionImpl.java
  
  Index: UserTransactionSessionImpl.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/tm/usertx/server/UserTransactionSessionImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UserTransactionSessionImpl.java   2001/08/03 17:15:57     1.3
  +++ UserTransactionSessionImpl.java   2001/09/01 19:50:32     1.4
  @@ -32,6 +32,7 @@
   
   import org.jboss.tm.TransactionPropagationContextFactory;
   
  +//this needs to be replaced with the log4j logging TODO
   import org.jboss.logging.Logger;
   
   import org.jboss.tm.usertx.interfaces.UserTransactionSession;
  @@ -209,7 +210,7 @@
   
         tx.setRollbackOnly();
      }
  -   
  +
      /**
       *  Return status of the transaction.
       *
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to