You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2006/10/27 18:05:40 UTC

svn commit: r468432 - /ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/datasource/JndiDataSourceFactory.java

Author: cbegin
Date: Fri Oct 27 09:05:39 2006
New Revision: 468432

URL: http://svn.apache.org/viewvc?view=rev&rev=468432
Log:
Fixed one comment that referenced DAO

Modified:
    ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/datasource/JndiDataSourceFactory.java

Modified: ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/datasource/JndiDataSourceFactory.java
URL: http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/datasource/JndiDataSourceFactory.java?view=diff&rev=468432&r1=468431&r2=468432
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/datasource/JndiDataSourceFactory.java (original)
+++ ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/datasource/JndiDataSourceFactory.java Fri Oct 27 09:05:39 2006
@@ -57,7 +57,7 @@
       }
 
     } catch (NamingException e) {
-      throw new SqlMapException("There was an error configuring JndiDataSourceDaoTransactionPool. Cause: " + e, e);
+      throw new SqlMapException("There was an error configuring JndiDataSourceTransactionPool. Cause: " + e, e);
     }
   }