[jboss-cvs] JBossCache/src/org/jboss/cache/marshall ...

Galder Zamarreno galder.zamarreno at jboss.com
Sun Jan 21 10:46:43 EST 2007


  User: gzamarreno
  Date: 07/01/21 10:46:43

  Modified:    src/org/jboss/cache/marshall  VersionAwareMarshaller.java
  Log:
  [JBCACHE-802] c3p0 JDBC connection pooling functionality and corresponding unit tests added. JDBCCacheLoader has been refactored to provide better reporting by not swallowing exceptions and making ConnectionFactory and implementations separate java class files.
  
  Revision  Changes    Path
  1.18      +1 -1      JBossCache/src/org/jboss/cache/marshall/VersionAwareMarshaller.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: VersionAwareMarshaller.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/VersionAwareMarshaller.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- VersionAwareMarshaller.java	19 Jan 2007 12:05:41 -0000	1.17
  +++ VersionAwareMarshaller.java	21 Jan 2007 15:46:43 -0000	1.18
  @@ -163,7 +163,7 @@
         }
         catch (Exception e)
         {
  -         log.error("Unable to read version id from first two bytes of stream, barfing.");
  +         log.error("Unable to read version id from first two bytes of stream, barfing.", e);
            throw e;
         }
   
  
  
  



More information about the jboss-cvs-commits mailing list