[cvs] expresso commit by lhamel: add a call to Schema.otherSetup(String).

JCorporate Ltd jcorp at jcorp2.servlets.net
Tue Oct 26 11:41:31 PDT 2004


Log Message:
-----------
add a call to Schema.otherSetup(String).  This otherSetup(String) which was called indirectly by a deprecated method, now removed. The problem is that Schema.otherSetup(String) was not itself deprecated previously (it now is), so end users did not have a notification to move away in previous releases.

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility:
        DBTool.java

Revision Data
-------------
Index: DBTool.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java -u -r1.51 -r1.52
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java
@@ -2129,6 +2129,7 @@
                                         oneSchema.getClass().getName());
 
             oneSchema.otherSetup(theLog, dbName);
+            oneSchema.otherSetup(dbName);
         }
 
 


More information about the cvs mailing list