dlr         01/08/21 12:19:22

  Modified:    src/java/org/apache/torque/adapter DBFactory.java
  Log:
  Corrected error message (again, heh).
  
  Revision  Changes    Path
  1.11      +4 -3      
jakarta-turbine-torque/src/java/org/apache/torque/adapter/DBFactory.java
  
  Index: DBFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/adapter/DBFactory.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- DBFactory.java    2001/08/21 19:17:37     1.10
  +++ DBFactory.java    2001/08/21 19:19:22     1.11
  @@ -72,7 +72,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Brett McLaughlin</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Ralf Stranzenbach</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Daniel Rall</a>
  - * @version $Id: DBFactory.java,v 1.10 2001/08/21 19:17:37 dlr Exp $
  + * @version $Id: DBFactory.java,v 1.11 2001/08/21 19:19:22 dlr Exp $
    */
   public class DBFactory
   {
  @@ -221,8 +221,9 @@
               catch (IllegalAccessException e)
               {
                   throw new InstantiationException
  -                    ("Could not instantiate JDBC driver: " + driver +
  -                     ": Assure that driver is in your classpath");
  +                    ("Could not instantiate adapter for JDBC driver: " +
  +                     driver + ": Assure that adapter bytecodes are in your " +
  +                     "classpath");
               }
           }
           else
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to